EOS Rio snapshots
Loading…
Rio Blocks

Public mesh · own fleet · zstd

Chainbase snapshots

Fresh nodeos snapshots from infrastructure we operate — not third-party mirrors. Full tiered history, SHA-256 verified, served over HTTPS.

Chains
Objects
Catalog

How to use

  1. Pick a chain and download the latest (or an older) .bin.zst object.
  2. Verify with the sidecar .sha256 before boot.
  3. Decompress with zstd -d and restore via nodeos --snapshot (or your usual boot path).
# example — replace with a real download URL from the table
curl -fLO 'https://snaps.eosrio.io/s/…/….bin.zst'
curl -fLO 'https://snaps.eosrio.io/s/…/….bin.zst.sha256'
sha256sum -c *.sha256
zstd -d *.bin.zst