asccount
Description
Returns the number of ASIC boards. The count does not consider disabled boards or inactive boards.
Command
$ echo '{"command": "asccount"}' | nc $MINER_IP 4028 | jq
Examples
$ echo '{"command": "asccount"}' | nc $MINER_IP 4028 | jq
{
"ASCS": [
{
"Count": 3
}
],
"STATUS": [
{
"Code": 104,
"Description": "LUXminer 2024.2.19.131822-ef17c0c4",
"Msg": "ASC count",
"STATUS": "S",
"When": 1672770089
}
],
"id": 1
}
Field details
Field | Notes |
---|---|
Count | The number of boards. |