Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
GunPowder
on 14/07/2014, 20:32:16 UTC
Well, here is another example

NH site now is showing this:


Due to my factors f0=0;f2=0;f3=145;f4=117;f5=0;f6=101;f7=455 my profit is:
X11    0.3781 * 0.145 = 0,0548245
X13    0.4412 * 0.117 = 0,0516204
X15    0.5472 * 0.101 = 0,0552672
Nist5  0.1345 * 0.455 = 0,0611975

So, Nist5 is the most profitable by NH stats and also by my factors. Good.
Ok, but what we see on the rigs? Here is the screen from one of the rigs, identical hw, identical confs:


Three ports are open!

Devs, it's a bug, isn't it?

P.S.
Part of config (I even deleted non-multialgo ports):
Code:
"pools": [
  {
   "name": "NH x11 multi",
   "url" : "stratum+tcp://stratum.nicehash.com:4336",
   "user" : "***",
   "pass": "f0=0;f2=0;f3=145;f4=117;f5=0;f6=101;f7=455",
   "profile": "x11"
  },
  {
   "name": "NH x13 multi",
   "url" : "stratum+tcp://stratum.nicehash.com:4337",
   "user" : "***",
   "pass": "f0=0;f2=0;f3=145;f4=117;f5=0;f6=101;f7=455",
   "profile": "x13"
  },
  {
   "name": "NH x15 multi",
   "url" : "stratum+tcp://stratum.nicehash.com:4339",
   "user" : "***",
   "pass": "f0=0;f2=0;f3=145;f4=117;f5=0;f6=101;f7=455",
   "profile": "x15"
  },
  {
   "name": "NH Nist5 multi",
   "url" : "stratum+tcp://stratum.nicehash.com:4340",
   "user" : "***",
   "pass": "f0=0;f2=0;f3=145;f4=117;f5=0;f6=101;f7=455",
   "profile": "nist5"
  }
 ]