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 27, 2024
1 parent 431bcdf commit 2706658
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": "2431575",
"type": "0569a378c727fa5961e5b735a96ae42d8ddddfa3ec87fff4ab4e124bbdc3b0e7",
"height": "2438920",
"type": "8b1a51442aa0c2c262fe8670c9df70f25a74c2cd559b23782f21f5e7e57b0dbd",
"mirror": "EU",
"url": "https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2431575.tar.lz4",
"filename": "celestia_2431575.tar.lz4",
"date": "2024-09-26 17:29",
"url": "https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2438920.tar.lz4",
"filename": "celestia_2438920.tar.lz4",
"date": "2024-09-27 17:30",
"database": "goleveldb",
"size": "4.7G",
"size": "4.8G",
"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.1.2`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2438920.tar.lz4)** | Fri Sep 27 2024 17:30:21 UTC | `celestia` | 4.8G | 2438920 | `8b1a51442aa0c2c262fe8670c9df70f25a74c2cd559b23782f21f5e7e57b0dbd` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2431575.tar.lz4)** | Thu Sep 26 2024 17:29:48 UTC | `celestia` | 4.7G | 2431575 | `0569a378c727fa5961e5b735a96ae42d8ddddfa3ec87fff4ab4e124bbdc3b0e7` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2424227.tar.lz4)** | Wed Sep 25 2024 17:29:57 UTC | `celestia` | 4.8G | 2424227 | `2af4f1c4907ce73e03b6376b782667ffbe45cdb748205c256f4b5267633bfd14` |

---

## Download instructions
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2431575.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2438920.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_2431575.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/celestia/celestia_2438920.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 2706658

Please sign in to comment.