⛓️SnapShot

🔥Celestia🔥

Full Testnet

SnapShot Full Testnet - updated every 2 days

You can check the size and time of snapshot creation with this command curl -sI https://celestia.full-archive.snap-t.stavr.tech/full-t-snap.tar.lz4 | grep "last" && curl -sI https://celestia.full-archive.snap-t.stavr.tech/full-t-snap.tar.lz4 | grep content-length | awk '{printf "%.2f GB\n", $2/1024/1024/1024}'

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

Useful Tools

🔥EXPLORER-T🔥: https://explorer.stavr.tech/Celestia-Testnet Indexer "ON" 🔥API-T🔥: https://celestia.api.t.stavr.tech 🔥RPC-T🔥: https://celestia.rpc.t.stavr.tech Snapshot-interval = 1000

ARCHIVE NODE

  • Auto_install_script-T

source <(curl -s https://raw.githubusercontent.com/111STAVR111/props/main/Celestia/Testnet/Full/fullt)

Last updated