Author

Topic: IMPORT PRIVATE KEY INTO BITCOIN CLIENT (Read 878 times)

legendary
Activity: 3472
Merit: 4794
October 02, 2013, 07:44:36 PM
#8
This has disaster written all over it.  I think I'll avoid this one.
newbie
Activity: 21
Merit: 0
October 02, 2013, 07:17:30 PM
#7
Code:
bitcoind importprivkey {yourPrivateKeyHere}
Hi there, tried this but gave error code:
Method not found (code -32601)
{"addr" : "1.....address","priv" : "8.....priv key"}
what should go after bitcoind importprivkey {
Something I'm doin wrong
hero member
Activity: 508
Merit: 500
Techwolf on #bitcoin and Reddit
September 30, 2013, 04:54:47 PM
#6
Thanks!!! I have more questions
If I import my private key, will I also need to update the blockchain on the client or will my coins show up in my client without the complete download.
I also want to know will I need to update the blockchain in my client if I want to send the coins to another address at a later stage.

Thank you all for your help Smiley

You'll have to keep the blockchain current to see and spend the coins, but if you've already downloaded it you won't need to download it again. When you add a new address, the client scans through the blockchain to determine how many coins the new address has and which outputs are available to spend, which may take a while (and cause it to appear unresponsive) but doesn't redownload anything.
newbie
Activity: 21
Merit: 0
September 30, 2013, 01:46:29 PM
#5
Thanks!!! I have more questions
If I import my private key, will I also need to update the blockchain on the client or will my coins show up in my client without the complete download.
I also want to know will I need to update the blockchain in my client if I want to send the coins to another address at a later stage.

Thank you all for your help Smiley
legendary
Activity: 1022
Merit: 1000
September 23, 2013, 06:20:32 PM
#4
While not exactly your question, it is very easy to import private keys using blockchain.info and then just send the coins to your QT wallet.
sr. member
Activity: 304
Merit: 250
September 23, 2013, 04:23:29 PM
#3
I wrote a simple tutorial on my blog - hot to use vanitygen for generating key and import it into QT client. It's in Czech, but you can follow highlighted commands and you are good to go Smiley
legendary
Activity: 1652
Merit: 1016
September 23, 2013, 06:00:13 AM
#2
importprivkey
newbie
Activity: 21
Merit: 0
September 23, 2013, 05:49:32 AM
#1
Hi there Bitcoiners
What is the exact command line that I should use when importing a private key into the bitcoin client
Jump to: