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 Sep 26, 2024
1 parent 395cd09 commit d5c4f02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chains/osmosis/service_Node_Snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CryptoCrew provides daily node-snapshots for the chains we validate. These snaps
osmosisd version: `v26.0.1`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/osmosis/osmosis-1_21437594.tar.lz4)** | Thu Sep 26 2024 13:14:10 UTC | `osmosis-1` | 56G | 21437594 | `863cf93125c05efd65743052cdf10a54892dbe50198bfe462f9b528d0f89ed64` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/osmosis/osmosis-1_21335398.tar.lz4)** | Tue Sep 24 2024 13:10:32 UTC | `osmosis-1` | 45G | 21335398 | `7abdf063af72ba0317dcf3742b60db9b09e7fd7bfddad6eb5028f553c6e0caad` |

---
Expand All @@ -11,7 +12,7 @@ osmosisd version: `v26.0.1`
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/osmosis/osmosis-1_21335398.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/osmosis/osmosis-1_21437594.tar.lz4"
cd $HOME/.osmosisd
cp data/priv_validator_state.json ./priv_validator_state.json.tmp
rm -rf data wasm
Expand All @@ -27,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_21335398.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/osmosis/osmosis-1_21437594.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 d5c4f02

Please sign in to comment.