Firmware (LuxOS)
API Docs
LUXMiner commands
poolopts

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 | jq

Examples

$ echo '{"command": "poolopts"}' | nc $MINER_IP 4028 | jq
{
  "POOLOPTS": [
    {
      "BackoffOnError": true,
      "MaxErrors": 5,
      "SmartSwitch": true,
      "SmartSwitchSecs": 60,
      "TimeoutSecs": 5
    }
  ],
  "STATUS": [
    {
      "Code": 341,
      "Description": "LUXminer 2023.8.2.172357-c4963c8",
      "Msg": "Pool Options",
      "STATUS": "S",
      "When": 1691001482
    }
  ],
  "id": 1
}

Field details

FieldNotes
BackoffOnErrorEither true or false to enable or disable the backoff time on pool connection failures.
MaxErrorsMaximum number of connections errors before switching to the next pool.
SmartSwitchEither true or false to enable or disable pool smart switching.
SmartSwitchSecsTime, in seconds, before each smart switch check.
TimeoutSecsTime, in seconds, for pool connection timeout.