What's State Sync?
The Tendermint Core 0.34 release includes support for state sync, which allows a new node to join a network by fetching a snapshot of the application state at a recent height instead of fetching and replaying all historical blocks. This can reduce the time needed to sync with the network from days to minutes.
Click here for more infomation.
Starting New Node From State Sync
WIP
1. Install Binary ({{ version }})
We need to install the binary first and make sure that the version is the one currently in use on mainnet.
2. Enable State Sync
We can configure Tendermint to use state sync in $DAEMON_HOME/config/config.toml, then start daemon.
Enable Snapshot For State Sync
To make state sync works, we can enable snapshot in $DAEMON_HOME/config/app.toml
and don't forget to share your snapshot server Here