bc_key
bc_key copied to clipboard
Bitcoin Private Key Extractor
** 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