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 22, 2025
1 parent 2e50a8e commit 18d0199
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions chains/mars/node_snapshot.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"network": "mars-1",
"height": "11037134",
"type": "",
"height": "11037170",
"type": "bbf5248c507186f5092aad86f7390b3fe00cdbbfffb79c20d7aa77ce8365aa06",
"mirror": "EU",
"url": "https://ccv-s3.nbg1.your-objectstorage.com/SNAPSHOTS/mars/mars-1_11037134.tar.lz4",
"filename": "mars-1_11037134.tar.lz4",
"date": "2025-01-22 15:26",
"url": "https://ccv-s3.nbg1.your-objectstorage.com/SNAPSHOTS/mars/mars-1_11037170.tar.lz4",
"filename": "mars-1_11037170.tar.lz4",
"date": "2025-01-22 15:29",
"database": "goleveldb",
"size": "550.06MB",
"size": "554.76MB",
"provider": "CryptoCrew"
}
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://ccv-s3.nbg1.your-objectstorage.com/SNAPSHOTS/mars/mars-1_11037134.tar.lz4)** | Wed Jan 22 2025 15:26:04 UTC | mars-1 | 550.06MB | 11037134 | |
| **[DOWNLOAD](https://ccv-s3.nbg1.your-objectstorage.com/SNAPSHOTS/mars/mars-1_11037170.tar.lz4)** | Wed Jan 22 2025 15:29:03 UTC | mars-1 | 554.76MB | 11037170 | bbf5248c507186f5092aad86f7390b3fe00cdbbfffb79c20d7aa77ce8365aa06 |
| **[DOWNLOAD](https://ccv-s3.nbg1.your-objectstorage.com/SNAPSHOTS/mars/mars-1_11037520.tar.lz4)** | Wed Jan 22 2025 15:59:03 UTC | mars-1 | 553.11MB | 11037520 | a3d206d0dc89c655aa2e8edd2695935e703c12bd234c60a823aa6f4af3144edd |

---

## Download instructions
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://ccv-s3.nbg1.your-objectstorage.com/SNAPSHOTS/mars/mars-1_11037170.tar.lz4"
URL="https://ccv-s3.nbg1.your-objectstorage.com/SNAPSHOTS/mars/mars-1_11037520.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://ccv-s3.nbg1.your-objectstorage.com/SNAPSHOTS/mars/mars-1_11037170.tar.lz4"
URL="https://ccv-s3.nbg1.your-objectstorage.com/SNAPSHOTS/mars/mars-1_11037520.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 18d0199

Please sign in to comment.