mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-08 22:08:02 +00:00
misc: set algorithm
for pool in example.conf.
Also finish up what was started in f2934d8afd
This commit is contained in:
parent
aa5f4c713b
commit
4f3d2edcc8
@ -18,6 +18,7 @@
|
||||
"url" : "http://url3:8344",
|
||||
"user" : "user3",
|
||||
"pass" : "pass3",
|
||||
"algorithm" : "adaptive-n-factor",
|
||||
"state" : "disabled"
|
||||
},
|
||||
{
|
||||
@ -52,14 +53,14 @@
|
||||
"gpu-powertune" : "20,20,20",
|
||||
|
||||
"gpu-vddc" : "0.000,0.000,0.000",
|
||||
"gpu-fan" : "0-85,0-85,0-85,0-85",
|
||||
"gpu-fan" : "0-85,0-85,0-85",
|
||||
|
||||
"auto-gpu" : true,
|
||||
"auto-fan" : true,
|
||||
|
||||
"temp-target" : "75,75,75,75",
|
||||
"temp-overheat" : "85,85,85,85",
|
||||
"temp-cutoff" : "95,95,95,95",
|
||||
"temp-target" : "75,75,75",
|
||||
"temp-overheat" : "80,85,90",
|
||||
"temp-cutoff" : "95",
|
||||
"temp-hysteresis" : "3",
|
||||
|
||||
"queue" : "1",
|
||||
|
Loading…
Reference in New Issue
Block a user