Skip to content

Commit

Permalink
snapshot update xion
Browse files Browse the repository at this point in the history
  • Loading branch information
ccv-automation committed Sep 25, 2024
1 parent 2313b69 commit d05e45c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions chains/xion/node_snapshot.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"network": "xion-mainnet-1",
"height": "3015930",
"type": "3051947b38f6d1d3af117731c48531a8aeb17211822ff28c3d7a778d205256df",
"height": "3034810",
"type": "0485713006938c6d9035dcc1d8ecd4727064363f3fc3057d3c1a292a675f117c",
"mirror": "EU",
"url": "https://dl-eu2.ccvalidators.com/SNAPSHOTS/xion/xion-mainnet-1_3015930.tar.lz4",
"filename": "xion-mainnet-1_3015930.tar.lz4",
"date": "2024-09-24 11:45",
"url": "https://dl-eu2.ccvalidators.com/SNAPSHOTS/xion/xion-mainnet-1_3034810.tar.lz4",
"filename": "xion-mainnet-1_3034810.tar.lz4",
"date": "2024-09-25 11:50",
"database": "goleveldb",
"size": "378M",
"size": "380M",
"provider": "CryptoCrew"
}
5 changes: 3 additions & 2 deletions chains/xion/service_Node_Snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CryptoCrew provides daily node-snapshots for the chains we validate. These snaps
xiond version: `v9.0.0`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/xion/xion-mainnet-1_3034810.tar.lz4)** | Wed Sep 25 2024 11:50:15 UTC | `xion-mainnet-1` | 380M | 3034810 | `0485713006938c6d9035dcc1d8ecd4727064363f3fc3057d3c1a292a675f117c` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/xion/xion-mainnet-1_3015930.tar.lz4)** | Tue Sep 24 2024 11:45:15 UTC | `xion-mainnet-1` | 378M | 3015930 | `3051947b38f6d1d3af117731c48531a8aeb17211822ff28c3d7a778d205256df` |

---
Expand All @@ -11,7 +12,7 @@ xiond version: `v9.0.0`
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/xion/xion-mainnet-1_3015930.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/xion/xion-mainnet-1_3034810.tar.lz4"
cd $HOME/.xiond
cp data/priv_validator_state.json ./priv_validator_state.json.tmp
rm -rf data wasm
Expand All @@ -27,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/xion/xion-mainnet-1_3015930.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/xion/xion-mainnet-1_3034810.tar.lz4"
cd $HOME/.xiond
cp data/priv_validator_state.json ./priv_validator_state.json.tmp
rm -rf data wasm
Expand Down

0 comments on commit d05e45c

Please sign in to comment.