Cosmos Hub Snapshots, provided by 0base VC

Cosmos Hub
PebbleDB snapshots

Automated, verified cosmoshub-4 snapshots. This is a non-validator full node and does not sign blocks.

Node height
checking…
Syncing
checking…
Peers
checking…
Verified snapshots
checking…

Endpoints

CometBFT RPC
Cosmos REST
P2P address
see provider manifest
Address book

Verified snapshots

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.

HeightCreatedSizeFiles
loading…

Restore

# 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"

Cosmos provider manifest · machine status