Skip to content

halfinney/bc_key

This branch is 2 commits ahead of, 4 commits behind dirtyfilthy/bc_key:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1429262 · Feb 9, 2011

History

13 Commits
Jan 24, 2011
Feb 9, 2011

Repository files navigation

** Prerequisites:

libssl-dev libdb4.6-dev

On debian just

apt-get install libdb4.6-dev libssl-dev

** Compiling:

gcc -g bc_key.c -ldb -lcrypto -o bc_key

** Usage:

./bc_key BITCOIN_ADDRESS /path/to/wallet.dat
./bc_key ALL /path/to/wallet.dat
./bc_key EVERYTHING /path/to/wallet.dat


Examples:

./bc_key 1qZGQG5Ls66oBbtLt3wPMa6zfq7CJ7f12 /home/dirtyfilthy/.bitcoin/wallet.dat

./bc_key ALL /home/dirtyfilthy/.bitcoin/wallet.dat

./bc_key EVERYTHING /home/dirtyfilthy/.bitcoin/wallet.dat

About

Bitcoin Private Key Extractor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%