mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-03 09:42:17 +00:00
API-README poolpriority changes
This commit is contained in:
parent
51940ec719
commit
68b041be6e
13
API-README
13
API-README
@ -39,7 +39,7 @@ To give an IP address/subnet access to a group you use the group letter
|
|||||||
in front of the IP address instead of W: e.g. P:192.168.0/32
|
in front of the IP address instead of W: e.g. P:192.168.0/32
|
||||||
An IP address/subnet can only be a member of one group
|
An IP address/subnet can only be a member of one group
|
||||||
A sample API group would be:
|
A sample API group would be:
|
||||||
--api-groups P:switchpool:enablepool:addpool:disablepool:removepool:*
|
--api-groups P:switchpool:enablepool:addpool:disablepool:removepool.poolpriority:*
|
||||||
This would create a group 'P' that can do all current pool commands and all
|
This would create a group 'P' that can do all current pool commands and all
|
||||||
non-priviliged commands - the '*' means all non-priviledged commands
|
non-priviliged commands - the '*' means all non-priviledged commands
|
||||||
Without the '*' the group would only have access to the pool commands
|
Without the '*' the group would only have access to the pool commands
|
||||||
@ -275,11 +275,14 @@ The list of requests - a (*) means it requires privileged access - and replies a
|
|||||||
When you enable, disable or restart a GPU or PGA, you will also get Thread messages
|
When you enable, disable or restart a GPU or PGA, you will also get Thread messages
|
||||||
in the cgminer status window
|
in the cgminer status window
|
||||||
|
|
||||||
The 'poolpriority' command can be used to reset the priority order of pools.
|
The 'poolpriority' command can be used to reset the priority order of multiple
|
||||||
|
pools with a single command - 'switchpool' only sets a single pool to first priority
|
||||||
Each pool should be listed by id number in order of preference (first = most
|
Each pool should be listed by id number in order of preference (first = most
|
||||||
preferred). Any pools not listed will be prioritized after the ones that are,
|
preferred)
|
||||||
in an undefined order. If the priority change affects the miner's preference
|
Any pools not listed will be prioritised after the ones that are listed, in the
|
||||||
for mining, it may switch immediately.
|
priority order they were originally
|
||||||
|
If the priority change affects the miner's preference for mining, it may switch
|
||||||
|
immediately
|
||||||
|
|
||||||
When you switch to a different pool to the current one (including by priority
|
When you switch to a different pool to the current one (including by priority
|
||||||
change), you will get a 'Switching to URL' message in the cgminer status
|
change), you will get a 'Switching to URL' message in the cgminer status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user