mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-14 16:58:05 +00:00
README document API 'privileged' command
This commit is contained in:
parent
dd233ec244
commit
a455ac7b5c
10
README
10
README
@ -598,6 +598,8 @@ The STATUS section is:
|
||||
This defaults to the cgminer version but is the value of --api-description
|
||||
if it was specified at runtime.
|
||||
|
||||
For API version 1.2:
|
||||
|
||||
The list of requests - a (*) means it requires privileged access - and replies are:
|
||||
|
||||
Request Reply Section Details
|
||||
@ -659,7 +661,7 @@ The list of requests - a (*) means it requires privileged access - and replies a
|
||||
stating the results of the restart request
|
||||
|
||||
gpuintensity|N,I (*)
|
||||
none There is no reply section just the STATUS section
|
||||
none There is no reply section just the STATUS section
|
||||
stating the results of setting GPU N intensity to I
|
||||
|
||||
gpumem|N,V (*)
|
||||
@ -686,6 +688,12 @@ The list of requests - a (*) means it requires privileged access - and replies a
|
||||
quit (*) none There is no status section but just a single "BYE|"
|
||||
reply before cgminer quits
|
||||
|
||||
privileged (*)
|
||||
none There is no reply section just the STATUS section
|
||||
stating an error if you do not have privileged access
|
||||
to the API and success if you do have privilege
|
||||
The command doesn't change anything in cgminer
|
||||
|
||||
When you enable, disable or restart a GPU, you will also get Thread messages in
|
||||
the cgminer status window
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user