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 28, 2024
1 parent db6a3cf commit 569f724
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chains/teritori/service_Node_Snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ 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_10814655.tar.lz4)** | Sat Sep 28 2024 00:07:24 UTC | `teritori-1` | 996M | 10814655 | `3b6b2915b9331e2e80379bb385ebdaec52e44ca61fd9efaa7daca38d1db0bd3a` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/teritori/teritori-1_10799365.tar.lz4)** | Thu Sep 26 2024 23:51:57 UTC | `teritori-1` | 946M | 10799365 | `bfb4a790973767a346349ea41ab4cc5ed6f815054f7cde9f211e12b92318a60e` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/teritori/teritori-1_10784167.tar.lz4)** | Wed Sep 25 2024 23:42:10 UTC | `teritori-1` | 933M | 10784167 | `e3c1f31ec6efb56315d46a53bf4fb415b5b9847622e82aec3bcb2f0c4152757e` |

---

## Download instructions
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/teritori/teritori-1_10799365.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/teritori/teritori-1_10814655.tar.lz4"
cd $HOME/.teritorid
cp data/priv_validator_state.json ./priv_validator_state.json.tmp
rm -rf data
Expand All @@ -28,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_10799365.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/teritori/teritori-1_10814655.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 569f724

Please sign in to comment.