Archival snapshot contains compressed copy of complete blockchain state. Use it to deploy your own full node.
Snapshots are taken automatically every 24 hours starting at 01:00 UTC
Pruning | Indexer | Version Tag |
---|---|---|
nothing | kv | v2.3.1 |
Block | Age | Download |
---|---|---|
2836307 | 4 hours | snapshot (2012.91 GB) with sha256sum 9f6fdf |
Stop the service
sudo systemctl stop celestia.service
Reset the data and save validator state
cp $HOME/.celestia-app/data/priv_validator_state.json $HOME/.celestia-app/priv_validator_state.json.backup
rm -rf $HOME/.celestia-app/data
Download latest snapshot and recover validator state
curl -L https://celestia-snapshots.kjnodes.com/celestia-archive/snapshot_latest.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.celestia-app
mv $HOME/.celestia-app/priv_validator_state.json.backup $HOME/.celestia-app/data/priv_validator_state.json
Restart the service and check the log
sudo systemctl start celestia.service && sudo journalctl -fu celestia.service -o cat