■ ■ ■ ■ ■ TEZOS BLOCKCHAIN SNAPSHOTS ■ ■ ■ ■ ■
In this page we would like to share with the community the latest snapshots, so you can save time if you are setting up a node for the first time or if you are rebuilding a running node.
Block Number |
Snapshot Date | Mode | Block Hash | File |
896003 | April-5-2020 12:14:54 | Full Mode | BLekcbcYyCAkEVKBDN93DNDFfQC1L5FR6R2ScEvB9jis3YU7krq | ![]() |
■ ■ ■ IF YOU ARE SETTING UP A NODE FOR THE FIRST TIME ■ ■ ■
1) Set up a node following this step by step till the identity generation;
2) Download the Full Mode snapshot;
3) Copy the file into /tezos folder;
4) ./tezos-node snapshot import snapshot.full
5) You can now delete the snapshot.full file after successful import;
6) Run the node with ./tezos-node run –rpc addr 127.0.0.1:8732
■ ■ ■ IF YOU ARE REBUILDING A RUNNING NODE ■ ■ ■
1) Download the Full Mode snapshot;
2) Copy the file into /tezos folder;
3) Update your Tezos Node with“git checkout mainnet && git pull && make build-deps && eval $(opam env) && make”;
4) Stop your node;
5) Backup ./tezos-node folder content in a safe folder;
6) Once you’ve backuped that, empty ./tezos-node folder;
7) ./tezos-node snapshot import snapshot.full
8) Delete the snapshot.full file after successful import;
9) You can now copy the backuped files into the ./tezos-node folder
10) Start the node with ./tezos-node run –rpc addr 127.0.0.1:8732