removepool
Description
Removes a pool from a given group. On luxminer, this command can target any pool.
Command
$ echo '{"command": "removepool", "parameter": "2"}' | nc $MINER_IP 4028 | jq
Example
$ echo '{"command": "removepool", "parameter": "2"}' | nc $MINER_IP 4028 | jq
{
"STATUS": [
{
"Code": 68,
"Description": "cgminer 1.0.0",
"Msg": "Removed pool 2:'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. |