Issues with Node Synchronization

Hello,

I have been running my NKN node; but I’m facing difficulties with synchronization. My node seems to be stuck on a specific block & isn’t catching up with the latest chain. :upside_down_face: I have checked https://forum.nkn.org/t/install-nkn-node-to-ubuntu-22-04-without-errors/4926-msbi guide for reference but still need advice .

I have tried restarting the node & checking my internet connection; but the issue exist .

Has anyone else faced this problem? If so; what steps did you take to resolve it? :upside_down_face:

I would also love to hear about any tools ; commands you use to monitor node health & synchronization status.

Any suggestions would be greatly appreciated!

Thank you! :relaxed:

First please check if you are running the latest NKN node software:

You can also check your node status using the nstatus tool by typing in your IP address:

If indeed you are running the latest software, but the block height is different from the latest block height, you can try the following:

  • delete the ChainDB folder on your node, then the node will start from block 0 and resync. Hopefully that can solve your problem.