Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: tradebtcdotus on October 11, 2015, 12:32:16 PM



Title: private key address bitcoin
Post by: tradebtcdotus on October 11, 2015, 12:32:16 PM
Hello
how can I get private key address bitcoin in bitcoin-qt?


Title: Re: private key address bitcoin
Post by: Biitcoin on October 11, 2015, 12:41:22 PM
Hello
how can I get private key address bitcoin in bitcoin-qt?

http://bitcoin.stackexchange.com/questions/7536/how-do-i-export-my-private-keys-from-my-bitcoin-qt-client this should be helpful .


Title: Re: private key address bitcoin
Post by: tradebtcdotus on October 11, 2015, 12:44:24 PM
Hello
how can I get private key address bitcoin in bitcoin-qt?

http://bitcoin.stackexchange.com/questions/7536/how-do-i-export-my-private-keys-from-my-bitcoin-qt-client this should be helpful .
good
it work
thanks


Title: Re: private key address bitcoin
Post by: jostlin8 on October 11, 2015, 03:41:32 PM
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 public key here]
this will return the private key, you can copy it now; ensure you clear your clipboard/history afterwards
type: walletlock