# SnapShot

## &#x20;                                        🔥Celestia🔥

## &#x20;                                         Full Mainnet

## [Node installation instructions](https://stavr-team.gitbook.io/nodes-guides/mainnets/celestia/full-node)

## SnapShot Full Mainnet | Archive - updated every 3 days

{% hint style="info" %} <mark style="color:orange;">**You can check the size and time of snapshot creation with this command**</mark>\
`curl -sI https://celestia.full-archive.snap-m.stavr.tech/full-m-snap.tar.lz4 | grep "last" && curl -sI https://celestia.full-archive.snap-m.stavr.tech/full-m-snap.tar.lz4 | grep content-length | awk '{printf "%.2f GB\n", $2/1024/1024/1024}'`
{% endhint %}

```sh
cd $HOME
snap install lz4
sudo systemctl stop celestia-full
rm -rf $HOME/.celestia-full/{blocks,data,index,inverted_index,transients,.lock}
curl -o - -L https://celestia.full-archive.snap-m.stavr.tech/full-m-snap.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.celestia-full/
sudo systemctl restart celestia-full && sudo journalctl -fu celestia-full -ocat
```

## Useful Tools

🔥EXPLORER-M🔥: [**https://explorer.stavr.tech/Celestia-Mainnet**](https://explorer.stavr.tech/Celestia-Mainnet) `Indexer "ON"`\
🔥EXPLORER-T🔥: [**https://explorer.stavr.tech/Celestia-Testnet**](https://stavr-team.gitbook.io/nodes-guides/mainnets) `Indexer "ON"`\
🔥API-M🔥: [**https://celestia.api.m.stavr.tech**](https://celestia.api.m.stavr.tech)\
🔥API-T🔥: [**https://celestia.api.t.stavr.tech**](https://celestia.api.t.stavr.tech)\
🔥RPC-M🔥: [**https://celestia.rpc.m.stavr.tech**](https://celestia.rpc.m.stavr.tech) `Snapshot-interval = 1000`\
🔥RPC-T🔥: [**https://celestia.rpc.t.stavr.tech**](https://celestia.rpc.t.stavr.tech) `Snapshot-interval = 1000`

&#x20;                                         **ARCHIVE NODE MAINNET**

* **api archive:** [**https://celestia.api-archive.m.stavr.tech:443**](https://celestia.api-archive.m.stavr.tech)
* **rpc archive:** [**https://celestia.rpc-archive.m.stavr.tech:443**](https://celestia.rpc-archive.m.stavr.tech)
* **grpc archive:** [**https://celestia.grpc-archive.m.stavr.tech:443**](https://celestia.grpc-archive.m.stavr.tech)

&#x20;                                         **ARCHIVE NODE TESTNET**

* **api archive:** [**https://celestia.api-archive.t.stavr.tech:443**](https://celestia.api-archive.t.stavr.tech)

* **rpc archive:** [**https://celestia.rpc-archive.t.stavr.tech:443**](https://celestia.rpc-archive.t.stavr.tech)

* **grpc archive:** [**https://celestia.grpc-archive.t.stavr.tech:443**](https://celestia.grpc-archive.t.stavr.tech)

* Auto\_install\_script-T

```bash
source <(curl -s https://raw.githubusercontent.com/111STAVR111/props/refs/heads/main/Celestia/Mainnet/Full/fullm)
```

## 🔥[Decentralization Info](https://github.com/111STAVR111/props/tree/main/Celestia/Mainnet/Decentralization)🔥
