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 Jan 6, 2025
1 parent 2a3d113 commit 20a1dff
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_16386628.tar.lz4)** | Mon Jan 06 2025 11:38:30 UTC | `comdex-1` | 3.2G | 16386628 | `b41d1ef3b638c5605de93c1731ee6d6d9a753983fe54b68ab0ba8ff24171f028` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/comdex/comdex-1_16371535.tar.lz4)** | Sun Jan 05 2025 11:38:37 UTC | `comdex-1` | 3.0G | 16371535 | `4128429597660a42b9404807a66b81ce966a252f49913418de5c0f146f09fe7c` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/comdex/comdex-1_16356443.tar.lz4)** | Sat Jan 04 2025 11:38:19 UTC | `comdex-1` | 3.2G | 16356443 | `3063ee562f16d1b85e3f148cad428833d4e2d236054c2d97327a2eee20afbc6b` |

---

## Download instructions
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/comdex/comdex-1_16371535.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/comdex/comdex-1_16386628.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_16371535.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/comdex/comdex-1_16386628.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 20a1dff

Please sign in to comment.