Skip to content

Commit

Permalink
snapshot update stride
Browse files Browse the repository at this point in the history
  • Loading branch information
ccv-automation committed Sep 25, 2024
1 parent fd9bbc8 commit ae5364e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions chains/stride/service_Node_Snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ CryptoCrew provides daily node-snapshots for the chains we validate. These snaps
strided version: `v24.0.0`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/stride/stride-1_11114130.tar.lz4)** | Tue Sep 17 2024 10:02:59 UTC | `stride-1` | 5.8G | 11114130 | `0ffca801d44333e07297ee052652144768d8a2709e288e2b134fd4887f18ea2a` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/stride/stride-1_11083473.tar.lz4)** | Tue Sep 17 2024 10:02:59 UTC | `stride-1` | 5.8G | 11083473 | `e03d196cb06ec3e02fe52b17a2c7a08dcb1dbc628f8c09d540c908ec46827647` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/stride/stride-1_11389920.tar.lz4)** | Wed Sep 25 2024 11:12:52 UTC | `stride-1` | 6.0G | 11389920 | `bf11b42f7902fe2fb44cdd450f7178234e1dafdab724e30ffc12430abdc00164` |

---

## Download instructions
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/stride/stride-1_11236415.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/stride/stride-1_11389920.tar.lz4"
cd $HOME/.stride
cp data/priv_validator_state.json ./priv_validator_state.json.tmp
rm -rf data wasm
Expand All @@ -28,7 +27,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/stride/stride-1_11236415.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/stride/stride-1_11389920.tar.lz4"
cd $HOME/.stride
cp data/priv_validator_state.json ./priv_validator_state.json.tmp
rm -rf data wasm
Expand Down

0 comments on commit ae5364e

Please sign in to comment.