Why is my wallet stuck syncing on my VPS? I'm setting up my first masternode with cropcoin and the wallet has been stuck at 2 hours behind syncing for a few days. Any help is appreciated! p.s. I'm on the Discord and no one is replying to me....
your wallet is latest version 1.1?
Try to resync your wallet
Wallet re-sync
If you need to resync the wallet, run the following commands as root:
CROPUSER=cropcoin #replace cropcoin with the MN username you want to resync
systemctl stop $CROPUSER
rm -r /home/$CROPUSER/.cropcoin/{banlist.dat,blk0001.dat,database,db.log,mncache.dat,peers.dat,smsgDB,smsg.ini,txleveldb}
systemctl start $CROPUSER
Thank you very much I will give that a try. It's strange the wallet has processed all the blocks and on the current block, but still says it's 2 hours behind syncing...