autotunerget
Description
Displays the current values of the autotuner configuration. Use autotuserset to change those values.
Command
$ echo '{"command": "autotunerget"}' | nc $MINER_IP 4028 | jq
Examples
$ echo '{"command": "autotunerget"}' | nc $MINER_IP 4028 | jq
{
"AUTOTUNER": [
{
"BadChipHealthThreshold": 0.9,
"Enabled": false,
"NumReadingsScale": 2.0
}
],
"STATUS": [
{
"Code": 351,
"Description": "LUXminer 2024.1.23.170004-442e3be1",
"Msg": "Autotuner configuration values",
"STATUS": "S",
"When": 1706037236
}
],
"id": 1
}
Field details
Field | Notes |
---|---|
BadChipHealthThreshold | The performance threshold to consider a chip bad for tuning purposes. |
Enabled | Either true or false to enable or disable autotuner. |
NumReadingsScale | The scale or number of readings, relative to the health configuration, to use in the autotuner evaluation. |