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 27, 2024
1 parent ba3e4b0 commit 7d46b21
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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": "3053523",
"type": "42438ae2320f531403321e0caf7ced8a550a401f7ac500715a1a96f0d0fb9296",
"height": "3072319",
"type": "d117d3b2636f6de2f4e5a48308d0b8dd5cef22965808398ad19af303433611e9",
"mirror": "EU",
"url": "https://dl-eu2.ccvalidators.com/SNAPSHOTS/xion/xion-mainnet-1_3053523.tar.lz4",
"filename": "xion-mainnet-1_3053523.tar.lz4",
"date": "2024-09-26 11:45",
"url": "https://dl-eu2.ccvalidators.com/SNAPSHOTS/xion/xion-mainnet-1_3072319.tar.lz4",
"filename": "xion-mainnet-1_3072319.tar.lz4",
"date": "2024-09-27 11:50",
"database": "goleveldb",
"size": "377M",
"size": "403M",
"provider": "CryptoCrew"
}
6 changes: 3 additions & 3 deletions chains/xion/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
xiond version: `v9.0.0`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/xion/xion-mainnet-1_3072319.tar.lz4)** | Fri Sep 27 2024 11:50:19 UTC | `xion-mainnet-1` | 403M | 3072319 | `d117d3b2636f6de2f4e5a48308d0b8dd5cef22965808398ad19af303433611e9` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/xion/xion-mainnet-1_3053523.tar.lz4)** | Thu Sep 26 2024 11:45:17 UTC | `xion-mainnet-1` | 377M | 3053523 | `42438ae2320f531403321e0caf7ced8a550a401f7ac500715a1a96f0d0fb9296` |
| **[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 instructions
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/xion/xion-mainnet-1_3053523.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/xion/xion-mainnet-1_3072319.tar.lz4"
cd $HOME/.xiond
cp data/priv_validator_state.json ./priv_validator_state.json.tmp
rm -rf data wasm
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/xion/xion-mainnet-1_3053523.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/xion/xion-mainnet-1_3072319.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 7d46b21

Please sign in to comment.