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 Jan 5, 2025
1 parent c04b7ea commit 6020542
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chains/persistence/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
persistenceCore version: `v11.16.0`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/persistence/core-1_20078759.tar.lz4)** | Sun Jan 05 2025 11:36:15 UTC | `core-1` | 1.1G | 20078759 | `013c5b76bae08ec0847a4a898f6bdd382d81a0829a91addbc9cfc586c3b5e4e0` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/persistence/core-1_20049483.tar.lz4)** | Fri Jan 03 2025 11:36:14 UTC | `core-1` | 1.0G | 20049483 | `5df8bc44c64584f20d2d81e140d538119eb39fac8192ff3b946101ae7ef11968` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/persistence/core-1_20020214.tar.lz4)** | Wed Jan 01 2025 11:36:13 UTC | `core-1` | 1.1G | 20020214 | `dd95ff1ec322249f955a5298e2b8bae2b283bc68607dfbb6b34aacdf49fbee02` |

---

## Download instructions
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/persistence/core-1_20049483.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/persistence/core-1_20078759.tar.lz4"
cd $HOME/.persistenceCore
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/persistence/core-1_20049483.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/persistence/core-1_20078759.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 6020542

Please sign in to comment.