Post
Topic
Board Mining (Altcoins)
Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs
by
onaboat
on 28/12/2013, 01:03:30 UTC
Conf file I made isn't doing any better.....any suggestions? Honestly have never used the conf file before, just batch file.


(this is for testing out a solo 5970)

{
"pools" : [
   {
      "url" : "http://stratum.SWEETPOOL.ORG:3333",
      "user" : "USER.WORKER",
      "pass" : "WORKERPASS"
   }
]
,
"intensity" : "11,11",
"thread-concurrency" : "8192,8192",
"vectors" : "1,1",
"worksize" : "256,256",
"kernel" : "scrypt,scrypt",
"gpu-fan" : "0-75,0-75",
"gpu-vddc" : "1.088,1.088",
"gpu-engine" : "0-820,0-820",
"gpu-memclock" : "1100,1100",
"gpu-memdiff" : "0,0",
"gpu-powertune" : "0,0",
"temp-cutoff" : "80,80",
"temp-overheat" : "90,90",
"temp-target" : "70,70",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-threads" : "1",
"log" : "5",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"api-listen" : true,
"api-network" : true,
"api-port" : "4028",
"kernel-path" : "/usr/local/bin"
}