FirmwareAPI DocumentationLUXminer commands
hashboardopts
Returns hashboard options
hashboardopts
Description
Returns the options defined for hashboards control. Use hashboardoptsset to change those values.
Note: OvertempAutoRecovery is a deprecated alias for the recovery Enabled field (see recoverctrl). It is kept for backward compatibility and always reflects the same value; prefer recoverctrl / recoverctrlset to read or change it.
Command
$ echo '{"command": "hashboardopts"}' | nc $MINER_IP 4028 | jqExamples
$ echo '{"command": "hashboardopts"}' | nc $MINER_IP 4028 | jq
{
"STATUS": [
{
"Code": 347,
"Description": "LUXminer 2023.12.13.205218-54b9ac9b",
"Msg": "Hashboard",
"STATUS": "S",
"When": 1702591891
}
],
"HASHBOARDOPTS": [
{
"NoPicProtectionMode": "shutdown_failing_board",
"OvertempAutoRecovery": false
}
],
"id": 1
}Field details
| Field | Notes |
|---|---|
NoPicProtectionMode | Either shutdown_all_boards (default) or shutdown_failing_board. |
OvertempAutoRecovery | Deprecated alias for the recovery Enabled field (see recoverctrl). Either true (default) or false. |