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 Sep 28, 2024
1 parent 0580740 commit 3756591
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_8938553.tar.lz4)** | Sat Sep 28 2024 01:15:51 UTC | `migaloo-1` | 764M | 8938553 | `88b09513d6d1af108efebfc38694a3a3c624f147fd1f2078aba9449f9bf27a72` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/migaloo/migaloo-1_8938375.tar.lz4)** | Sat Sep 28 2024 00:58:55 UTC | `migaloo-1` | 855M | 8938375 | `cb68374cd8b58a5c47e284580f92847edd4b9dddfdd516dab95cb20b898a74aa` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/migaloo/migaloo-1_8908038.tar.lz4)** | Thu Sep 26 2024 01:12:05 UTC | `migaloo-1` | 851M | 8908038 | `70c27743b336e4d17262c95374fdf1d1246bad2c17df7a1aed1904be436807f5` |

---

## Download instructions
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/migaloo/migaloo-1_8938375.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/migaloo/migaloo-1_8938553.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_8938375.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/migaloo/migaloo-1_8938553.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 3756591

Please sign in to comment.