Skip to content

Dumps private keys from unencrypted wallet.dat files using the "0201010420" private key marker

License

Notifications You must be signed in to change notification settings

HardCorePawn/dump_unenc_keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

dump_unenc_keys

Dumps private keys from unencrypted wallet.dat files using the "0201010420" private key marker

Searches through a given file looking for the "0201010420" byte marker, then extracts the next 32 bytes. Converts the hex to both Compressed and Uncompressed WIFs and dumps to STDOUT (along with matching address to making searching easier)

This script can NOT be used with wallet.dat's that have been encrypted.

Tested with Python 3 only. Will NOT work on Python 2

requires: ecdsa base58 libraries (pip3 install ecdsa base58)

Usage: python3 dump_unenc_keys.py unencrypted_wallet.dat

About

Dumps private keys from unencrypted wallet.dat files using the "0201010420" private key marker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages