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
Field | Notes |
---|---|
GROUP | The group ID, starting from zero. |
Name | The group name, as defined in the toml file or via addgroup. |
Quota | The quota for this group. |