Skip to content

Commit

Permalink
snapshot update teritori
Browse files Browse the repository at this point in the history
  • Loading branch information
ccv-automation committed Sep 24, 2024
1 parent 3db35d1 commit 933126f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chains/teritori/service_Node_Snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CryptoCrew provides daily node-snapshots for the chains we validate. These snaps
teritorid version: `v2.0.6`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/teritori/teritori-1_10769057.tar.lz4)** | Tue Sep 24 2024 23:45:44 UTC | `teritori-1` | 811M | 10769057 | `f531dddbfb64c599ca7a6259f1ed356b6cf3f9ecffc79bb453df80f75ccc04fe` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/teritori/teritori-1_10754028.tar.lz4)** | Mon Sep 23 2024 23:58:37 UTC | `teritori-1` | 918M | 10754028 | `cca2792a68376f079c72ea62d9eb387750fac1b25a6fbd5a4c933788a664178b` |

---
Expand All @@ -11,7 +12,7 @@ teritorid version: `v2.0.6`
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/teritori/teritori-1_10754028.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/teritori/teritori-1_10769057.tar.lz4"
cd $HOME/.teritorid
cp data/priv_validator_state.json ./priv_validator_state.json.tmp
rm -rf data
Expand All @@ -27,7 +28,7 @@ mv ./priv_validator_state.json.tmp data/priv_validator_state.json
No double disk-space needed, but slower and not possible to check checksum:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/teritori/teritori-1_10754028.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/teritori/teritori-1_10769057.tar.lz4"
cd $HOME/.teritorid
cp data/priv_validator_state.json ./priv_validator_state.json.tmp
rm -rf data
Expand Down

0 comments on commit 933126f

Please sign in to comment.