For the complete documentation index, see llms.txt. This page is also available as Markdown.

9.7 Syncing the Blockchain

The node will begin syncing automatically.

Check sync status:

curl http://localhost:8545/status

This returns:

  • current block

  • sync progress

  • network status

Last updated