Suntzu | Chain services
Explorer
  • 🏆Mainnet
    • Celestia
      • ⚙️Installation
      • Wallet
      • Validator
      • RPC, API, GRPC
      • Snapshot
      • State Sync
  • 🥈Testnet
    • 0g.ai
      • ⚙️Installation
      • 🔼Upgrade
      • ⛓️Sync
      • ✅RPC, API, GRPC
      • 🎯Useful commands
    • Initia
      • ⚙️Installation
      • 🔼Upgrade
      • ⛓️Sync
      • ✅RPC, API, GRPC
      • 🎯Useful commands
    • Axelar
      • ⚙️Installation
      • 🔼Upgrade
      • ⛓️Sync
      • 🎯Useful commands
    • Celestia
      • ⚙️Installation
      • Wallet
      • Validator
      • RPC, API, GRPC
      • Snapshot
      • State Sync
    • Airchains
      • ⚙️Installation
      • RPC, API, GRPC
      • Validator
      • Snapshot
Powered by GitBook
On this page
  1. Testnet
  2. Airchains

RPC, API, GRPC

PreviousInstallationNextValidator

Last updated 1 year ago

RPC: API:

gRPC:

airchains-testnet-grpc.suntzu.dev:11790

peers:

05d6b05db39d4077fe7813b79ef853aeb9c964d5@95.217.204.154:11756

live peers:

PEERS=$(curl -sS https://junction-rpc.dymion.cloud/net_info | \
jq -r '.result.peers[] | "\(.node_info.id)@\(.remote_ip):\(.node_info.listen_addr)"' | \
awk -F ':' '{printf "%s:%s%s", $1, $(NF), NR==NF?"":","}')
echo "$PEERS"

sed -i 's|^persistent_peers *=.*|persistent_peers = "'$PEERS'"|' $HOME/.junction/config/config.toml

addrbook:

updates 4 hour

sudo wget -O $HOME/.junction/config/addrbook.json https://testnet-files.suntzu.dev/download/testnet/airchains/addrbook.json
🥈
https://airchains-testnet-rpc.suntzu.dev
https://airchains-testnet-api.suntzu.dev