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 5, 2025
1 parent b8709c7 commit 8ec59d5
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_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](https://dl-eu2.ccvalidators.com/SNAPSHOTS/chihuahua/chihuahua-1_16095677.tar.lz4)** | Wed Jan 01 2025 16:46:57 UTC | `chihuahua-1` | 7.7G | 16095677 | `6dfeb893475329959d68bc67d10e8601d0c3a3a5b5730233d4958838ef4a30bc` |

---

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

Please sign in to comment.