EOS nodeos snapshots are created using the latest Antelope Spring release
v1.1.2 and built with chain-state-db-size-mb = 262144
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
WAX nodeos blocks backups in Canada are incrementally archived using blocks-log-stride = 1000000
WAX nodeos blocks backups in Australia are incrementally archived using blocks-log-stride = 1000000
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
WAX Light API Chronicle Snapshots are created with Antelope Chronicle Release 3.3
WAX Light API MariaDB backups are created with mysqldump and can be restored with mysql lightapi < lightapi_db.sql.xxx.dump on a clean db
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 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 nodeos snapshots are created using Antelope Leap release
v4.0.4 and built with chain-state-db-size-mb = 16384
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 nodeos snapshots are created using Antelope Leap release
v4.0.4 and built with chain-state-db-size-mb = 32768
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
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