vbloher
@vbloher
2 posts

How to set up a Tendermint node for work as a State-Sync RPC server

State-Sync snapshots allow other nodes to rapidly join the network without replaying historical blocks, instead downloading and applying a snapshot of the application state at a given height.

How to bootstrap any tendermint (cosmos) node using State-Sync

State sync rapidly bootstraps a new node by discovering, fetching, and restoring a state machine snapshot from peers instead of fetching and replaying historical blocks. Requires some peers in the network to take and serve state machine snapshots.