Tzinit archive tar service

Archive tar details:


Network:       mainnet
HTTPS:         https://snapshots.eu.tzinit.org/mainnet/archive.tar.lz4
GCS:           gs://tf-snapshot-eu/mainnet/archive.tar.lz4
Creation Date: Mon Sep 15 00:01:09 UTC 2025
Octez version: 9aadd15c (2025-09-02 12:19:41 +0000) (Octez 23.1)
      

Download the archive over HTTPS as follows:

wget https://snapshots.eu.tzinit.org/mainnet/archive.tar.lz4

Download the archive over Google Cloud Storage as follows:

gcloud storage cp gs://tf-snapshot-eu/mainnet/archive.tar.lz4 .

Download and extract the archive in one go:

wget -O - https://snapshots.eu.tzinit.org/mainnet/archive.tar.lz4 | \
	lz4cat | tar xf -