FirmwareAPI DocumentationLUXminer commands
poolopts
Displays pool connection options
poolopts
Description
Displays the advanced connection options to be applied in pool connections. Use pooloptsset to change those values.
Command
$ echo '{"command": "poolopts"}' | nc $MINER_IP 4028 | jqExamples
$ echo '{"command": "poolopts"}' | nc $MINER_IP 4028 | jq
{
"POOLOPTS": [
{
"BackoffOnError": true,
"HashOnDisconnect": false,
"MaxErrors": 5,
"SmartSwitch": true,
"SmartSwitchSecs": 60,
"TimeoutSecs": 5
}
],
"STATUS": [
{
"Code": 344,
"Description": "LUXminer 2026.2.5.211358-b8d2f0b",
"Msg": "Pool Options",
"STATUS": "S",
"When": 1770337816
}
],
"id": 1
}Field details
| Field | Notes |
|---|---|
BackoffOnError | Either true or false to enable or disable the backoff time on pool connection failures. |
HashOnDisconnect | Either true or false to enable or disable continuous hashing on pool or network disconnect. |
MaxErrors | Maximum number of connection errors before switching to the next pool. |
SmartSwitch | Either true or false to enable or disable pool smart switching. |
SmartSwitchSecs | Time, in seconds, before each smart switch check. |
TimeoutSecs | Time, in seconds, for pool connection timeout. |