Most recent snapshots for nairobinet

Octez version used for snapshotting: v17.3

Browse older snapshots.

Rolling snapshot

Download Rolling Snapshot

Block height: 1620320

Block hash: BKrT6L9o6i8nKNFPfGhsPPFQxpF8og2wheG8nfhZ42NoBFb8UMJ

Verify on TzStats - Verify on TzKT

Block timestamp: 2023-09-28T00:49:09Z

File Size: 400M

Checksum (SHA256):

5fc6548f9fef0509d7706f8199e13b5f3f63019831b57fcf6670e629d6602271

Artifact Metadata

Archive tarball

What is a tarball? - Limitation of tarballs

Download Archive Tarball

Block height: 1620792

Block hash: BLsLxWixbSBLYxyRzq8dNeMr7oTWMRNmgzwV4B9HdKFt5jamYcX

Verify on TzStats - Verify on TzKT

Block timestamp: 2023-09-28T02:07:42Z

File Size: 170G

Checksum (SHA256):

a8cafb4d618ef26a8268a06a871e698b881fa807b951bc9583f35e71288cb483

Artifact Metadata

Rolling tarball

What is a tarball? - Limitation of tarballs

Download Rolling Tarball

Block height: 1620320

Block hash: BKrT6L9o6i8nKNFPfGhsPPFQxpF8og2wheG8nfhZ42NoBFb8UMJ

Verify on TzStats - Verify on TzKT

Block timestamp: 2023-09-28T00:49:09Z

File Size: 131M

Checksum (SHA256):

6ebbddd4b0d488976a5c0b0b4a932fcf4d8eafe4a5dd40c3d21bf28c73ce219f

Artifact Metadata

How to use

Rolling Snapshot

Issue the following commands:

wget https://nairobinet-v17-shots.nyc3.digitaloceanspaces.com/nairobinet-1620320.rolling
tezos-node snapshot import nairobinet-1620320.rolling --block BKrT6L9o6i8nKNFPfGhsPPFQxpF8og2wheG8nfhZ42NoBFb8UMJ

Or simply use the permalink:

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

Archive 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://nairobinet-v17-shots.nyc3.digitaloceanspaces.com/tezos-nairobinet-archive-tarball-1620792.lz4" \
| lz4 -d | tar -x -C "/var/tezos"

Or simply use the permalink:

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

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://nairobinet-v17-shots.nyc3.digitaloceanspaces.com/tezos-nairobinet-rolling-tarball-1620320.lz4" \
| lz4 -d | tar -x -C "/var/tezos"

Or simply use the permalink:

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

More details

About xtz-shots.io.

Tezos documentation.