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 27, 2024
1 parent 60082db commit e65a53c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chains/persistence/service_Node_Snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CryptoCrew provides daily node-snapshots for the chains we validate. These snaps
persistenceCore version: `v11.15.0`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/persistence/core-1_18622663.tar.lz4)** | Fri Sep 27 2024 11:36:13 UTC | `core-1` | 1.2G | 18622663 | `2650926e02e6b0ab6d846518865e24fb4843fb357f9747b71f278e1493f84445` |
| **[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` |

---
Expand All @@ -11,7 +12,7 @@ persistenceCore version: `v11.15.0`
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/persistence/core-1_18593667.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/persistence/core-1_18622663.tar.lz4"
cd $HOME/.persistenceCore
cp data/priv_validator_state.json ./priv_validator_state.json.tmp
rm -rf data wasm
Expand All @@ -27,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/persistence/core-1_18593667.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/persistence/core-1_18622663.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 e65a53c

Please sign in to comment.