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 Jan 7, 2025
1 parent bd4586a commit a9717b0
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_34355569.tar.lz4)** | Tue Jan 07 2025 09:57:13 UTC | `dydx-mainnet-1` | 138G | 34355569 | `d6033328643c5bcf82f6b02441188e3fbaa008843b250e210722abaf40c2caf8` |
| **[DOWNLOAD](https://dl-tyo.ccvalidators.com/SNAPSHOTS/dydx/dydx-mainnet-1_34274599.tar.lz4)** | Mon Jan 06 2025 09:43:56 UTC | `dydx-mainnet-1` | 139G | 34274599 | `cfe6257f3e708abc78b342a59e78fd60c9ec9af2062379868a817a1f78b805f1` |
| **[DOWNLOAD](https://dl-tyo.ccvalidators.com/SNAPSHOTS/dydx/dydx-mainnet-1_34190314.tar.lz4)** | Sun Jan 05 2025 10:00:34 UTC | `dydx-mainnet-1` | 137G | 34190314 | `dd7cbbe1a3bc953ad978d4897ad5f2408bddf6bffccdb6b3b1607ab462322ca3` |

---

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

Please sign in to comment.