Skip to content
The Kevacoin Project edited this page Apr 23, 2020 · 1 revision

How to export desktop wallet address to mobile wallet

  1. Find out the address you want to move from the desktop wallet to mobile wallet. E.g. VD4VpLfMm55nRvtyrZ3qmYuhenneSAZxYd.

  2. On the the deskop wallet, click "Help -> Debug Window". Type the command:

dumpprivkey VD4VpLfMm55nRvtyrZ3qmYuhenneSAZxYd

The VD4VpLfMm55nRvtyrZ3qmYuhenneSAZxYd is just an example. You should use your actual address.

  1. Copy the output of the above command, which is the private key.

  2. On the mobile wallet, create a new wallet. On the "add wallet" screen, tap "Import wallet".

  3. Paste the private key on the text field, and tap "Import".

If you follow the above steps correctly, you will create a single-address wallet, which has the color of purple.

Clone this wiki locally