Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.73 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.73 KB

Extract Bitcoin Private Keys from wallet.dat (CLI)

PyPI version Build Status codecov Codacy Badge CodeFactor License: MIT

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 but it works with wallet.dat corrupted

Linux Usage

Put your wallet.dat in the same directory and execute:
sudo ./keys-cli

Windows Usage

Put your wallet.dat in the same directory and execute:
Execute keys.exe in CLI (cmd.exe)

Donation

If you find this program helpful, please consider a donation:

BTC: bc1qqtspvvyl5nv2dwffd0zwppledlmct7sydpd9l5

Thank You!