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 Feb 1, 2025
1 parent efdb1cd commit 45a078a
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: `v22.0.0`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/cosmoshub/cosmoshub-4_24223528.tar.lz4)** | Sat Feb 01 2025 16:28:11 UTC | `cosmoshub-4` | 948G | 24223528 | `5c21174be73741c3a871ab0f7d46c2b8c7132e7042433292176ad78640b28846` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/cosmoshub/cosmoshub-4_24208816.tar.lz4)** | Fri Jan 31 2025 16:26:24 UTC | `cosmoshub-4` | 941G | 24208816 | `4234da597067f89f4980d811519f2ea5aff97b3bc288ec76a996b843d3d45e99` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/cosmoshub/cosmoshub-4_24192220.tar.lz4)** | Thu Jan 30 2025 13:11:53 UTC | `cosmoshub-4` | 597G | 24192220 | `e86f1ce63344210d738b57186b8164fd77c52de6a7561f9be9e5c1a90f9e9625` |

---

## Download instructions
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/cosmoshub/cosmoshub-4_24208816.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/cosmoshub/cosmoshub-4_24223528.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_24208816.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/cosmoshub/cosmoshub-4_24223528.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 45a078a

Please sign in to comment.