Tzinit snapshot service

Snapshot details:

Network:       mainnet
History mode:  full
HTTPS:         https://snapshots.tzinit.org/mainnet/full
GCS Asia:      gs://tf-snapshot-asia/mainnet/full
GCS EU:        gs://tf-snapshot-eu/mainnet/full
GCS US:        gs://tf-snapshot-us/mainnet/full
Level:         8926990
Block hash:    BLfF2QgmRpJV9xMECMN8hxYdhEyiUcNUnYVKFSkzMNRcCBocKS1
SHA256:        0e80507de50dfd91234feba78caf5d0b93dcb1984566f0ffafed2c4f17ac7e30
Creation Date: 2025-05-16T15:59:52Z
Snapshot vers: 8
    

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 BLfF2QgmRpJV9xMECMN8hxYdhEyiUcNUnYVKFSkzMNRcCBocKS1

Set up Bakebuddy from a snapshot:

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