Services
Celestia is a minimal blockchain that only orders and publishes transactions and does not execute them. By decoupling the consensus and application execution layers, Celestia modularizes the blockchain technology stack and unlocks new possibilities for decentralized application builders.
Chain ID: celestia | Latest Version Tag: v2.3.1 | Bridge Tag: v0.17.2 |
Chain explorer
https://explorers.cryptech.com.ua/Celestia-Mainnet
Public endpoints
- api: https://api-celestia.cryptech.com.ua
- rpc: https://rpc-celestia.cryptech.com.ua
- grpc: https://grpc-celestia.cryptech.com.ua
Peering
state-sync
e8657b97bcfcf7e522f2481f17358c4273ee0d55@185.144.99.12:26656
addrbook
curl -Ls https://github.com/dvjromashkin/guides/raw/main/celestia-mainnet/addrbook.json > $HOME/.celestia-app/config/addrbook.json
live-peers (15)
peers="34a0bdc304126afd6de8c62c53ae012e1b893fbb@159.203.102.3:26656,1497bc1080936834107c75de3ce562416944ce10@185.16.39.216:11656,47f77ce9da8d17778a5bedcaa7f0a74f1c9eb8c7@67.209.54.244:26656,1217edc58de2e2838d3af19af9a506ffee2cff68@34.88.62.237:26656,c89507c926f41901784f54b26e1ccc49ac9ecfda@31.214.144.83:20056,9388f26a5ab25de666ecbb4f6c3738e8c73dedd7@141.95.99.111:20014,e1f1af5c222897e3fce93f30536ec93f2719d4f6@95.179.217.121:26656,b833d0cac06e9831550f3273de21792cec23211d@86.148.81.1:26656,99a867b675f2e17382a88a3d73cbbf3b1cd9ac62@3.110.143.77:26656,674e4c80644a944e3b1f21061308d2a5979785e2@37.27.134.181:1500,5bc86308e2b3730ce611abf622c8be752780f934@5.199.172.53:26656,cac6872182c0dd3de7c65b895b7008dc5e8382fc@107.23.203.110:26656,a5fae3f1102b5cf32b2467d85744cd9e24e4b79f@141.164.40.80:26656,c38407707761f3206aa0d228d7190812fe95a5a6@154.26.155.140:26656,a86cfe5a22e73ff0c9ceec388e9b52bf8355efdd@85.239.233.57:2000"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = \"$peers\"|" $HOME/.celestia-app/config/config.toml