Author

Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner - page 156. (Read 877846 times)

legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Can also confirm lost 2 MH/s total mining X11 combined with my 3x R9 270s and my 1x R9 280X on 14.9 drivers

All right, then I'm sure I fucked up my test somehow.

Did you delete the old .bin's from whatever drivers you had before, and had new ones generated for 14.9 drivers?

Of course I did. I'm gonna re-do the test now, though. 14.6 vs. 14.9 on both my X11 kernels.

Ooookay... this is odd. The hashrate changed - so it seems the driver did as well. Further, I fetched the date on fglrx each time before starting (14.6 being May 29 2014 and 14.9 being Sept 2 2014) so it DID change. As for the bin files, yes, I removed them; I double-checked. Anyway, Savage, this is what I've got, columns are GPU/clocks/mine/stock, rows are obviously GPUs.

Code:
Running driver version 14.6:
270X - 1155/1500 - 3.64 - 2.80
290X - 1045/1600 - 7.96 - 4.86
7950 - 1155/1500 - 5.03 - 4.01
280X - 1155/1500 - 5.77 - 4.54


Running driver version 14.9:
270X - 1155/1500 - 3.64 - 2.80
290X - 1045/1600 - 7.98 - 4.95
7950 - 1155/1500 - 5.03 - 4.05
280X - 1155/1500 - 5.75 - 4.60

changes are too small: probably just compiler variance.
compiling the same .cl file with the same settings may result in different hashrates (I believe a 2% range is common).
the file size changes too.
it doesn't happen with all the kernels but I'm sure it does on x11 as well as on my groestl, for example.

EDIT: so long for those fine optimizations which result in 1% improvement and you think it's good... and it's nothing instead ;-)
member
Activity: 61
Merit: 10
Has anyone tried Windows 10 yet?
member
Activity: 81
Merit: 1002
It was only the wind.
when using nicehash auto what does it mean when  algo x11 is "dead"

cheers
[Edit]   I am guessing this is because nicehash switch the algo off because it is not profitable so my miner then says the port is dead ..

However when i look here:-

 https://www.nicehash.com/index.jsp?a=4

and read the "Currently Paying" for x13 it say's 0.4989 BTC/GH/Day,  and then the "Currently Paying" for Scrypt-A.-Nf. it say's 2.1000 BTC/GH/Day

so why is x13 marked as live and amI minning it rather than Scrypt-A.-Nf. ?


     

Scrypt-A-Nf. is a fuck of a lot slower than x13.
member
Activity: 99
Merit: 10
Can also confirm lost 2 MH/s total mining X11 combined with my 3x R9 270s and my 1x R9 280X on 14.9 drivers

All right, then I'm sure I fucked up my test somehow.

Did you delete the old .bin's from whatever drivers you had before, and had new ones generated for 14.9 drivers?
hero member
Activity: 528
Merit: 500
Does anyone notice the hash rates are slower on the auto changer ports than on the non auto change ports at Nicehash ?
member
Activity: 99
Merit: 10
Can also confirm lost 2 MH/s total mining X11 combined with my 3x R9 270s and my 1x R9 280X on 14.9 drivers
newbie
Activity: 7
Merit: 0
Why it is so.Where am I wrong?
[
  "devices": "all",
}
Take that out and try it.
The same work.And with the batfail, too, does not want.
del *.bin
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe --algorithm darkcoin-mod -o stratum+tcp://east01.us.trademybit.com:4440 -u xxxx.xxxx -p x
pause
member
Activity: 84
Merit: 10
Much of the issues with switching and sick GPUs can be solved by lowering the tuning of their gpu engine and memclock and perhaps even intensity!
hero member
Activity: 826
Merit: 1000
Why it is so.Where am I wrong?
[
  "devices": "all",
}
Take that out and try it.
hero member
Activity: 528
Merit: 500
Are you guy's using 2bg ram or 4gb to sustain these hash rates ?
lbr
sr. member
Activity: 423
Merit: 254


Don't use it - use TeamViewer or something.

Guess that is one way ,,, I have been using team viewer but it's so slow and small compared ,,,

So if the temp's and fan speed don't show, does that mean they are not there or do they still work in the background ?
if i remember right it completely disables them as if you used --no-adl

well i guess the GPU clock settings are working because the hash rate is still the same ,,, I'll listen out for the fan speed changing LOL
ADL is the part of AMD driver used for monitoring and adjustments. When you connect via RDP the system is no longer using AMD GPU driver but switches to m$ RDP video driver, ADL is trying to bind to it and fails, hence no clocks/temperatures.
However the GPU continues to work fine and if you somehow log back on console u'll see temps.

I prefer VNC instead of TV for mining rigs.
sr. member
Activity: 547
Merit: 250
14.9 driver drops the percentage readings on fan output & brings back the individual RPMs again. ;(

On 290X not much of an increase/decrease.
hero member
Activity: 700
Merit: 500
  "gpu-platform": "-1",
}
My bet is that line. Why -1 ? Try 0 or 1 if you also have onboard video enabled.
newbie
Activity: 7
Merit: 0
Why it is so.Where am I wrong?
http://prikachi.com/images/249/7637249B.jpg
{
  "pools": [
    {
      "name": "Multi_X11",
      "url": "stratum+tcp://east01.us.trademybit.com:4010",
      "algorithm": "darkcoin-mod",
      "intensity": "19",
      "user": "xxxx.xxxx",
      "pass": "x"
    }
  ],
  "failover-only": true,
  "algorithm": "ckolivas",
  "devices": "all",
  "gpu-fan": "50-85",
  "temp-cutoff": "95",
  "temp-overheat": "85",
  "temp-target": "75",
  "gpu-memdiff": "0",
  "shares": "0",
  "kernel-path": "/usr/local/bin",
  "auto-fan": true,
  "expiry": "28",
  "failover-switch-delay": "10",
  "gpu-dyninterval": "7",
  "gpu-platform": "-1",
  "hamsi-expand-big": "4",
  "log": "5",
  "no-pool-disable": true,
  "no-client-reconnect": true,
  "queue": "0",
  "scan-time": "7",
  "tcp-keepalive": "30",
  "temp-hysteresis": "3"
}
hero member
Activity: 528
Merit: 500


Don't use it - use TeamViewer or something.

Guess that is one way ,,, I have been using team viewer but it's so slow and small compared ,,,

So if the temp's and fan speed don't show, does that mean they are not there or do they still work in the background ?
if i remember right it completely disables them as if you used --no-adl

well i guess the GPU clock settings are working because the hash rate is still the same ,,, I'll listen out for the fan speed changing LOL
member
Activity: 68
Merit: 10
I am Third hashrate low from 3.1 to 2.56 on R9 270X on 14.9
hero member
Activity: 672
Merit: 501
Has anyone tried the new 14.9 drivers? I have and seem to take a hit with my 270x on x11.... from 2.9-3.1 to 2.6 ouch.
hero member
Activity: 658
Merit: 500


Don't use it - use TeamViewer or something.

Guess that is one way ,,, I have been using team viewer but it's so slow and small compared ,,,

So if the temp's and fan speed don't show, does that mean they are not there or do they still work in the background ?
if i remember right it completely disables them as if you used --no-adl
hero member
Activity: 528
Merit: 500


Don't use it - use TeamViewer or something.

Guess that is one way ,,, I have been using team viewer but it's so slow and small compared ,,,

So if the temp's and fan speed don't show, does that mean they are not there or do they still work in the background ?
hero member
Activity: 528
Merit: 500
I just started using remote desktop on win 7 and the temp,fan speed,engine clocks and men clocks reading's have gone from sgminer i tryed a couple of fixes but they don't seem to work
anyone here know any ?
cheers
Jump to: