⛓️SnapShot
🔥Celestia🔥
Full Mainnet
SnapShot Full Mainnet | Archive - updated every 3 days
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 Indexer "ON"
🔥EXPLORER-T🔥: https://explorer.stavr.tech/Celestia-Testnet Indexer "ON"
🔥API-M🔥: https://celestia.api.m.stavr.tech
🔥API-T🔥: https://celestia.api.t.stavr.tech
🔥RPC-M🔥: https://celestia.rpc.m.stavr.tech Snapshot-interval = 1000
🔥RPC-T🔥: https://celestia.rpc.t.stavr.tech Snapshot-interval = 1000
ARCHIVE NODE MAINNET
api archive: https://celestia.api-archive.m.stavr.tech:443
rpc archive: https://celestia.rpc-archive.m.stavr.tech:443
grpc archive: https://celestia.grpc-archive.m.stavr.tech:443
ARCHIVE NODE TESTNET
api archive: https://celestia.api-archive.t.stavr.tech:443
rpc archive: https://celestia.rpc-archive.t.stavr.tech:443
grpc archive: https://celestia.grpc-archive.t.stavr.tech:443
Auto_install_script-T
source <(curl -s https://raw.githubusercontent.com/111STAVR111/props/refs/heads/main/Celestia/Mainnet/Full/fullm)
Last updated
Was this helpful?