Can someone help me please? I have neos wallet.dat from before the changeover and I am getting an error upon loading after replacing wallet.dat from newly created neos wallet.
Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
Thank you in advance!
I'm having the same issue. Tried downloading the old wallet to dump the keys and it didn't like that either.
At least I am not the only one. Did you have any luck here?
I did PM twoturtles/syntaks and he responded on this past Friday which was helpful but I have hit another snag that I have messaged him about also on Friday, just waiting on response...
Here was first response:
Good morning,
What you're going to need to do first is download the original wallet which can be found here:
https://github.com/neoscoin/neos-classic/releases/download/1.2.1.1/neoscoin-qt-v1.2.1.1-bdb4.8-win32.zip Extract that, and then put your old wallet.dat in the data directory. Run the client, you will see 0 nodes which is fine. Then go to the console in the wallet and you can dump your keys or your entire wallet from there using (one key only): dumpprivkey
or (entire wallet including change addresses): dumpwallet my_neos_wallet.txt. Then rename that data directory to old.neos and make room for the new wallet. Once it's there, go over to the help console again and type: importprivkey , or importwallet my_neos_wallet.txt. Please let me know if you have any questions or need any help.
Best regards,
syntaksI managed to download the old client and replaced wallet which worked and shows balance. However, I am getting an error when I try to unlock the wallet through the console so that afterwards I can dump the private keys.
Command:
walletpassphrase *********** 9999999
Error output:
Error: RPC server was not started, use server=1 to change this. (code -18)
I have set up a neos.conf file with server=1 as well as creating a neos.bat file to direct to the noes.conf file upon loading but still no luck.
Any help is appreciated.