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 Feb 1, 2025
1 parent d8865b9 commit d5faaa7
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: `v8.0.1`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-tyo.ccvalidators.com/SNAPSHOTS/dydx/dydx-mainnet-1_36379967.tar.lz4)** | Sat Feb 01 2025 10:03:48 UTC | `dydx-mainnet-1` | 154G | 36379967 | `66e60d75452ea87aaf8bc7e87aecf5c0d666853e5e403a15f0e27baccfe39b67` |
| **[DOWNLOAD](https://dl-tyo.ccvalidators.com/SNAPSHOTS/dydx/dydx-mainnet-1_36296251.tar.lz4)** | Fri Jan 31 2025 10:04:51 UTC | `dydx-mainnet-1` | 153G | 36296251 | `f228ce2e91fd8dae3fa62851658a0afed7b56f635eb9adbbbb6193c320fb6076` |
| **[DOWNLOAD](https://dl-tyo.ccvalidators.com/SNAPSHOTS/dydx/dydx-mainnet-1_36212598.tar.lz4)** | Thu Jan 30 2025 09:49:02 UTC | `dydx-mainnet-1` | 153G | 36212598 | `94b0eb3ca828456ac5791059f19df8b6c449108ca1d7e11dd04ecdcd6af31692` |

---

## Download instructions
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-tyo.ccvalidators.com/SNAPSHOTS/dydx/dydx-mainnet-1_36296251.tar.lz4"
URL="https://dl-tyo.ccvalidators.com/SNAPSHOTS/dydx/dydx-mainnet-1_36379967.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_36296251.tar.lz4"
URL="https://dl-tyo.ccvalidators.com/SNAPSHOTS/dydx/dydx-mainnet-1_36379967.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 d5faaa7

Please sign in to comment.