Found this on Github…
Can we generate Z-addresses from any wallet?
Found this on Github…
Can we generate Z-addresses from any wallet?
Can we generate Z-addresses from any wallet?
Author here. This is a standalone vanity address generator. Once it finds an address that matches your prefix, it will print the z-addr to the console, followed by the private key (starting with “SK”) on the next line.
You can import each private key into the standard full Zcash client using zcash-cli z_importkey <key>
. Note that for performance you probably want zcash-cli z_importkey <key> no
; the “no” prevents it from rescanning the whole blockchain which can take quite a while.
I saw your other post! Did not realize you were the same author. This looks great. Thanks again