Skip to content

Commit

Permalink
snapshot update osmosis
Browse files Browse the repository at this point in the history
  • Loading branch information
ccv-automation committed Feb 8, 2025
1 parent 98bc250 commit a76af15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chains/osmosis/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
osmosisd version: `v28.0.0`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/osmosis/osmosis-1_29216564.tar.lz4)** | Sat Feb 08 2025 13:43:01 UTC | `osmosis-1` | 221G | 29216564 | `7990a3903865c217e6be24630dff8c0522daf34c3ec4ea53280d5497621b30dd` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/osmosis/osmosis-1_29087344.tar.lz4)** | Thu Feb 06 2025 13:44:40 UTC | `osmosis-1` | 206G | 29087344 | `ae12e36721ea49814724ffbf7dc7d82646b225d7b7dd4fc97dede7cc0ff6152d` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/osmosis/osmosis-1_28957949.tar.lz4)** | Tue Feb 04 2025 13:38:18 UTC | `osmosis-1` | 192G | 28957949 | `11335926beed5d6debf98ba5264cab632387527ff9a45005a485b6950d33d9ac` |

---

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

0 comments on commit a76af15

Please sign in to comment.