Most recent snapshots for ghostnet

Octez version used for snapshotting: v17.3

Browse older snapshots.

Rolling snapshot

Download Rolling Snapshot

Block height: 4769730

Block hash: BLV7W9BwJJAbH8TPHiutqt4kw7gvcj9gecT9q6hC78FtE8cfjdn

Verify on TzStats - Verify on TzKT

Block timestamp: 2023-12-09T11:36:33Z

File Size: 1G

Checksum (SHA256):

f40f36872b71208a6e52cabbb6c6bdb5f25363be7e81d1d0bff3577d9d8095d4

Artifact Metadata

Rolling tarball

What is a tarball? - Limitation of tarballs

Download Rolling Tarball

Block height: 4769730

Block hash: BLV7W9BwJJAbH8TPHiutqt4kw7gvcj9gecT9q6hC78FtE8cfjdn

Verify on TzStats - Verify on TzKT

Block timestamp: 2023-12-09T11:36:33Z

File Size: 565M

Checksum (SHA256):

0fa6e323121481f143b69f10f47b7746cff7ea62dfd049e22bd6538db9ce7f3f

Artifact Metadata

How to use

Rolling Snapshot

Issue the following commands:

wget https://ghostnet-v17-shots.nyc3.digitaloceanspaces.com/ghostnet-4769730.rolling
tezos-node snapshot import ghostnet-4769730.rolling --block BLV7W9BwJJAbH8TPHiutqt4kw7gvcj9gecT9q6hC78FtE8cfjdn

Or simply use the permalink:

wget https://ghostnet.xtz-shots.io/rolling -O tezos-ghostnet.rolling
tezos-node snapshot import tezos-ghostnet.rolling --block BLV7W9BwJJAbH8TPHiutqt4kw7gvcj9gecT9q6hC78FtE8cfjdn

Rolling Tarball

TAR path is node/data/ which corresponds to /var/tezos/node/data. Make sure to account for this on your local setup when untarring.

 $ tree -L 3
.
└── node
    └── data
        ├── context
        ├── store
        └── version.json

Specifically your --data-dir octez arg should point to <path>/node/data.

Issue the following commands:

curl -L "https://ghostnet-v17-shots.nyc3.digitaloceanspaces.com/tezos-ghostnet-rolling-tarball-4769730.lz4" \
| lz4 -d | tar -x -C "/var/tezos"

Or simply use the permalink:

curl -L "https://ghostnet.xtz-shots.io/rolling-tarball" \
| lz4 -d | tar -x -C "/var/tezos"

More details

About xtz-shots.io.

Tezos documentation.