Skip to content

A comprehensive toolkit for managing and monitoring Celestia nodes — powered by Astrosynx.

Notifications You must be signed in to change notification settings

astrosynx/Celestia-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 

Repository files navigation

Celestia Logo

Building and managing Celestia nodes and tools with precision and performance.


🌐 Celestia Network Endpoints by Astrosynx

Mainnet

🔗 Astrosynx Celestia Mainnet Services

Service URL
🧩 Addrbook/Seed/Peer https://astrosynx.gitbook.io/services/documentation/mainnet-guides/celestia
⚙️ RPC https://celestia-mainnet-rpc.astrosynx.com/
💬 gRPC celestia-mainnet-grpc.astrosynx.com:443
🌐 API https://celestia-mainnet-api.astrosynx.com/

Testnet

🔗 Astrosynx Celestia Testnet Services

Service URL
🧩 Addrbook/Seed/Peer https://astrosynx.gitbook.io/services/documentation/testnet-guides/celestia
⚙️ RPC https://celestia-testnet-rpc.astrosynx.com/
💬 gRPC celestia-testnet-grpc.astrosynx.com:443
🌐 API https://celestia-testnet-api.astrosynx.com/

🗂 Snapshots

Network Snapshot URL Frequency Pruning Indexer
Mainnet https://mainnet-snap.astrosynx.com/celestia/ Every 4 hours custom: 100/10 null
Testnet https://testnet-snap.astrosynx.com/celestia/ Every 4 hours custom: 100/10 null

🏛 Archive Snapshots (Full History)

Contains both Mainnet and Testnet archive snapshots.

Network Snapshot URL Frequency Pruning Indexer
Mainnet https://archive-snap.astrosynx.com/celestia-mainnet/ Every 5 days nothing kv
Testnet https://archive-snap.astrosynx.com/celestia-testnet/ Every 5 days nothing kv

⚙️ Quick Start

# Connect to Astrosynx Celestia Mainnet RPC
celestia-appd status --node https://celestia-mainnet-rpc.astrosynx.com:443
# Or query via LCD API
curl https://celestia-mainnet-api.astrosynx.com:443/cosmos/base/tendermint/v1beta1/blocks/latest
# Query Node Version and staking parameters
celestia-appd version
celestia-appd query staking params --node https://celestia-mainnet-rpc.astrosynx.com:443

⚠️ Common Errors & Fixes

Error Cause Solution
insufficient fees Not enough fees for the transaction Increase --fees when delegating or sending transactions
failed to connect to RPC RPC is unavailable or blocked by firewall Check the URL and open the required ports (443, 26657, 26658)
snapshot not found / download failed URL is unavailable or snapshot was removed Use an updated mirror or the archive snapshot
node stuck / not syncing Incorrect peers or corrupted data Clear the directory ~/.celestia-app and restore from snapshot
permission denied Node does not have permissions for the directory Run commands as the user owning $HOME/.celestia-app or use sudo carefully

Maintained with 💜 by Astrosynx — Validator Infrastructure & Tools
🌐 astrosynx.com GitHub / Astrosynx

About

A comprehensive toolkit for managing and monitoring Celestia nodes — powered by Astrosynx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages