Skip to content

Commit

Permalink
snapshot update dymension
Browse files Browse the repository at this point in the history
  • Loading branch information
ccv-automation committed Sep 27, 2024
1 parent 96b33d6 commit b491bb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chains/dymension/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
dymd version: `v3.1.0`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/dymension/dymension_1100-1_3580160.tar.lz4)** | Fri Sep 27 2024 17:20:07 UTC | `dymension_1100-1` | 2.9G | 3580160 | `6503b388afdbf05ec055f088f1a7cf8946b6702abc91f74aef139b1abc215ea9` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/dymension/dymension_1100-1_3564713.tar.lz4)** | Thu Sep 26 2024 17:12:28 UTC | `dymension_1100-1` | 3.2G | 3564713 | `8065268dcc41e57575ed8b7b7663e33e1c78136313936e67088d4471f335d9bc` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/dymension/dymension_1100-1_3549232.tar.lz4)** | Wed Sep 25 2024 17:15:51 UTC | `dymension_1100-1` | 3.5G | 3549232 | `2c326bd83d6c2fe8c036dc535ded014dfbc94613369b5a999cfebed7bb1a2744` |

---

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

0 comments on commit b491bb6

Please sign in to comment.