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 Sep 24, 2024
1 parent a8c5fe7 commit d1ca916
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 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": "2409530",
"type": "28a87c2b909c2171d8bd707e459c12e5dec0b1637ace73361d1727ccffe298fe",
"height": "2416880",
"type": "4a5eba4ddbd550123435526a7c0487138d472d68ed40ebbda6e9c1caea83c591",
"mirror": "EU",
"url": "https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2409530.tar.lz4",
"filename": "celestia_2409530.tar.lz4",
"date": "2024-09-23 17:29",
"url": "https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2416880.tar.lz4",
"filename": "celestia_2416880.tar.lz4",
"date": "2024-09-24 17:29",
"database": "goleveldb",
"size": "4.7G",
"size": "4.8G",
"provider": "CryptoCrew"
}
5 changes: 3 additions & 2 deletions chains/celestia/service_Node_Snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CryptoCrew provides daily node-snapshots for the chains we validate. These snaps
celestia-appd version: `v2.1.2`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2416880.tar.lz4)** | Tue Sep 24 2024 17:29:51 UTC | `celestia` | 4.8G | 2416880 | `4a5eba4ddbd550123435526a7c0487138d472d68ed40ebbda6e9c1caea83c591` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2409530.tar.lz4)** | Mon Sep 23 2024 17:29:50 UTC | `celestia` | 4.7G | 2409530 | `28a87c2b909c2171d8bd707e459c12e5dec0b1637ace73361d1727ccffe298fe` |

---
Expand All @@ -11,7 +12,7 @@ celestia-appd version: `v2.1.2`
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2409530.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2416880.tar.lz4"
cd $HOME/.celestia-app
cp data/priv_validator_state.json ./priv_validator_state.json.tmp
rm -rf data
Expand All @@ -27,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_2409530.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2416880.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 d1ca916

Please sign in to comment.