Bitcoin Forum
July 16, 2024, 07:51:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: cgminer conf help please  (Read 635 times)
Munkee915 (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
February 01, 2014, 04:06:11 PM
 #1

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.
QNX
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
February 01, 2014, 04:13:26 PM
 #2

show the whole conf
Munkee915 (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
February 01, 2014, 04:40:40 PM
 #3

{
"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"
}
QNX
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
February 01, 2014, 04:57:23 PM
 #4

{
"pools" : [
   {
      "url" : "stratum+tcp://stratum1.dogechain.info:3333",
      "user" : "miner1",
      "pass" : "jo8"
   }
],

+++++ not -----
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!