Tzinit full50 tar service

Archive tar details:

Network:       shadownet
HTTPS:         https://snapshots.tzinit.org/shadownet/full50.tar.lz4
GCS:           gs://tf-snapshot-eu/shadownet/full50.tar.lz4
Creation Date: Fri Jun 19 00:01:33 UTC 2026
Octez version: 187a915b (2026-06-16 13:58:56 +0200) (Octez 25.0 (build: 0))
      

Download the full50 backup over HTTPS as follows:

wget https://snapshots.tzinit.org/shadownet/full50.tar.lz4

Download the full50 backup over Google Cloud Storage as follows:

gcloud storage cp gs://tf-snapshot-eu/shadownet/full50.tar.lz4 .

Download and extract the tar ball in one go:

wget -O - https://snapshots.tzinit.org/shadownet/full50.tar.lz4 | \
	lz4cat | tar xf -