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 Nov 15, 2024
1 parent 8c1a7ad commit 580a0e9
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": "2790300",
"type": "4f26b895b0bf370e3b3fa557d2521b516035cc59c24eb12520fdfbcddb433287",
"height": "2797627",
"type": "2c16f819a675be0c3539ea31d6c244fb171a8ea0b689295de57ded20dfa1b011",
"mirror": "EU",
"url": "https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2790300.tar.lz4",
"filename": "celestia_2790300.tar.lz4",
"date": "2024-11-14 17:30",
"url": "https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2797627.tar.lz4",
"filename": "celestia_2797627.tar.lz4",
"date": "2024-11-15 17:29",
"database": "goleveldb",
"size": "5.1G",
"size": "5.0G",
"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: `v2.3.1`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2797627.tar.lz4)** | Fri Nov 15 2024 17:29:54 UTC | `celestia` | 5.0G | 2797627 | `2c16f819a675be0c3539ea31d6c244fb171a8ea0b689295de57ded20dfa1b011` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2790300.tar.lz4)** | Thu Nov 14 2024 17:30:07 UTC | `celestia` | 5.1G | 2790300 | `4f26b895b0bf370e3b3fa557d2521b516035cc59c24eb12520fdfbcddb433287` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2782968.tar.lz4)** | Wed Nov 13 2024 17:30:00 UTC | `celestia` | 5.0G | 2782968 | `7b08fc86d541d25a56b40d68878afb299fb40f4a8f646499174371ec5d896d9d` |

---

## Download instructions
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2790300.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2797627.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_2790300.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2797627.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 580a0e9

Please sign in to comment.