Bitcoin Forum
May 06, 2024, 04:56:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: What is the easiest, safest way for me to see my private keys in satoshi client?  (Read 914 times)
drrussellshane (OP)
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile
March 29, 2013, 06:25:52 PM
 #1

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?

Buy a TREZOR! Premier BTC hardware wallet. If you're reading this, you should probably buy one if you don't already have one. You'll thank me later.
1715014616
Hero Member
*
Offline Offline

Posts: 1715014616

View Profile Personal Message (Offline)

Ignore
1715014616
Reply with quote  #2

1715014616
Report to moderator
1715014616
Hero Member
*
Offline Offline

Posts: 1715014616

View Profile Personal Message (Offline)

Ignore
1715014616
Reply with quote  #2

1715014616
Report to moderator
1715014616
Hero Member
*
Offline Offline

Posts: 1715014616

View Profile Personal Message (Offline)

Ignore
1715014616
Reply with quote  #2

1715014616
Report to moderator
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715014616
Hero Member
*
Offline Offline

Posts: 1715014616

View Profile Personal Message (Offline)

Ignore
1715014616
Reply with quote  #2

1715014616
Report to moderator
onelineproof
Member
**
Offline Offline

Activity: 100
Merit: 14


View Profile WWW
March 29, 2013, 07:24:50 PM
 #2

you can try my open source software if you like (cwallet)

The uncorrupted Bitmark protocol: https://github.com/bitmark-protocol/bitmark
Email <my username>@gmail.com 0xB6AC822C451D63046A2849E97DB7011CD53B564
Stephen Gornick
Legendary
*
Offline Offline

Activity: 2506
Merit: 1010


View Profile
March 29, 2013, 10:25:57 PM
 #3

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

Unichange.me

            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █


dserrano5
Legendary
*
Offline Offline

Activity: 1974
Merit: 1029



View Profile
March 30, 2013, 01:36:21 AM
 #4

Code:
for ADDR in $(bitcoind listreceivedbyaddress |awk '/address/ { print $3 }' |tr -d '",'); do bitcoind dumpprivkey $ADDR; done |less
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!