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 present in the API but unused and N/A for Hydro and Immersion specific models. Only air-cooled models with fans can allow hashboard OvertempAutoRecovery.
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 | Either true (default) or false. |