Celestia
- installation guide
- bridge node setup
- full node setup
- light node setup
- snapshots
- decentralize map
- one liner
Celestia Testnet Snapshot
Network: Mocha-4 pruned consensus node
DB backend: PebbleDB
Cadence: every 4 hours via POSTHUMAN snapshot automation
Download: https://snapshots.posthuman.digital/celestia-testnet/snapshot-latest.tar.lz4
Up-to-date height, build time, size, and snapshot file name are published at
snapshot.jsonalongside the snapshot file.
Snapshot Endpoint
- Index: https://snapshots.posthuman.digital/celestia-testnet/
- Metadata: https://snapshots.posthuman.digital/celestia-testnet/snapshot.json
- Snapshot file: https://snapshots.posthuman.digital/celestia-testnet/snapshot-latest.tar.lz4
- Genesis: https://snapshots.posthuman.digital/celestia-testnet/genesis.json
- Addrbook: https://snapshots.posthuman.digital/celestia-testnet/addrbook.json
Preflight
Always compare snapshot metadata with the live RPC before using the archive:
Stop and investigate before restoring if:
chain_idis notmocha-4.- RPC is catching up or the RPC height is behind snapshot metadata.
- The snapshot file is unexpectedly small or unavailable.
- You cannot preserve validator keys and
priv_validator_state.json.
Quick restore
For validator recovery, preserving and restoring priv_validator_state.json is
mandatory. Never replace it with an older value from a snapshot.
The pipeline keeps the PebbleDB snapshot pruned and ready for rapid validator or full-node recovery. Browse the current build at https://snapshots.posthuman.digital/celestia-testnet/.
Each bundle is generated on POSTHUMAN bare-metal infrastructure, pruned via cosmprund, and delivered worldwide through Cloudflare R2 + Workers.