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
Field | Notes |
---|---|
BackoffOnError | Either true or false to enable or disable the backoff time on pool connection failures. |
MaxErrors | Maximum number of connections 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. |