This guide will teach you how to import a private key.
This is available with Spacecoind or Spacecoin-QT.
With Spacecoin-QT the commands will need to be entered in the console. This is accessible at Help -> Debug Window -> Console
.
Be very careful with the private key. If anyone gains access to it, they gain access to the coins in the associated address.
Each address in your wallet has its own private key.
-
Navigate to
spacecoin-cli
orConsole
depending on your wallet. -
Enter the command
importprivkey yourPrivKey
.
It will return the address of the private key.