Firmware (LuxOS)
API Docs
CGminer commands
removepool

removepool

Description

Removes a pool from a given group. On luxminer, this command can target any pool.

Note: If autosave is disabled, the changes will be lost after a reboot.

Command

$ echo '{"command": "removepool", "parameter": "2"}' | nc $MINER_IP 4028 | jq

Examples

$ echo '{"command": "removepool", "parameter": "2"}' | nc $MINER_IP 4028 | jq
{
  "STATUS": [
    {
      "Code": 68,
      "Description": "LUXminer 2024.2.19.131822-ef17c0c4",
      "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.