Cosmos Hub Snapshots, provided by 0base VC
Automated, verified cosmoshub-4 snapshots. This is a non-validator full node and does not sign blocks.
Each archive contains the stopped node's data/ directory with PebbleDB. The archive is published only after checksum, restore, chain ID, height, and peer checks pass. HTTP Range requests are enabled for resumable downloads.
| Height | Created | Size | Files |
|---|---|---|---|
| loading… | |||
# Download and verify
curl -fL -O https://cosmos.0base.vc/snapshots/latest.tar.zst
curl -fL -O https://cosmos.0base.vc/snapshots/latest.tar.zst.sha256
sha256sum -c latest.tar.zst.sha256
# Stop gaiad, keep the existing config/, then restore data/
zstd -dc latest.tar.zst | tar -xf - -C "$HOME/.gaia"
# The node must use the PebbleDB backend and the official cosmoshub-4 genesis.
gaiad start --home "$HOME/.gaia"