⛓️State Sync

///// Wait, what's State Sync? Too many sync ah god

Latest Version
Chain ID
Custom Port

v1.6.4

mainnet-3

:10

State sync is a process that allows blockchain nodes to quickly synchronize with the current state of the blockchain without processing the entire history. Instead of downloading all historical blocks, a node requests the latest state from fully synced nodes, downloads and verifies this state, and then processes only the blocks from the snapshot point to the latest block. This method significantly reduces the time and resources needed to get a node up and running. It is especially useful for new node setups, disaster recovery, and scaling the network efficiently.

Stop Service and Reset Data

Get and Configure the State Sync Information

Restart Service and Check Logs

So how? Easy to use state sync isn't it? Wait it until ~20 minutes to catch latest height block

Last updated

Was this helpful?