Tzinit snapshot service (Europe)

You are using the Europe snapshot service. Please use your closest option: Asia, Europe, or US.

Snapshot links
mainnet ghostnet oxfordnet parisnet weeklynet
v19.0 v19.0 v19.0 v20.0
full full full full -
rolling rolling rolling rolling rolling
archive archive archive - -
Download snapshots over HTTPS

For:

you can download the latest snapshot from:

https://snapshots.eu.tzinit.org/N/M

Example: download and import a rolling snapshot 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-eu/N/M snapshot_file

Example: download and import a rolling snapshot using gcloud:

gcloud storage cp gs://tf-snapshot-eu/mainnet/rolling snapshot_file
octez-node snapshot import snapshot_file
Set up Bakebuddy from a snapshot

Here we set up Bakebuddy from a rolling mainnet snapshot:

tezbake bootstrap-node https://snapshots.eu.tzinit.org/mainnet/rolling
Mount the Google Cloud Storage using fuse

Each network directory (e.g. gs://tf-snapshot-eu/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.

Snapshot Information

Information about the snapshot including level and head block hash is available as a JSON file at:

https://snapshots.eu.tzinit.org/N/M.json

or

gs://tf-snapshot-eu/N/M.json