1
0
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:
Noel Maersk 2014-04-08 22:50:50 +03:00
parent aa5f4c713b
commit 4f3d2edcc8

View File

@ -18,6 +18,7 @@
"url" : "http://url3:8344", "url" : "http://url3:8344",
"user" : "user3", "user" : "user3",
"pass" : "pass3", "pass" : "pass3",
"algorithm" : "adaptive-n-factor",
"state" : "disabled" "state" : "disabled"
}, },
{ {
@ -52,14 +53,14 @@
"gpu-powertune" : "20,20,20", "gpu-powertune" : "20,20,20",
"gpu-vddc" : "0.000,0.000,0.000", "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-gpu" : true,
"auto-fan" : true, "auto-fan" : true,
"temp-target" : "75,75,75,75", "temp-target" : "75,75,75",
"temp-overheat" : "85,85,85,85", "temp-overheat" : "80,85,90",
"temp-cutoff" : "95,95,95,95", "temp-cutoff" : "95",
"temp-hysteresis" : "3", "temp-hysteresis" : "3",
"queue" : "1", "queue" : "1",