⛓️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-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

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

πŸ”₯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?