Skip to content

Commit

Permalink
snapshot update comdex
Browse files Browse the repository at this point in the history
  • Loading branch information
ccv-automation committed Feb 8, 2025
1 parent d3e71fa commit 8c04cdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chains/comdex/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
comdex version: `v15.3.0`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/comdex/comdex-1_16885382.tar.lz4)** | Sat Feb 08 2025 11:38:21 UTC | `comdex-1` | 3.4G | 16885382 | `6c6de463fb62a839b24b032cf8656c8cce91415b4e7255b510188a7b830ffc9e` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/comdex/comdex-1_16855325.tar.lz4)** | Thu Feb 06 2025 11:38:47 UTC | `comdex-1` | 3.5G | 16855325 | `2eb54135fa9ca46db86675db9843ceb1f5e0b11096b5987d29a8256f51e44f15` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/comdex/comdex-1_16825179.tar.lz4)** | Tue Feb 04 2025 11:38:38 UTC | `comdex-1` | 3.4G | 16825179 | `ccfd32e6df2119c0f838ff555f1b5a7814a146fbadb84ecf27bdab91a61493aa` |

---

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

0 comments on commit 8c04cdb

Please sign in to comment.