Connectivity Issues
This guide helps diagnose and resolve common network connectivity problems with Autonomys Network.
Quick Diagnosis
Check Your Connection Status
- Space Acres
- CLI
In Space Acres Interface:
- Look for peer count in the status bar
- Check sync progress indicator
- Review any error messages in logs
Healthy indicators:
- Peer count > 40
- Steady sync progress
- No network error messages
Problem indicators:
- Peer count < 40
- Stuck sync at specific block
# Check node peer count
grep -i "peers" /path/to/node.log | tail -5
# Check farmer logs
grep -i "farming\|peers" /path/to/farmer.log | tail -5
# Expected healthy node log output:
# 2024-09-04T06:44:46.197731Z INFO Consensus: substrate: 💤 Idle (40 peers), best: #3131617 (0x4b91…1060), finalized #3063319 (0x366a…fd89), ⬇ 225.3kiB/s ⬆ 23.9kiB/s
# Expected healthy farmer log output:
# 2024-09-09T20:36:28.671054Z INFO {farm_index=0}: subspace_farmer::commands::farm: Allocated space: 14.0 TiB (15.4 TB)
# 2024-09-09T20:36:32.735211Z INFO {farm_index=0}: subspace_farmer::single_disk_farm::farming: Subscribing to slot info notifications
# Problem indicators:
# Node: "💤 Idle (0 peers)" - No connectivity
# Node: "⚙️ Preparing (2 peers)" - Poor connectivity during sync
# Farmer: Connection errors to node RPC