Contact Sales

Hashing & Connectivity Status

Overview

Each worker in Braiins Manager has two distinct attributes to help users understand performance and connectivity:

  • Hashing Status – Indicates miner performance and efficiency
  • Connectivity Status – Indicates whether the miner can be reached and remotely controlled

Hashing Status

Hashing status shows how well the miner is performing based on its real-time hashrate and energy efficiency.

Hashing StatusConditionMeaning
HashingReal hashrate > 0 AND efficiency (J/TH) within 10% of nominalMiner is hashing with expected efficiency
InefficientReal hashrate > 0 AND efficiency (J/TH) > 10% above nominalMiner is using more power than expected
IdleReal hashrate = 0Miner is powered but not hashing
MaintenanceManually set into maintenanceMiner is intentionally entered into maintenance
UnknownMissing data (e.g. no hashrate or power readings)Status cannot be determined

Connectivity Status

Connectivity status shows whether Braiins Manager can communicate with the miner.

Connectivity StatusDescription
OnlineMiner is connected and responding normally
Agent OfflineBraiins Manager Agent is not responding
OfflineMiner is unreachable or disconnected
N/AMiner is under maintenance
ERROR (e.g. TIMEOUT_ERROR)Miner is online but encountered a specific network or system error

Connectivity Errors and Troubleshooting

If a miner shows a specific connectivity error instead of "Online", use the table below to diagnose and fix the issue.

Error CodeMeaningSuggested Action
TIMEOUT_ERRORMiner did not respond in timeCheck network, try to ping miner's IP from the Agent's server, reboot miner
FETCH_ERRORFailed to retrieve data from minerCheck if miner is accessible via GUI and if did not change the firmware
JSON_PARSE_ERRORMalformed responseCheck if the firmware on your miner has changed. If needed, use the Change Firmware action
ETIMEDOUTConnection timed outCheck latency, routes, or DNS
EHOSTUNREACHHost unreachableInspect subnet or switch
ECONNRESETConnection closed unexpectedlyCheck miner logs or power cycle
ECONNREFUSEDMiner rejected the connectionEnsure miner API is enabled
AUTH_ERRORAuthentication failedVerify miner's credentials
PARSE_ERRORGeneral parse failureSame as JSON error
ENETUNREACHNetwork unreachableCheck routing, gateway
ECONNABORTEDConnection forcibly closedRestart agent or miner
ENOBUFSNo buffer space availableRestart agent or tune system buffers
LOCAL_ADAPT_ERRORNetwork interface issueCheck agent network config
EACCESPermission deniedRun agent with proper permissions
ERR_BAD_REQUESTMalformed HTTP requestCheck agent version and miner firmware
CERT_HAS_EXPIREDTLS certificate expiredRenew cert or disable HTTPS (if safe)
EADDRNOTAVAILLocal IP unavailableReview IP config or interface bindings

Notes

  • If Connectivity Status is Agent Offline or any ERROR, then Hashing Status will show as Unknown.
  • Removed status is deprecated — removed miners are no longer visible in the UI.

Where to Find the Statuses

Workers List

You can view the Hashing Status and (optionally) the Connectivity Status in the Workers List table:

Workers list showing Hashing and Connectivity Status

  • Hashing Status is shown by default.
  • Connectivity Status can be enabled via table settings.

Worker Detail Page

You can also find the statuses on the individual worker detail page under the "About Worker" section:

Worker detail page showing Hashing and Connectivity Status

  • Hashing Status and Connectivity Status are displayed side by side for clarity.

Was this helpful?