Skip to content

Commit

Permalink
snapshot update nolus
Browse files Browse the repository at this point in the history
  • Loading branch information
ccv-automation committed Sep 25, 2024
1 parent 68ceead commit 60dfde4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chains/nolus/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
nolusd version: `v0.6.3`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/nolus/pirin-1_7409869.tar.lz4)** | Wed Sep 25 2024 00:50:55 UTC | `pirin-1` | 621M | 7409869 | `0a3dabe95290939253b05131249368ffd751278889864155b8f19fd3253372e7` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/nolus/pirin-1_7389955.tar.lz4)** | Tue Sep 24 2024 01:51:33 UTC | `pirin-1` | 651M | 7389955 | `6fefe21464f31a76fc8d39618a7e4461904d52968ff6babc5d5bef483b7a9c6f` |

---
Expand All @@ -11,7 +12,7 @@ nolusd version: `v0.6.3`
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/nolus/pirin-1_7389955.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/nolus/pirin-1_7409869.tar.lz4"
cd $HOME/.nolus
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/nolus/pirin-1_7389955.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/nolus/pirin-1_7409869.tar.lz4"
cd $HOME/.nolus
cp data/priv_validator_state.json ./priv_validator_state.json.tmp
rm -rf data wasm
Expand Down

0 comments on commit 60dfde4

Please sign in to comment.