⛓️StateSync/Snapshot

🔥Celestia🔥

MAINNET

StateSync Celestia Mainnet

RPC="https://celestia.rpc.m.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/refs/heads/main/Celestia/Mainnet/Node/addrbook.json"
sudo systemctl restart celestia-appd && sudo journalctl -fu celestia-appd -o cat

SnapShot Mainnet - updated every 5 hours

SnapShot Consensus Mainnet (Archive) updated every 5 days

Useful Tools

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

ARCHIVE NODE MAINNET

ARCHIVE NODE TESTNET

  • Peer-M

  • Peer-T

  • Addrbook-m (every 2h)

  • Addrbook-T (every 2h)

  • Genesis-M

  • Genesis-T

  • Auto_install_script-M

  • 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