I've encountered a problem since upgrading my masternode to the latest version. It doesn't seem to sync to the current blockchain. Any advice for how to troubleshoot?
Hey HellRoxYa, it sounds like you need to do a reindex. The following commands will perform a reindex:
~/rapturecore-1.1.0/bin/rapture-cli stop
~/rapturecore-1.1.0/bin/raptured -reindex
While the re-index is running, you can use:
tail -f ~/.rapturecore/debug.log
...to see the status of the reindex. It may take a moment, but you should see a long stream of UpdateTip messages as blocks are re-synced. When the height is current (should be a bit over 44,550 blocks), you can hit Ctrl-C to exit the tail command. At this point you should be back in sync and can re-start your masternode from your local wallet.
If for some reason that doesn't work, we can have you fully clear out the blocks and let the full blockchain re-sync. If you need help with that, please jump on our Discord server and we can walk you through it:
https://discord.gg/NMgQEn8Thanks!
I just finished setting up my MasterNode status:ENABLED and everything seems to be working fine. So do I need to keep putty running and my wallet? Or I can close everything