saschad / bc_key

Bitcoin Private Key Extractor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

** 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


Languages

Language:C 100.0%