Back to help contents

How to import a single private key

You can import a single private key into MultiDoge that you have produced externally, perhaps by vanitygen or www.bitaddress.org.

The easiest way to get the format exactly right is:

  1. Create a new wallet saved to a file, say, example.wallet.
  2. Export the private keys, WITHOUT A PASSWORD, to a file example.key.
  3. Open up the key file in a text editor. There is a big comment at the top that describes the format. It is simply lines, each line containing the sipa format key - beginning with 5 - and the key creation date in a particular format. You will have an example in there to copy as a new wallet has one key in it.
  4. Add in your new key and a date a bit before when you created it.
  5. Import the key file back into the wallet.
  6. MultiDoge will then replay the blocks to get the transactions and work out the balance.

TIDY UP: It is good idea to then secure delete the key file so it is not lying around. If you want a quick key backup you can do another key export but add a password so that the key export file is encrypted.

Back to help contents