Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: Munkee915 on February 01, 2014, 04:06:11 PM



Title: cgminer conf help please
Post by: Munkee915 on February 01, 2014, 04:06:11 PM
hello.  Im trying to get my mining rig up and running but running into some issues w/ cgminer conf.  I can get cgminer running w/ a bat file, but I want to use the conf and running into an issue with the url.  I am using "url" : "stratum-tcp://doge-us.poolerino.com:3333", but in the cmd window it comes up "url" : http://stratum-tcp://doge-us.poolerino.com:3333 and says it cant access the server.  Is there a way to stop it from adding the http://?  I am on cgminer 3.7.2 for windows.


Title: Re: cgminer conf help please
Post by: QNX on February 01, 2014, 04:13:26 PM
show the whole conf


Title: Re: cgminer conf help please
Post by: Munkee915 on February 01, 2014, 04:40:40 PM
{
"pools" : [
{
"url" : "stratum-tcp://doge-us.poolerino.com:3333",
"user" : "x.x",
"pass" : "x"
}

],

"scrypt" : true,
"auto-fan" : true,
"gpu-threads" : "2",
"gpu-engine" : "1080",
"gpu-fan" : "100",
"gpu-memclock" : "1498",
"gpu-powertune" : "20",
"gpu-vddc" : "1.100",
"intensity" : "13",
"temp-target" : "80",
"temp-overheat" : "90",
"temp-cutoff" : "95",
"vectors" : "1",
"worksize" : "256",
"lookup-gap" : "2",
"shaders" : "2048",
"thread-concurrency" : "8192"
}


Title: Re: cgminer conf help please
Post by: QNX on February 01, 2014, 04:57:23 PM
{
"pools" : [
   {
      "url" : "stratum+tcp://stratum1.dogechain.info:3333",
      "user" : "miner1",
      "pass" : "jo8"
   }
],

+++++ not -----