Upgrade proposal detected
Celestia ITN

Celestia is a modular blockchain network whose goal is to build a scalable data availability layer, enabling the next generation of scalable blockchain architectures - modular blockchains. Celestia scales by decoupling execution from consensus and introducing a new primitive, data availability sampling.
Snapshot
Latest snapshot
Type | Height | Age | Size | Download |
---|---|---|---|---|
Stop the service and reset the data
sudo systemctl stop celestia-appd
cp $HOME/.celestia-app/data/priv_validator_state.json $HOME/.celestia-app/priv_validator_state.json.backup
rm -rf $HOME/.celestia-app/data
Download the latest snapshot
SNAPSHOT_FILE=$(curl -Ls https://snapshots.brocha.in/celestia-itn/blockspacerace-0.json | jq -r .file)
curl -L https://snapshots.brocha.in/celestia-itn/$SNAPSHOT_FILE | lz4 -dc - | tar -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 restart celestia-appd
sudo journalctl -u celestia-appd -f --no-hostname -o cat