Skip to content

Commit

Permalink
snapshot update stargaze
Browse files Browse the repository at this point in the history
  • Loading branch information
ccv-automation committed Sep 27, 2024
1 parent 43cd379 commit 14428a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chains/stargaze/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
starsd version: `v14.0.0`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/stargaze/stargaze-1_15581078.tar.lz4)** | Fri Sep 27 2024 04:52:13 UTC | `stargaze-1` | 5.8G | 15581078 | `235d46bd97cdde631653d91375102821d45c66b64e46bb49be0dc9134567a282` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/stargaze/stargaze-1_15566472.tar.lz4)** | Thu Sep 26 2024 04:53:49 UTC | `stargaze-1` | 5.9G | 15566472 | `77ab58e94d1335a710dd1d54eb233b96406d7f6741cda8e7f51656b4cb070abf` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/stargaze/stargaze-1_15551828.tar.lz4)** | Wed Sep 25 2024 04:52:16 UTC | `stargaze-1` | 5.8G | 15551828 | `535de3bcbea19b148563586c804c919734c6f2402b2d289a679307f4f717d40b` |

---

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

0 comments on commit 14428a2

Please sign in to comment.