Author

Topic: Why is CGminer rejecting everything? (Read 382 times)

sr. member
Activity: 364
Merit: 250
November 26, 2013, 07:35:22 AM
#2
I have CGminer installed on my Windows 8 PC to mine some alt currencies. It connects to the pool fine, but so far everything has been rejected. What do I need to tweak to get the server to accept my work?

Here is my cgminer.conf file:

Code:
{
"pools" : [
   {
      "url" : "stratum+tcp://stratum.coinex.pw:9019",
      "user" : "xxxxxxxxxxxxxxxxxxxxx.xxxx",
      "pass" : "xxxxxxxxx"
   }
],

"intensity" : "d",
"gpu-engine" : "0-985",
"gpu-fan" : "0-85",
"gpu-memclock" : "860",
"gpu-powertune" : "20",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",

"auto-fan" : true,
"auto-gpu" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-threads" : "1",
"log" : "5",
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",

"scyrpt" : "true",

"kernel-path" : "/usr/local/bin"
}

Please help!

Cynthia


Bring down your powertune.  

Plus, have you always had gpu-threads at 1?

It would help to post your GPU model as well.
newbie
Activity: 42
Merit: 0
November 26, 2013, 06:58:06 AM
#1
I have CGminer installed on my Windows 8 PC to mine some alt currencies. It connects to the pool fine, but so far everything has been rejected. What do I need to tweak to get the server to accept my work?

Here is my cgminer.conf file:

Code:
{
"pools" : [
   {
      "url" : "stratum+tcp://stratum.coinex.pw:9019",
      "user" : "xxxxxxxxxxxxxxxxxxxxx.xxxx",
      "pass" : "xxxxxxxxx"
   }
],

"intensity" : "d",
"gpu-engine" : "0-985",
"gpu-fan" : "0-85",
"gpu-memclock" : "860",
"gpu-powertune" : "20",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",

"auto-fan" : true,
"auto-gpu" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-threads" : "1",
"log" : "5",
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",

"scyrpt" : "true",

"kernel-path" : "/usr/local/bin"
}

Please help!

Cynthia
Jump to: