⛓️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-Testnet Indexer "ON" πŸ”₯API-TπŸ”₯: https://celestia.api.t.stavr.tech πŸ”₯RPC-TπŸ”₯: https://celestia.rpc.t.stavr.tech Snapshot-interval = 1000

ARCHIVE NODE

  • Peer-T

  • Addrbook-T (every 2h)

  • Genesis-T

  • Auto_install_script-T

πŸ”₯Decentralization InfoπŸ”₯

πŸ”₯RPC LOCATORπŸ”₯

RPC Scanning

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

Was this helpful?