Snapshots and Backups provided by EOSphere Australia


EOS Mainnet

nodeos snapshots

EOS nodeos snapshots are created using the latest Antelope Leap release v4.0.4 and built with chain-state-db-size-mb = 32768

nodeos blocks


WAX Mainnet

nodeos snapshots

WAX nodeos snapshots after block 216504297 are created using the latest cc32d9 release v4.0.4wax01 and built with chain-state-db-size-mb = 131072

nodeos blocks (Canada)

nodeos state-history (Canada)

nodeos blocks (Australia)

WAX nodeos blocks backups in Australia are incrementally archived using blocks-log-stride = 1000000

nodeos state-history (Australia)

Atomic API backups

WAX Atomic API PostgreSQL v14 backups are created with pg_dump and can be restored with pg_restore -d api-wax-mainnet-atomic-1 xxx.dump on a clean db

Hyperion snapshots (Mainnet & Testnet)

A complete WAX Hyperion Full History Service can be restored from our ElasticSearch Snapshot Repository API please join our service WAX telegram group for instructions and updates


FIO Mainnet

nodeos snapshots

FIO nodeos snapshots after block 132501667 are created using the latest v3 release v3.3.0 and built with chain-state-db-size-mb = 32768


TELOS Mainnet

nodeos snapshots

TELOS nodeos snapshots are created using Antelope Leap release v4.0.4 and built with chain-state-db-size-mb = 16384

nodeos state-history

Hyperion snapshots (Mainnet)

A complete Telos Hyperion Full History Service can be restored from our ElasticSearch Snapshot Repository API please join our service Telos telegram group for instructions and updates


LIBRE Mainnet

nodeos snapshots

LIBRE nodeos snapshots are created using Antelope Leap release v4.0.4 and built with chain-state-db-size-mb = 32768

Hyperion snapshots (Mainnet)

A complete Libre Hyperion Full History Service can be restored from our ElasticSearch Snapshot Repository API please join our service Libre telegram group for instructions and updates



nodeos snapshot usage example

Unarchive:

      sudo apt install zstd
      cd /path-to-data/snapshots
      wget http://snapshots.eosphere.io/snapshots/wax/snapshot.bin.zst
      unzstd snapshot.bin.zst

Launch nodeos from snapshot:

      rm -r /path-to-data/state
      rm -r /path-to-data/blocks/reversible
      nodeos --snapshot /path-to-data/snapshots/snapshot.bin