API Docs
cgminer commands
removepool

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

ParameterNotes
pool_idNumeric ID of the pool. It is the same value as returned on pools command.