Skip to content

alexenglish/recover-z-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

recover-z-keys

Recover private (z) address keys from Verus wallet

Dependencies are bc and xxd, which can be installed on Ubuntu/Debian based systems using: sudo apt install bc xxd

Invoke with the name of the wallet file you'd like to scan. Possible z-keys will be printed to the console. All helper text will be printed to STDERR, any possible keys found will be printed to STDOUT, so they can be redirected independently in your shell.

Example: ./scanforkeys.sh wallet.dat

This is untested, but this script should also work for sapling keys for Komodo/Pirate/ZCash, and others.

About

Recover private (z) address keys from Verus wallet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages