enablepool
Description
Enables a specific pool. This has no effect if the pool is already enabled. If the enabled pool has a higher priority within the group (i. e. it is "on top" of the currently active pool), the current pool connection will be closed and a connection attempt will be made to this pool.
See Groups and Pools for details.
Command
$ echo '{"command": "enablepool", "parameter": "1"}' | nc $MINER_IP 4028 | jq
Example
$ echo '{"command": "enablepool", "parameter": "1"}' | nc $MINER_IP 4028 | jq
{
"STATUS": [
{
"Code": 47,
"Description": "cgminer 1.0.0",
"Msg": "Enabling pool 1: 'btc.global.luxor.tech:700'",
"STATUS": "S",
"When": 1672770090
}
],
"id": 1
}
Parameters
Parameter | Notes |
---|---|
pool_id | Numeric ID of the pool. It is the same value as returned on pools command. |