Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
MrBobC
on 02/07/2014, 23:31:24 UTC
I find that it takes about a half-hour to connect to nicehash, and even then, only some rigs do it.  Right now, 15 of my 23 rigs are at nicehash, the other 8 are at the wafflepool.  The only reason I have wafflepool is because after the other day when I upgrade to sgminer 5 I haven't been able to connect to Nicehash on startup, even if I use the 3xxx ports.  I am looking at the X15 order book and there are plenty of orders with no miners, so it isn't that there isn't any room.  They will be on wafflepool, and then magically the most profitable 4xxxx port shows up as alive.  I dont' want to use Scrypt/Scrypt-N/Keccak configs.  Here is an example conf:

{
"pools" : [
   {
      "url" : "stratum+tcp://r7191.g28.rigs.eu.betarigs.com:10035",
      "user" : "mrbobc-7191",
      "pass" : "x",
      "algorithm" : "bitblock"
   },
   {
      "name" : "Nicehash_X13",
      "url" : "stratum+tcp://stratum.nicehash.com:4337",
      "user" : "1MmBUf6DKTQsNGBEyrsxrTFNCbCT1vtTEK",
      "pass" : "f0=0;f2=0;f3=6;f4=5;f5=0;f6=3.9;f7=12",
      "algorithm" : "marucoin-mod"
   },
   {
      "name" : "Nicehash_X11",
      "url" : "stratum+tcp://stratum.nicehash.com:4336",
      "user" : "1MmBUf6DKTQsNGBEyrsxrTFNCbCT1vtTEK",
      "pass" : "f0=0;f2=0;f3=6;f4=5;f5=0;f6=3.9;f7=12",
      "algorithm" : "darkcoin-mod"
   },
   {
      "name" : "Nicehash_X15",
      "url" : "stratum+tcp://stratum.nicehash.com:4339",
      "user" : "1MmBUf6DKTQsNGBEyrsxrTFNCbCT1vtTEK",
      "pass" : "f0=0;f2=0;f3=6;f4=5;f5=0;f6=3.9;f7=12",
      "algorithm" : "bitblock"
   },
   {
      "name" : "Nicehash_Nist5",
      "url" : "stratum+tcp://stratum.nicehash.com:4340",
      "user" : "1MmBUf6DKTQsNGBEyrsxrTFNCbCT1vtTEK",
      "pass" : "f0=0;f1=0;f2=0;f3=6;f4=4;f5=0;f6=3.5;f7=12",
      "algorithm" : "talkcoin-mod"
   },
   {
      "name" : "Wafflepool_X11",
      "url" : "stratum+tcp://useast.wafflepool.com:3331",
      "user" : "1MmBUf6DKTQsNGBEyrsxrTFNCbCT1vtTEK",
      "pass" : "x",
      "algorithm" : "darkcoin-mod"
   }
   
],
"intensity" : "16",
"worksize" : "256",
"thread-concurrency" : "12239",
"gpu-threads" : "2",
"gpu-engine" : "1150",
"gpu-memclock" : "1425",
"failover-only" : true,
"no-pool-disable" : true,
"api-network" : true,
"api-listen" : true,
"api-port" : "4028",
"gpu-powertune" : "20"
}

Anything wrong with the conf?  Anyone else having this issue?