Difference between revisions of "How to Import Private Keys"

From Sexcoin Wiki
Jump to: navigation, search
(Decrypt BIP38 encrypted keys)
Line 13: Line 13:
 
Type into the RPC console:
 
Type into the RPC console:
 
<pre>importprivkey MyPrivateKey Lable</pre>
 
<pre>importprivkey MyPrivateKey Lable</pre>
Change ''MyPrivateKey'' to your private key (starts with 6v or 6u) and for ''Label'' you can enter a name/description/label for the key (optional).
+
Change ''MyPrivateKey'' to your private key (starts with 'V' ) and for ''Label'' you can enter a name/description/label for the key (optional).
 
The importing takes a few minutes depending on your CPU power. The import is done when an empty line appears in your ''console''. Now you should be able to see the corresponding address to the imported key in the ''Addresses'' section.
 
The importing takes a few minutes depending on your CPU power. The import is done when an empty line appears in your ''console''. Now you should be able to see the corresponding address to the imported key in the ''Addresses'' section.
  
 
[[Category:Sexcoin]]
 
[[Category:Sexcoin]]
 
[[Category:Technical]]
 
[[Category:Technical]]

Revision as of 12:50, 11 July 2017

Caution: Be careful while transferring private keys. Wrongful handling can cause the loss of your Sexcoins. Always make a backup of your wallet.dat before importing and exporting private keys.

Sexcoin-QT

Open the RPC console

Click on Help, open the Debug Window and switch to the Console tab.

Unlock your wallet

If your Sexcoin-QT wallet is not encrypted (not recommended) you can skip this step. To unlock your wallet you need to type in the RPC console:
walletpassphrase MyWalletPass 60

Change MyWalletPass to your wallet passphrase and change 60 to the number of seconds that you want the wallet to be unlocked. After that time the wallet will be locked automatically. Make sure to unlock the wallet long enough to do the next and final step.

Import the private key

Type into the RPC console:

importprivkey MyPrivateKey Lable

Change MyPrivateKey to your private key (starts with 'V' ) and for Label you can enter a name/description/label for the key (optional). The importing takes a few minutes depending on your CPU power. The import is done when an empty line appears in your console. Now you should be able to see the corresponding address to the imported key in the Addresses section.