Problem: If your Agama wallet takes longer than 20 minutes to activate the best chain and load blocks, you could have some corruption in the database.
Solution: To clean out the Komodo folder and only leave wallet.dat, komodo.conf, and assetchains directory. Afterwards you need to resync.
Windows
1- Navigate to %appdata%
2 - Double click komodo folder
3 - Backup your wallet.dat file
4 - Delete everything except komodo.conf and wallet.dat
5 - Restart Agama on KMD Native
Always backup your wallet.dat before changing any files in the Komodo directory!
Mac
Step by Step Instructions (Command Line) : --
Open the terminal
(Stop Agama or the Komodo deamon if it is running)
- Navigate to the Komodo hidden directory "Library/Application\ Support/Komodo" by typing.
cd ~/Library/Application\ Support/Komodo |
3. Backup your wallet.dat file to your Desktop:
cp ~/Library/Application\ Support/Komodo/wallet.dat ~/Desktop/ |
(now you have a copy of your wallet.dat on your desktop. Copy/paste it in a secure folder. It holds all your privatekeys.)
4. Delete below mentioned items except komodo.conf ,wallet.dat and assetchain directories.
sudo rm -rf blocks fee_estimates.dat realtime chainstate signedmasks database komodod.pid db.log komodostate debug.log peers.dat |
Linux
Step by Step Instructions (Command Line) : --
Open the terminal
(Stop Agama or the Komodo deamon if it is running)
- Navigate to the Komodo hidden directory "Library/Application\ Support/Komodo" by typing.
cd ~/.komodo |
3. Backup your wallet.dat file to your Desktop:
cp ~/.komodo/wallet.dat |
(now you have a backup copy of your wallet.dat - Keep it safe, it holds all your privatekeys.)
4. Delete below mentioned items except komodo.conf ,wallet.dat and assetchain directories.
sudo rm -rf blocks fee_estimates.dat realtime chainstate signedmasks database komodod.pid db.log komodostate debug.log peers.dat |
If you face any issues, please create a support ticket. Join us on Komodo Discord to talk to our community.