Tzinit snapshot service

Snapshot details:

Network:       mainnet
History mode:  full
HTTPS:         https://snapshots.tzinit.org/mainnet/full
GCS:           gs://tf-snapshot-eu/mainnet/full
Level:         13382213
Block hash:    BKkWtwy9QWc3etNoJC1U7yHXWM7BYjSiH1K248kQJERyAaBtT58
SHA256:        d833331677210657ba2f84aa0a14d3edfb62136518e7ed7d41db22e35deee104
Creation Date: 2026-05-27T11:59:49Z
Snapshot vers: 9
    

Download the snapshot over HTTPS as follows:

wget -O snapshot_file https://snapshots.tzinit.org/mainnet/full

Download the snapshot over Google Cloud Storage as follows (for eu):

gcloud storage cp gs://tf-snapshot-eu/mainnet/full snapshot_file

Import the snapshot with Octez:

octez-node snapshot import snapshot_file

If you are concerned about checking the block hash, use:

octez-node snapshot import snapshot_file --block BKkWtwy9QWc3etNoJC1U7yHXWM7BYjSiH1K248kQJERyAaBtT58

Set up Bakebuddy from a snapshot:

tezbake bootstrap-node https://snapshots.tzinit.org/mainnet/full BKkWtwy9QWc3etNoJC1U7yHXWM7BYjSiH1K248kQJERyAaBtT58