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 v1.7.0
Block Age Download
1309463 1 days snapshot (776.86 GB) with sha256sum e5ec6d

Stop the service and reset the data

sudo systemctl stop celestia.service
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

curl -L https://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 -u celestia.service -f --no-hostname -o cat