Choose the snapshot service closest to your servers:
- Asia: snapshots.asia.tzinit.org
- Europe: snapshots.eu.tzinit.org
- US: snapshots.us.tzinit.org
Using the key below:
- region R:
asia
,eu
, orus
- network N:
mainnet
,ghostnet
, orweeklynet
- node M:
full
orrolling
Note: only rolling snapshots are provided for Weeklynet.
Download snapshots over HTTPS
Download from the following address:
https://snapshots.R.tzinit.org/N/M
Example: download and import a rolling snapshot from mainnet Europe over HTTPS using wget
:
wget -O snapshot_file https://snapshots.eu.tzinit.org/mainnet/rolling
octez-node snapshot import snapshot_file
Download snapshots from Google Cloud Storage
Download using the gcloud CLI:
gcloud storage cp gs://tf-snapshot-R/N/M snapshot_file
Example: download and import a rolling snapshot from mainnet Europe using gcloud:
gcloud storage cp gs://tf-snapshot-eu/mainnet/rolling snapshot_file
octez-node snapshot import snapshot_file
Mount Google Cloud Storage using fuse
Each network directory (e.g. gs://tf-snapshot-asia/mainnet
) can be mounted using the fuse filesystem. This means you can use the snapshots without downloading them directly to your machine. Please see the GCS Fuse documentation for more details.
Set up Bakebuddy from a snapshot
tezbake bootstrap-node https://snapshots.R.tzinit.org/N/M
Snapshot Information File
Information about the snapshot including level and head block hash is available as a JSON file at:
https://snapshots.R.tzinit.org/N/M.json
or
gs://tf-snapshot-R/N/M.json