1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

API 'save' command details

This commit is contained in:
Kano 2012-01-22 20:14:33 +11:00
parent 899897033f
commit bf5321cf0a

13
README
View File

@ -575,11 +575,11 @@ The list of requests and replies are:
API=API version API=API version
config CONFIG Some miner configuration information: config CONFIG Some miner configuration information:
GPU Count=N| <- the number of GPUs GPU Count=N, <- the number of GPUs
CPU Count=N| <- the number of CPUs CPU Count=N, <- the number of CPUs
Pool Count=N| <- the number of Pools Pool Count=N, <- the number of Pools
ADL=X| <- Y or N if ADL is compiled in the code ADL=X, <- Y or N if ADL is compiled in the code
ADL in use=X| <- Y or N if any GPU has ADL ADL in use=X, <- Y or N if any GPU has ADL
Strategy=Name| <- the current pool strategy Strategy=Name| <- the current pool strategy
summary SUMMARY The status summary of the miner summary SUMMARY The status summary of the miner
@ -634,6 +634,9 @@ The list of requests and replies are:
gpuvddc|N,V none There is no reply section just the STATUS section gpuvddc|N,V none There is no reply section just the STATUS section
stating the results of setting GPU N vddc to V stating the results of setting GPU N vddc to V
save|filename none There is no reply section just the STATUS section
stating success or failure
quit none There is no status section but just a single "BYE|" quit none There is no status section but just a single "BYE|"
reply before cgminer quits reply before cgminer quits