Skip to content

Commit

Permalink
snapshot update omniflixhub
Browse files Browse the repository at this point in the history
  • Loading branch information
ccv-automation committed Jan 8, 2025
1 parent 996a8cc commit 01aa8e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chains/omniflixhub/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
omniflixhubd version: `v5.0.0`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/omniflixhub/omniflixhub-1_15637324.tar.lz4)** | Wed Jan 08 2025 04:58:17 UTC | `omniflixhub-1` | 11G | 15637324 | `43c1aad5e42a202e0907d52ab564566c5a2267262da239bd04ce240cff7db24a` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/omniflixhub/omniflixhub-1_15629258.tar.lz4)** | Tue Jan 07 2025 16:05:59 UTC | `omniflixhub-1` | 12G | 15629258 | `d8dd96ef04d5c2711b689d54fd22d14e70274808748a54795a0a0fd09fc7af50` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/omniflixhub/omniflixhub-1_15607353.tar.lz4)** | Mon Jan 06 2025 04:58:11 UTC | `omniflixhub-1` | 11G | 15607353 | `9e639986fbb6f32a2e649e791da4c9d0e7a9d621e915d034f189ce8957166e78` |

---

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

0 comments on commit 01aa8e0

Please sign in to comment.