Difference between revisions of "Help:How to import private keys in Bitcoin Core 0.7+"

From Bitcoin Wiki
Jump to: navigation, search
Line 5: Line 5:
 
==Open Debug Window==
 
==Open Debug Window==
 
Then go to menu:
 
Then go to menu:
 +
 
/Help/Debug Window
 
/Help/Debug Window
 +
 
Now click on the tab - Console.
 
Now click on the tab - Console.
  
 
==Run Import Command in Debug Window==
 
==Run Import Command in Debug Window==
 
In the console at the very bottom is a text entry box in here enter:
 
In the console at the very bottom is a text entry box in here enter:
 +
 
importprivkey yourPrivateKeyInWalletImportFormat TheLabelThatIWant
 
importprivkey yourPrivateKeyInWalletImportFormat TheLabelThatIWant
  
Line 16: Line 19:
 
==Check Key Imported OK==
 
==Check Key Imported OK==
 
Once Imported you can check that you have the address by closing the Debug window and going back to your address book.
 
Once Imported you can check that you have the address by closing the Debug window and going back to your address book.
 +
 
In there you should see the address you imported and the label.
 
In there you should see the address you imported and the label.

Revision as of 21:17, 26 September 2012

Unlock your wallet

1st you must unlock your wallet.

Open Debug Window

Then go to menu:

/Help/Debug Window

Now click on the tab - Console.

Run Import Command in Debug Window

In the console at the very bottom is a text entry box in here enter:

importprivkey yourPrivateKeyInWalletImportFormat TheLabelThatIWant

Note that this can take a good few seconds and during that time it looks like the client has hung!

Check Key Imported OK

Once Imported you can check that you have the address by closing the Debug window and going back to your address book.

In there you should see the address you imported and the label.