Bitcoin Forum
May 26, 2024, 12:17:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Wallet Datei lesen  (Read 730 times)
AwSuits (OP)
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
May 01, 2013, 09:39:13 PM
 #1

Ist es möglich die Wallet Datei auszulesen , damit ich mir die Schlüsselpaare aufschreiben kann.
Verwende den "ofiziellen" Bitcoin Client mit Windows .Verwende Windows , wallet.dat befindet sich im Standardordner (...AppData/Roaming/Bitcoin)  .
Die wallet Datei ist noch unverschlüsselt.

Würde mir gern die Schlüsselpaare ausdrucken oder aufschreiben. Mit dem Editor bekomme ich logischerweise nur wirres Zeug.



mfG
Akka
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001



View Profile
May 01, 2013, 09:47:58 PM
 #2

Code:
1.  launch your bitcoin client as usual and wait for it to load the blockchain and start up
2.click on 'help' in the menu bar (top right)
3.click on 'debug window'
4.select the 'console' tab
5.type: walletpassphrase "your walletpassphrase here" 600
6.type: dumpprivkey [your public key here]
7.this will return the private key, you can copy it now; ensure you clear your clipboard/history afterwards
8.type: walletlock

All previous versions of currency will no longer be supported as of this update
AwSuits (OP)
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
May 01, 2013, 10:41:17 PM
 #3

Code:
1.  launch your bitcoin client as usual and wait for it to load the blockchain and start up
2.click on 'help' in the menu bar (top right)
3.click on 'debug window'
4.select the 'console' tab
5.type: walletpassphrase "your walletpassphrase here" 600
6.type: dumpprivkey [your public key here]
7.this will return the private key, you can copy it now; ensure you clear your clipboard/history afterwards
8.type: walletlock

merci.

------------------------------------------------------
Für unverschlüsselte wallets würde es so aussehen.

Code:
1.  launch your bitcoin client as usual and wait for it to load the blockchain and start up
2.click on 'help' in the menu bar (top right)
3.click on 'debug window'
4.select the 'console' tab
5.type: dumpprivkey [your public key here]
6.this will return the private key, you can copy it now; ensure you clear your clipboard/history afterwards
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!