Open satindergrewal opened 2 years ago
I ran into the same error. For now the only thing i can add is that i was able to make it work by downloading the binaries https://zecwallet.co/paper.html#download for linux.
alfredo@spaceship:~/zecpaperwallet/linux-zecpaperwallet-v1.2$ ./zecpaperwallet --help
zecpaperwaller 1.2
A command line Zcash Sapling paper wallet generator
USAGE:
zecpaperwallet [FLAGS] [OPTIONS] [output]
FLAGS:
-h, --help Prints help information
-n, --nohd Don't reuse HD keys. Normally, zecpaperwallet will use the same HD key to derive multiple
addresses. This flag will use a new seed for each address
--testnet Generate Testnet addresses
-V, --version Prints version information
OPTIONS:
-e, --entropy <entropy> Provide additional entropy to the random number generator. Any random string,
containing 32-64 characters
-f, --format <FORMAT> What format to generate the output in [default: json] [possible values: pdf, json]
-t, --taddrs <t_addresses> Numbe rof T addresses to generate [default: 0]
--threads <threads> Number of threads to use for the vanity address generator. Set this to the number of
CPUs you have [default: 1]
--vanity <vanity_prefix> Generate a vanity address with the given prefix
-z, --zaddrs <z_addresses> Number of Z addresses (Sapling) to generate [default: 1]
ARGS:
<output> Name of output file.
alfredo@spaceship:~/zecpaperwallet/linux-zecpaperwallet-v1.2$
I made some fixes to at least be able to build and run the cli tool https://github.com/adityapk00/zecpaperwallet/pull/18 (pdf generation is not working)
Hi,
I'm trying to compile zec paper wallet from code but it's keep giving me error for
aes
dependency. I checked on https://crates.io/crates/aes/versions which shows the specific version ofaes
which is used at git hash oflibrustzcash
dependency got deleted about 3 years ago.I'm not a rust native programmer. Can you please help fix this issue? Would very much appreciate your help on it.
Thanks Satinder
Her the log trying to compile zecpaperwallet as of current state: