Firmware (LuxOS)
API Docs
LUXMiner commands
hashboardopts

hashboardopts

Description

Returns the options defined for hashboards control. Use hashboardoptsset to change those values.

Command

$ echo '{"command": "hashboardopts"}' | nc $MINER_IP 4028 | jq

Examples

$ 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

FieldNotes
NoPicProtectionModeEither shutdown_all_boards (default) or shutdown_failing_board.
OvertempAutoRecoveryEither true (default) or false.