Monitor Your Gonka Nodes

Track the status and performance of Gonka Network nodes in real-time. Get instant visibility into sync status, missed requests, rewards, and potential issues.

Real-time Monitoring
Problem Detection
ML Nodes Status
Shared Data

My Tracked Nodes

No nodes tracked yet

Add a validator address above to start tracking

Track Your Nodes

Sign in to add nodes and monitor their status in real-time

Sign In

Troubleshooting

Node in JAIL status

Run the command in the terminal from the device where you registered your network node cold key. Replace XXX with the participant name (moniker) you specified when creating the key.

./inferenced tx slashing unjail \
  --from XXX \
  --keyring-backend file \
  --chain-id gonka-mainnet \
  --node http://node1.gonka.ai:26657 \
  --gas auto \
  --gas-adjustment 1.5 \
  --fees 1000ngonka \
  -y

Replace XXX with the participant name (moniker) you specified when creating the cold key.

Previous epoch rewards not claimed

1

Wait an hour from the epoch start — rewards are usually collected automatically.

2

If rewards were not collected — run this command on your server:

curl -X POST http://localhost:9200/admin/v1/claim-reward/recover \
  -H "Content-Type: application/json" \
  -d '{"force_claim": true, "epoch_id": XXX}'

Replace XXX with the epoch number for which you need to claim rewards. Important: you can only claim rewards for the previous epoch and only before the current epoch ends.