SuperNETorg / Agama

Please use http://github.com/komodoplatform/agama
MIT License
37 stars 100 forks source link

Problem with wallet: Lost funds #99

Closed lux0s closed 7 years ago

lux0s commented 7 years ago

Hi there,

I used the pevious release Agama v0.1.6.1e-beta in Native mode to send some KMD tokens (Transparent send). I am facing some serious issues however:

I appreciate your help, Thanks

satindergrewal commented 7 years ago

I hope you still have your Komodo Data intact and still have wallet.dat file of komodo there. The location of Komodo data directory is different based on OS.

Anyway, if you haven't intentionally deleted your Komodo Data directory you should still have it there.

What you reported is not a problem. It is a feature. A core feature derived from Bitcoin Core!

You'll definitely find your coins in a "change address".

You should resync Komodo Native blockchain from scratch.

Open your Komodo Data directory, and ONLY delete or Move these files/folders:

chainstate/ blocks/ db.log debug.log fee_estimates.dat komodostate peers.dat realtime signedmasks

You'll have bunch of other folders, a wallet.dat file, and a komodo.conf file left.

You must have the latest Agama Wallet. Start it with Komodo Native Mode, and sync it as usual. It should finish fresh resync from scratch and you'll find your KMD in a change address.

In case of Native Komodo, all your change addresses stores in wallet.dat.

Just read on change address if want to understand it more: https://bitcoin.org/en/glossary/change-address

lux0s commented 7 years ago

Thanks a lot, the resync indeed did restore the funds to my wallet.

I have a few questions however:

Thanks a lot!