Skip to content

Commit

Permalink
snapshot update cosmoshub
Browse files Browse the repository at this point in the history
  • Loading branch information
ccv-automation committed Jan 7, 2025
1 parent 7ee4dbe commit 49accb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chains/cosmoshub/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
gaiad version: `v21.0.0`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/cosmoshub/cosmoshub-4_23859683.tar.lz4)** | Tue Jan 07 2025 15:59:28 UTC | `cosmoshub-4` | 769G | 23859683 | `8e79a9baef9ea2e4620ef0e3b95a923322e0f9d1653404dc2cdcdff1e89581bf` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/cosmoshub/cosmoshub-4_23843142.tar.lz4)** | Mon Jan 06 2025 12:30:06 UTC | `cosmoshub-4` | 426G | 23843142 | `ea4a95abfd37c0c0e268bdce481713743345afec4e6170b0340df762a0dee082` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/cosmoshub/cosmoshub-4_23830435.tar.lz4)** | Sun Jan 05 2025 15:57:31 UTC | `cosmoshub-4` | 755G | 23830435 | `915a9ca780e46b883c6bbc5514790709c940625215689d1bf47f80bdf0e28262` |

---

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

0 comments on commit 49accb8

Please sign in to comment.