Firmware (LuxOS)
API Docs
LUXMiner commands
healthchipset

healthchipset

Description

Sets a chip as the next one to have its health checked. This is a legacy command, that always returns success and exists only for compatibility reasons. The current health checker do a single pass on all chips, which makes this command meaningless.

See Healthcheck for details.

Command

$ echo '{"command": "healthchipset", "parameter":"yJN2nlj1,1,10"}' | nc $MINER_IP 4028 | jq

Examples

$ echo '{"command": "healthchipset", "parameter":"yJN2nlj1,1,10"}' | nc $MINER_IP 4028 | jq
{
  "STATUS": [
    {
      "Code": 315,
      "Description": "LUXminer 0.1.0-15436f7140",
      "Msg": "Health chip set",
      "STATUS": "S",
      "When": 1667917985
    }
  ],
  "id": 1
}

Parameters

ParameterNotes
session_idA valid session ID. See Session Management for details.
board_idBoard ID, starting from zero.
chip_idOptional. The chip number, starting from zero.