​Bitcoin Core does not have a GUI for displaying private keys. There is probably a good reason for that. What is it?
- launch your bitcoin client as usual and wait for it to load the blockchain and start up
- click on 'help' in the menu bar (top right)
- click on 'debug window'
- select the 'console' tab
- type: walletpassphrase "your walletpassphrase here" 600
- type: dumpprivkey [your Bitcoin address here]
- this will return the private key, you can copy it now; ensure you clear your clipboard/history afterwards
- type: walletlock
Research Links
0 Comments