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 Nov 14, 2024
1 parent 90474c1 commit 66efce1
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_11540647.tar.lz4)** | Thu Nov 14 2024 23:45:52 UTC | `teritori-1` | 935M | 11540647 | `377bf36a0659c08a3b13548a127e7dce3222583d97f9e566b09a3bc23d28f77e` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/teritori/teritori-1_11525466.tar.lz4)** | Wed Nov 13 2024 23:42:44 UTC | `teritori-1` | 950M | 11525466 | `f4864067ba08ede724866eece68289b03ef7f0ba74d515871d27e93e542d0a59` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/teritori/teritori-1_11510254.tar.lz4)** | Tue Nov 12 2024 23:39:32 UTC | `teritori-1` | 922M | 11510254 | `cf793d255e90d00be29049f0fae5780baab68ab905a5b7b5ff13bf66299a4883` |

---

## Download instructions
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/teritori/teritori-1_11525466.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/teritori/teritori-1_11540647.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_11525466.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/teritori/teritori-1_11540647.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 66efce1

Please sign in to comment.