Skip to content

Commit

Permalink
snapshot update chihuahua
Browse files Browse the repository at this point in the history
  • Loading branch information
ccv-automation committed Jan 7, 2025
1 parent 2f38946 commit e4ff5d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chains/chihuahua/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
chihuahuad version: `v8.0.2`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/chihuahua/chihuahua-1_16175036.tar.lz4)** | Tue Jan 07 2025 16:48:22 UTC | `chihuahua-1` | 17G | 16175036 | `10355c391109acf0433f91df3e12034027b3b46a469c9cfcef44e3245265affa` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/chihuahua/chihuahua-1_16148507.tar.lz4)** | Sun Jan 05 2025 16:47:52 UTC | `chihuahua-1` | 14G | 16148507 | `c737b54e9c39d4e9e17776ee44d204e303d36cafbfe51b1c1e3da25edd0b9221` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/chihuahua/chihuahua-1_16122047.tar.lz4)** | Fri Jan 03 2025 16:47:24 UTC | `chihuahua-1` | 11G | 16122047 | `9b7152b2961f26d2d264df1e5227282af0a4b5881ea7079791fc77de608706e9` |

---

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

0 comments on commit e4ff5d2

Please sign in to comment.