Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: gracesfall on November 26, 2013, 10:58:06 AM



Title: Why is CGminer rejecting everything?
Post by: gracesfall on November 26, 2013, 10:58:06 AM
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


Title: Re: Why is CGminer rejecting everything?
Post by: mercSuey on November 26, 2013, 11:35:22 AM
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.