Skip to content

Commit

Permalink
snapshot update persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
ccv-automation committed Sep 25, 2024
1 parent 4e78a32 commit 27ed5ce
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions chains/persistence/service_Node_Snapshot.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
## Node Snapshot
CryptoCrew provides daily node-snapshots for the chains we validate. These snapshots are designed to be minimum-size and can be used to quickly sync your own node!
persistenceCore version: `v11.14.0`
persistenceCore version: `v11.15.0`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/persistence/core-1_18463490.tar.lz4)** | Tue Sep 17 2024 10:03:00 UTC | `core-1` | 1.2G | 18463490 | `c5ebafa034ae4cbc563dd89dcb355b6bc5c3606b4fe8481017154c16f1ae2805` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/persistence/core-1_18448995.tar.lz4)** | Tue Sep 17 2024 10:03:00 UTC | `core-1` | 1.3G | 18448995 | `1db98611c695d4d568474e6d396436e4c945c091c38fba78a6663f9b093d31a8` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/persistence/core-1_18593667.tar.lz4)** | Wed Sep 25 2024 11:36:15 UTC | `core-1` | 1.4G | 18593667 | `a2e760365ad387d1109239f458272e33b468dacd6a490be8dc688ac88369fdd6` |

---

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

0 comments on commit 27ed5ce

Please sign in to comment.