Firmware (LuxOS)
API Docs
LUXMiner commands
groups

groups

Description

Lists the pool groups.

Command

$ echo '{"command": "groups"}' | nc $MINER_IP 4028 | jq

Examples

$ echo '{"command": "groups"}' | nc $MINER_IP 4028 | jq
{
  "GROUPS": [
    {
      "GROUP": 0,
      "Name": "default",
      "Quota": 1.0
    },
    {
      "GROUP": 1,
      "Name": "G2",
      "Quota": 1.0
    }
  ],
  "STATUS": [
    {
      "Code": 324,
      "Description": "LUXminer 0.1.0-15436f7140",
      "Msg": "List groups",
      "STATUS": "S",
      "When": 1667917088
    }
  ],
  "id": 1
}

Field details

FieldNotes
GROUPThe group ID, starting from zero.
NameThe group name, as defined in the toml file or via addgroup.
QuotaThe quota for this group.