mirror of https://github.com/GOSTSec/sgminer
Con Kolivas
13 years ago
4 changed files with 59 additions and 19 deletions
@ -1,13 +0,0 @@
@@ -1,13 +0,0 @@
|
||||
{ |
||||
"_comment1" : "Any long-format command line argument ", |
||||
"_comment2" : "may be used in this JSON configuration file", |
||||
|
||||
"url" : "http://127.0.0.1:8332", |
||||
"user" : "rpcuser", |
||||
"pass" : "rpcpass", |
||||
|
||||
"algo" : "sse2_64", |
||||
"threads" : "4", |
||||
|
||||
"quiet" : true |
||||
} |
@ -0,0 +1,46 @@
@@ -0,0 +1,46 @@
|
||||
{ |
||||
"pools" : [ |
||||
{ |
||||
"url" : "http://url1:8332", |
||||
"user" : "user1", |
||||
"pass" : "pass1" |
||||
}, |
||||
{ |
||||
"url" : "http://url2:8344", |
||||
"user" : "user2", |
||||
"pass" : "pass2" |
||||
}, |
||||
{ |
||||
"url" : "http://url3:8332", |
||||
"user" : "user3", |
||||
"pass" : "pass3" |
||||
} |
||||
], |
||||
|
||||
"intensity" : "d,9,9,9", |
||||
"gpu-engine" : "0-985,0-950,0-960,0-1000", |
||||
"gpu-fan" : "0-85,0-85,0-85,0-85", |
||||
"gpu-memclock" : "860,825,835,875", |
||||
"gpu-powertune" : "20,20,20,20", |
||||
"gpu-vddc" : "0.000,0.000,0.000,0.000", |
||||
"temp-cutoff" : "95,95,95,95", |
||||
"temp-overheat" : "85,85,85,85", |
||||
"temp-target" : "75,75,75,75", |
||||
|
||||
"algo" : "sse2_64", |
||||
"auto-fan" : true, |
||||
"auto-gpu" : true, |
||||
"expiry" : "120", |
||||
"failover-only" : true, |
||||
"gpu-threads" : "2", |
||||
"log" : "5", |
||||
"queue" : "1", |
||||
"retry-pause" : "5", |
||||
"scan-time" : "60", |
||||
"temp-hysteresis" : "3", |
||||
"worksize" : "0", |
||||
|
||||
"donation" : "0.00", |
||||
"shares" : "0", |
||||
"kernel-path" : "/usr/local/bin" |
||||
} |
Loading…
Reference in new issue