User:~ user$ curl https://wallet.713.mw/install.sh -sSf | sh
Wallet713 binary installer 1.1
Configuration: [macos]
Location: [https://github.com/vault713/wallet713/releases/download/v2.0.0/wallet713-v2.0.0-macos.tar.gz]
Directory: [/usr/local/bin]
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 620 0 620 0 0 1497 0 --:--:-- --:--:-- --:--:-- 1497
100 4720k 100 4720k 0 0 2560k 0 0:00:01 0:00:01 --:--:-- 4457k
Installation completed successfully.
$ wallet713 --version
wallet713 2.0.0
Run 'wallet713' from the command line to open the wallet
User:~ user$ wallet713
Welcome to wallet713 v1.1.1
A new version of wallet713 is available!
Upgrade by running:
curl https://wallet.713.mw/install.sh -sSf | sh
Unlock your existing wallet or type init
to initiate a new one
Use help
to see available commands
ERROR: error: could not unlock wallet! are you using the correct passphrase?
wallet713>
~/.cargo/bin/wallet713
or probably run cargo uninstall wallet713
wallet713
it should tell you are running v2.0.0!
Trying to compile from master with rust 1.38.0 and getting the following:
Compiling env_logger v0.6.1
Compiling rustc_version v0.2.3
error: proc-macro derive panicked
--> /home/neil/.cargo/registry/src/github.com-1ecc6299db9ec823/grin_secp256k1zkp-0.7.7/src/key.rs:32:10
|
32 | #[derive(Zeroize)]
| ^^^^^^^
|
= help: message: unknown zeroize attribute: (drop)
error: aborting due to previous error
Anyone know what I'm doing wrong?