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 Nov 15, 2024
1 parent a34a724 commit db3211a
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: `v7.0.2`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-tyo.ccvalidators.com/SNAPSHOTS/dydx/dydx-mainnet-1_30202385.tar.lz4)** | Fri Nov 15 2024 09:44:01 UTC | `dydx-mainnet-1` | 105G | 30202385 | `d0bab6eeea9c5e9c9af8651f9b2014764b8d8a6cbc04af49eac0b1e217850750` |
| **[DOWNLOAD](https://dl-tyo.ccvalidators.com/SNAPSHOTS/dydx/dydx-mainnet-1_30122380.tar.lz4)** | Thu Nov 14 2024 09:34:47 UTC | `dydx-mainnet-1` | 106G | 30122380 | `88654dca82a54b4d65bb65a6310cadf2fa5b34a53b8e3d1f5505dd7fc47b2c5d` |
| **[DOWNLOAD](https://dl-tyo.ccvalidators.com/SNAPSHOTS/dydx/dydx-mainnet-1_30041747.tar.lz4)** | Wed Nov 13 2024 09:43:37 UTC | `dydx-mainnet-1` | 104G | 30041747 | `d56a7dca0dc1387b6ce1183aacd9ea8f6b7548839f734591c07271ac94034405` |

---

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

Please sign in to comment.