Skip to content

Commit

Permalink
snapshot update celestia
Browse files Browse the repository at this point in the history
  • Loading branch information
ccv-automation committed Jan 6, 2025
1 parent 5ec706e commit db5bdb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions chains/celestia/node_snapshot.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"network": "celestia",
"height": "3390146",
"type": "8421a9869c105145690ab7bdea49972b549edc6ab3ceac1b795fe0403ca54609",
"height": "3406166",
"type": "7556c14a11f75991b85dcf7a2718933cc8e08124cbbb2b8fb4e9ad28dc70db75",
"mirror": "EU",
"url": "https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_3390146.tar.lz4",
"filename": "celestia_3390146.tar.lz4",
"date": "2025-01-05 17:30",
"url": "https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_3406166.tar.lz4",
"filename": "celestia_3406166.tar.lz4",
"date": "2025-01-06 17:30",
"database": "goleveldb",
"size": "6.3G",
"size": "6.2G",
"provider": "CryptoCrew"
}
6 changes: 3 additions & 3 deletions chains/celestia/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
celestia-appd version: `v3.2.0`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_3406166.tar.lz4)** | Mon Jan 06 2025 17:30:39 UTC | `celestia` | 6.2G | 3406166 | `7556c14a11f75991b85dcf7a2718933cc8e08124cbbb2b8fb4e9ad28dc70db75` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_3390146.tar.lz4)** | Sun Jan 05 2025 17:30:45 UTC | `celestia` | 6.3G | 3390146 | `8421a9869c105145690ab7bdea49972b549edc6ab3ceac1b795fe0403ca54609` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_3374129.tar.lz4)** | Sat Jan 04 2025 17:30:51 UTC | `celestia` | 6.3G | 3374129 | `ef02f4af209d7fe52c5d0ba1f4e2dea7edf4829cec42a24fbea77cbdcdb7daa9` |

---

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

0 comments on commit db5bdb4

Please sign in to comment.