Generate Z-addresses with this?

Found this on Github…

Can we generate Z-addresses from any wallet?

https://github.com/plutomonkey/zcash-vanity

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.

1 Like

I saw your other post! Did not realize you were the same author. This looks great. Thanks again :slight_smile: