⛓️StateSync/Snapshot

🔥Celestia🔥

TESTNET

StateSync Celestia Testnet

RPC="https://celestia.rpc.t.stavr.tech:443"
LATEST_HEIGHT=$(curl -s $RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 1000)); \
TRUST_HASH=$(curl -s "$RPC/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash)

echo $LATEST_HEIGHT $BLOCK_HEIGHT $TRUST_HASH

sed -i.bak -E "s|^(enable[[:space:]]+=[[:space:]]+).*$|\1true| ; \
s|^(rpc_servers[[:space:]]+=[[:space:]]+).*$|\1\"$RPC,$RPC\"| ; \
s|^(trust_height[[:space:]]+=[[:space:]]+).*$|\1$BLOCK_HEIGHT| ; \
s|^(trust_hash[[:space:]]+=[[:space:]]+).*$|\1\"$TRUST_HASH\"| ; \
s|^(seeds[[:space:]]+=[[:space:]]+).*$|\1\"\"|" $HOME/.celestia-app/config/config.toml
sudo systemctl stop celestia-appd && celestia-appd tendermint unsafe-reset-all --home $HOME/.celestia-app
wget -O $HOME/.celestia-app/config/addrbook.json "https://raw.githubusercontent.com/111STAVR111/props/main/Celestia/Testnet/Node/addrbook.json"
sudo systemctl restart celestia-appd && sudo journalctl -fu celestia-appd -o cat

SnapShot Testnet - updated every 5 hours

SnapShot Consensus Testnet (Archive) updated every 5 days

Useful Tools

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

ARCHIVE NODE

  • Peer-T

  • Addrbook-T (every 2h)

  • Genesis-T

  • Auto_install_script-T

chevron-rightRPC Scanninghashtag

We scan nodes in real time every 24 hours. And we provide the final result of RPC endpoints. We cannot influence the operation of these nodes in any way.

Last updated