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 Jan 6, 2025
1 parent b2ba518 commit 8e4e68d
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_10765695.tar.lz4)** | Mon Jan 06 2025 13:20:08 UTC | `mars-1` | 703M | 10765695 | `002759c5adb59ce45a00fad211f22ad7eb7e68767b8778eb6b2d439cd20e3a37` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/mars/mars-1_10749336.tar.lz4)** | Sun Jan 05 2025 14:02:17 UTC | `mars-1` | 518M | 10749336 | `e407c18a6f252ee77ef7acfc33148c635d8f7d55a3622427f24c2ef939ffe9ef` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/mars/mars-1_10731966.tar.lz4)** | Sat Jan 04 2025 13:20:10 UTC | `mars-1` | 701M | 10731966 | `0af04ad69b178aa70e64e03b70bc55a1b302311815aec59153b31fd189b128eb` |

---

## Download instructions
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/mars/mars-1_10749336.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/mars/mars-1_10765695.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_10749336.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/mars/mars-1_10765695.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 8e4e68d

Please sign in to comment.