State Sync
Get synced in no time!
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.
We are using KJ Nodes statesync as we didn't create noria statesync services.
-------------------------------------------------------
Stop the service and reset the data
Get and configure the state sync information
Download latest wasm
Currently state sync does not support copy of the wasm
folder. Therefore, you will have to download it manually.
Restart the service and check the log
Last updated