Snapshot
Get synced with the network quickly using our daily snapshots
Chain ID: kaiyo-1
Node Version: 0.8.4
Pre-requisite Setup
Configure the pruning settings as follows: app.toml
config.toml
Install lz4 if not already installed. This guide assumes that a Debian based OS is used:
Stop the node. If not using cosmovisor to manage the kujira daemon, use whatever service you use to manage the kujira daemon
Reset the node. Depending on the chain, this can be done in one of two ways.
WARNING: While this should not wipe the priv_validator_key.json
file, you should back up this key on validators prior to running the following commands.
Basic Setup
Download the latest snapshot:
Extract the snapshot to the database location:
Restart the node assuming no errors were thrown while extracting the snapshot:
Remove the snapshot archive to free up disk space
Make sure that the node is running without issues
Advanced Setup (Recommended)
This method requires less disk space than the previous method and is less commands overall.
Download and unarchive the snapshot to the database directory
Make sure that the node is running without issues
Last updated