Skip to content

Commit

Permalink
snapshot update akash
Browse files Browse the repository at this point in the history
  • Loading branch information
ccv-automation committed Nov 15, 2024
1 parent b9b9364 commit a34a724
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions chains/akash/node_snapshot.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"network": "akashnet-2",
"height": "18922877",
"type": "f257d9e2ec5705368821172d3d44237a0552f7bd64c7195e892558129f1674cb",
"height": "18937231",
"type": "c486b06812ea5022e0c991dfa406cb1c8c0455e45aec5575b0fac2365edcccfd",
"mirror": "EU",
"url": "https://dl-eu2.ccvalidators.com/SNAPSHOTS/akash/akashnet-2_18922877.tar.lz4",
"filename": "akashnet-2_18922877.tar.lz4",
"date": "2024-11-14 09:47",
"url": "https://dl-eu2.ccvalidators.com/SNAPSHOTS/akash/akashnet-2_18937231.tar.lz4",
"filename": "akashnet-2_18937231.tar.lz4",
"date": "2024-11-15 09:48",
"database": "goleveldb",
"size": "6.2G",
"size": "4.2G",
"provider": "CryptoCrew"
}
6 changes: 3 additions & 3 deletions chains/akash/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
akash version: `v0.36.0`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/akash/akashnet-2_18937231.tar.lz4)** | Fri Nov 15 2024 09:48:15 UTC | `akashnet-2` | 4.2G | 18937231 | `c486b06812ea5022e0c991dfa406cb1c8c0455e45aec5575b0fac2365edcccfd` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/akash/akashnet-2_18922877.tar.lz4)** | Thu Nov 14 2024 09:47:59 UTC | `akashnet-2` | 6.2G | 18922877 | `f257d9e2ec5705368821172d3d44237a0552f7bd64c7195e892558129f1674cb` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/akash/akashnet-2_18908513.tar.lz4)** | Wed Nov 13 2024 09:48:38 UTC | `akashnet-2` | 4.2G | 18908513 | `286b92a245e91a8663a2a600c595bf4d2489c9353ba4721c4d8abbabdf9fa75f` |

---

## Download instructions
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/akash/akashnet-2_18922877.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/akash/akashnet-2_18937231.tar.lz4"
cd $HOME/.akash
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-eu2.ccvalidators.com/SNAPSHOTS/akash/akashnet-2_18922877.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/akash/akashnet-2_18937231.tar.lz4"
cd $HOME/.akash
cp data/priv_validator_state.json ./priv_validator_state.json.tmp
rm -rf data
Expand Down

0 comments on commit a34a724

Please sign in to comment.