Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VOT]: VoteCoin - a new era of anonymous crypto democracy
by
togethers
on 21/03/2018, 18:55:18 UTC
Hello people!
I do not understand how to transfer coins from the old version to the new wallet?
Please explain in more detail. Wink

The simpliest way is just export privkeys from old wallet and import them to the new one.
Use the following command:
in old wallet:

Code:
dumpprivkey YOUR_OLD_WALLET_ADDRESS

in new wallet:

Code:
importprivkey YOUR_PRIVKEY_GOT_ON_PREVIOUS_STEP

And it's not nessesary to sync your old wallet to dump privkeys

HOw to import with wallet.dat file?