How to know that the local node is synchronized successully?
Attach the to the mainnode
geth attach
Issue the following command
eth.syncing
if returned value is false then node is fully synchronized
geth attach
Issue the following command
eth.syncing
if returned value is false then node is fully synchronized
Comments
Post a Comment