Author

Topic: What is the easiest, safest way for me to see my private keys in satoshi client? (Read 923 times)

legendary
Activity: 1974
Merit: 1029
Code:
for ADDR in $(bitcoind listreceivedbyaddress |awk '/address/ { print $3 }' |tr -d '",'); do bitcoind dumpprivkey $ADDR; done |less
legendary
Activity: 2506
Merit: 1010
I know there is a dumpprivkey command in the console, but is there a way to show all the private keys for all addresses in the wallet?


pywallet has a dumpwallet command.

From the console, listaddressgroupings.
 - http://bitcoin.stackexchange.com/a/8393/153
member
Activity: 100
Merit: 16
you can try my open source software if you like (cwallet)
hero member
Activity: 546
Merit: 500
I know there is a dumpprivkey command in the console, but is there a way to show all the private keys for all addresses in the wallet?
Jump to: