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 does a single pass on all chips, which makes this command meaningless.
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
Parameter | Notes |
---|---|
session_id | A valid session ID. See Session Management for details. |
board_id | Board ID, starting from zero. |
chip_id | Optional. The chip number, starting from zero. |