addgroup
Description
Adds a new group. Groups separate lists of pools and define hashrate splitting. See Groups and Pools for details.
Note: If autosave is disabled, the changes will be lost after a reboot.
Command
$ echo '{"command": "addgroup", "parameter":"gx,2"}' | nc $MINER_IP 4028 | jq
Examples
$ echo '{"command": "addgroup", "parameter":"gx,2"}' | nc $MINER_IP 4028 | jq
{
"STATUS": [
{
"Code": 325,
"Description": "LUXminer 0.1.0-15436f7140",
"Msg": "Add group",
"STATUS": "S",
"When": 1667918380
}
],
"id": 1
}
Parameters
Parameter | Notes |
---|---|
name | Name of the new group. |
quota | Group quota, should be greater than zero. |