Skip to content

Commit

Permalink
snapshot update mars
Browse files Browse the repository at this point in the history
  • Loading branch information
ccv-automation committed Sep 27, 2024
1 parent bbd5fd0 commit 9d33a93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chains/mars/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
marsd version: `v1.0.1`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/mars/mars-1_9065143.tar.lz4)** | Fri Sep 27 2024 12:02:10 UTC | `mars-1` | 308M | 9065143 | `ddc8983d642106e1717e4e7cb3471260a70bec3e9ed2a182466dc40d69bd6190` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/mars/mars-1_9049272.tar.lz4)** | Thu Sep 26 2024 13:19:42 UTC | `mars-1` | 516M | 9049272 | `f7a55edaea6ce6df0a4bbd57c99fab42b9742afc4db97e51a7ea1410bceba9a1` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/mars/mars-1_9033001.tar.lz4)** | Wed Sep 25 2024 14:02:34 UTC | `mars-1` | 518M | 9033001 | `5b8ea857aae991e3ec48c8fdf17e0a8afae5d47e96e270c6bae7bece09abd85d` |

---

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

0 comments on commit 9d33a93

Please sign in to comment.