Skip to content

Commit

Permalink
snapshot update dydx
Browse files Browse the repository at this point in the history
  • Loading branch information
ccv-automation committed Sep 25, 2024
1 parent 3c754d1 commit 7964b50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chains/dydx/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
dydxprotocold version: `v5.2.0`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-tyo.ccvalidators.com/SNAPSHOTS/dydx/dydx-mainnet-1_26116838.tar.lz4)** | Wed Sep 25 2024 09:22:45 UTC | `dydx-mainnet-1` | 70G | 26116838 | `4a8d29f8c173c3614fc0fdd2e2130f8133d0d1c79072bff4d9bfc6ba255ce955` |
| **[DOWNLOAD](https://dl-tyo.ccvalidators.com/SNAPSHOTS/dydx/dydx-mainnet-1_26038235.tar.lz4)** | Tue Sep 24 2024 09:26:15 UTC | `dydx-mainnet-1` | 70G | 26038235 | `f7e51707d8cbdaf2eaccdaf9cdb900b4f4259b5ce38292134dee9fd210b21a3a` |
| **[DOWNLOAD](https://dl-tyo.ccvalidators.com/SNAPSHOTS/dydx/dydx-mainnet-1_25959277.tar.lz4)** | Mon Sep 23 2024 09:32:50 UTC | `dydx-mainnet-1` | 69G | 25959277 | `be73130ac6559d87284a860f724b6d77bbf0b7f7a4f6f60c1c22986f2a277f64` |

---

## Download instructions
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-tyo.ccvalidators.com/SNAPSHOTS/dydx/dydx-mainnet-1_26038235.tar.lz4"
URL="https://dl-tyo.ccvalidators.com/SNAPSHOTS/dydx/dydx-mainnet-1_26116838.tar.lz4"
cd $HOME/.dydxprotocol
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-tyo.ccvalidators.com/SNAPSHOTS/dydx/dydx-mainnet-1_26038235.tar.lz4"
URL="https://dl-tyo.ccvalidators.com/SNAPSHOTS/dydx/dydx-mainnet-1_26116838.tar.lz4"
cd $HOME/.dydxprotocol
cp data/priv_validator_state.json ./priv_validator_state.json.tmp
rm -rf data
Expand Down

0 comments on commit 7964b50

Please sign in to comment.