To determine if your node is synced with the network, take a look at the feed on your node. You'll notice a set of numbers that correlate to the block height for Prime, Zones, and Regions.
β
Example below highlights these numbers. In this example you can see the
Prime=42050, Region=103311, and Zone=195963.
To see this feed, run tail -f nodelogs/* | grep Appended
in the go-quai directory on the node.
Compare that to what is on the stats page. In the example we just shared above, you can see that we are at block heigh 195,963, which is lower than what the chain is at (196,805), so we are NOT synced.
β
β