Statesync

Guide installation node validator

Network: Mainnet | Chain ID: planq_7070-2 | Version: v1.0.5

circle-info

State Sync allows a new node to join the network by fetching a snapshot of the application state at a recent height instead of fetching and replaying all historical blocks. Since the application state is generally much smaller than the blocks, and restoring it is much faster than replaying blocks, this can reduce the time to sync with the network from days to minutes.

Instruction

Our state-sync server setup

Our app.toml settings related to state-sync is as follows. This is for you information only. You do not need to follow the same setup on your node

Our state-sync RPC server for planq is :

Stop the service and reset the data

Configure state sync information

Start service and check logs

Last updated