Skip to content

Commit

Permalink
snapshot update loyal
Browse files Browse the repository at this point in the history
  • Loading branch information
ccv-automation committed Jan 7, 2025
1 parent 09dcaa9 commit 37d8b90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chains/loyal/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
loyald version: `v0.25.3`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/loyal/loyal-main-02_11481369.tar.lz4)** | Tue Jan 07 2025 04:36:27 UTC | `loyal-main-02` | 32M | 11481369 | `f0b827f0196d874ca05ea6a17820b37e4f4b04d8553844707bfed79dc0f60143` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/loyal/loyal-main-02_11451158.tar.lz4)** | Sun Jan 05 2025 04:41:02 UTC | `loyal-main-02` | 32M | 11451158 | `9e928236791fbcf6b142f2a86465c0c19e0274b23b2ad65f073ef93d95b01e2c` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/loyal/loyal-main-02_11420923.tar.lz4)** | Fri Jan 03 2025 04:41:32 UTC | `loyal-main-02` | 36M | 11420923 | `d9e12ace0537164e0522d21a508931f26e56b82c9293c4cc8ebb1b5a8596ec6c` |

---

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

0 comments on commit 37d8b90

Please sign in to comment.