Skip to content

Commit

Permalink
snapshot update migaloo
Browse files Browse the repository at this point in the history
  • Loading branch information
ccv-automation committed Nov 14, 2024
1 parent e6378d9 commit 86f0199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chains/migaloo/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
migalood version: `latest`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/migaloo/migaloo-1_9643748.tar.lz4)** | Thu Nov 14 2024 01:06:24 UTC | `migaloo-1` | 986M | 9643748 | `6f90de09785c17435574b22185b6184b7d24ff3d4a3bc5b374196bfef1a039e7` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/migaloo/migaloo-1_9618626.tar.lz4)** | Tue Nov 12 2024 00:58:16 UTC | `migaloo-1` | 832M | 9618626 | `ff960af968ecea454af92ea4eee154cf9c127952f1cd67470adda8d8851057d2` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/migaloo/migaloo-1_9618577.tar.lz4)** | Tue Nov 12 2024 00:53:33 UTC | `migaloo-1` | 826M | 9618577 | `3e87569492e01dbd104728039b70df1819790e1f75b494eb660394085ba0c1bc` |

---

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

0 comments on commit 86f0199

Please sign in to comment.