Celestia
type:
mainnet
chain id:
celestia
rpc:
https://rpc-celestia-mainnet.posthuman.digital
rest:
https://rest-celestia-mainnet.posthuman.digital
grpc:
https://grpc-celestia-mainnet.posthuman.digital
peer:
2cc7330049bc02e4276668c414222593d52eb718@135.181.227.236:40656
snapshots:
https://snapshots.posthuman.digital/celestia-mainnet/
- installation guide
- bridge node setup
- full node setup
- light node setup
- snapshots
- decentralize map
- one liner
- skill
- contributions
Celestia Mainnet Snapshot
POSTHUMAN provides a pruned Celestia consensus-node snapshot for chain ID
celestia.
- DB backend: PebbleDB
- Cadence: every 4 hours
- Archive format:
snapshot-latest.tar.lz4
Snapshot Endpoint
- Index: https://snapshots.posthuman.digital/celestia-mainnet/
- Metadata: https://snapshots.posthuman.digital/celestia-mainnet/snapshot.json
- Snapshot file:
https://snapshots.posthuman.digital/celestia-mainnet/snapshot-latest.tar.lz4 - Genesis:
https://snapshots.posthuman.digital/celestia-mainnet/genesis.json - Addrbook:
https://snapshots.posthuman.digital/celestia-mainnet/addrbook.json
The snapshot contains the data/ directory and is extracted directly into
$HOME/.celestia-app. Configure both CometBFT and app DB backends as
PebbleDB before starting from this snapshot.
Preflight
Always compare snapshot metadata with a trusted live RPC before restore:
Stop if:
chain_idis notcelestia;- metadata height is far ahead of or inconsistent with trusted RPC height;
- snapshot file size is unexpectedly small;
- you cannot preserve keys and validator state.
Quick Restore
Verify
The node is recovered when chain ID is celestia, block time is fresh, height
advances, and catching_up=false.
Important Boundary
This is a consensus-node snapshot for celestia-appd. It is not a
celestia-node bridge/full/light node-store snapshot. Do not extract it into
~/.celestia-bridge, ~/.celestia-full, or ~/.celestia-light.