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 Feb 1, 2025
1 parent d2febd1 commit 015a896
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chains/stride/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
strided version: `v24.0.0`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/stride/stride-1_15381445.tar.lz4)** | Sat Feb 01 2025 11:13:35 UTC | `stride-1` | 8.0G | 15381445 | `2ac2dc6614773e992eb28f5c99b38302e7841a1478af217fcb12dcc9493785cc` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/stride/stride-1_15351664.tar.lz4)** | Fri Jan 31 2025 11:14:23 UTC | `stride-1` | 8.0G | 15351664 | `60b09a48753237159cfd03680cba85bc355d2fd3d0136fbc0a96408f5fba4cea` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/stride/stride-1_15292401.tar.lz4)** | Wed Jan 29 2025 11:14:13 UTC | `stride-1` | 8.0G | 15292401 | `131b07cf770e030111070040082237f24bbba114fc422d5d1d82ebf33570a2a4` |

---

## Download instructions
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/stride/stride-1_15351664.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/stride/stride-1_15381445.tar.lz4"
cd $HOME/.stride
cp data/priv_validator_state.json ./priv_validator_state.json.tmp
rm -rf data wasm
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/stride/stride-1_15351664.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/stride/stride-1_15381445.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 015a896

Please sign in to comment.