Author

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

hero member
Activity: 658
Merit: 500
@badman74 what did you change in the newest binaries; and why have I not encountered any problems, was that because I am on Hawaiis like you?
hopefully you wont find any problems
i didn't change much on the primary algo's this last time other than removing the blake compact option from nist5
most of the changes are in other algo's (made some copy/paste errors)
look at https://github.com/sgminer-dev/sgminer/pull/377 to see all the changes (whirlcoin wasn't added to the binary you are using)
sr. member
Activity: 547
Merit: 250
@badman74 what did you change in the newest binaries; and why have I not encountered any problems, was that because I am on Hawaiis like you?
hero member
Activity: 826
Merit: 1000
BTW, I'm a n00b when it comes to building in linux, so I can only test the windows version.

I'm at a 4% increase on X11, 7% on X13 and 15% on NIST 5.
hero member
Activity: 826
Merit: 1000
After work I will check to see if all the other algo's still work.
Also will check to see if the change to groestl.cl is still needed.
If no problems are found I will do a pull request.

Seems myriadcoin algo is broken, kernel from not modded dev release works, but a little bit slower (around 1-2%).
UPD: x13 slower too.
ok new binary is up, get it from the mod link in my sig
Joining this party late badman, but my testing my hashes now.
hero member
Activity: 658
Merit: 500
After work I will check to see if all the other algo's still work.
Also will check to see if the change to groestl.cl is still needed.
If no problems are found I will do a pull request.


Seems myriadcoin algo is broken, kernel from not modded dev release works, but a little bit slower (around 1-2%).
UPD: x13 slower too.
ok new binary is up, get it from the mod link in my sig
hero member
Activity: 658
Merit: 500
After work I will check to see if all the other algo's still work.
Also will check to see if the change to groestl.cl is still needed.
If no problems are found I will do a pull request.


Seems myriadcoin algo is broken, kernel from not modded dev release works, but a little bit slower (around 1-2%).
UPD: x13 slower too.
yes that isn't the only one i have to work on either maybe i will get time to work on it today
newbie
Activity: 9
Merit: 0
After work I will check to see if all the other algo's still work.
Also will check to see if the change to groestl.cl is still needed.
If no problems are found I will do a pull request.
http://cdn.joxi.ru/uploads/prod/2014/08/05/d47/7ae/8be0e5ec4a115277f462c680129b33e966778f4a.jpg

Seems myriadcoin algo is broken, kernel from not modded dev release works, but a little bit slower (around 1-2%).
UPD: x13 slower too.
hero member
Activity: 658
Merit: 500
@badman74 these appear to work; it remains to be seen whether compact blake inhibits nist5 or not, but so far no crashes; I haven't tested on x11 as the profitability is in the dumps because of the addition of westhash

Nevermind, I think if you set keccak unroll to 8 it works a tad bit better.

EDIT:

Yeah, you need to remove the if statement for compact blake in nist5; it's a 1% decrease.

Ok
hero member
Activity: 658
Merit: 500
@badman74 these appear to work; it remains to be seen whether compact blake inhibits nist5 or not, but so far no crashes; I haven't tested on x11 as the profitability is in the dumps because of the addition of westhash

Nevermind, I think if you set keccak unroll to 8 it works a tad bit better.

After work I will check to see if all the other algo's still work.
Also will check to see if the change to groestl.cl is still needed.
If no problems are found I will do a pull request.
sr. member
Activity: 547
Merit: 250
@badman74 these appear to work; it remains to be seen whether compact blake inhibits nist5 or not, but so far no crashes; I haven't tested on x11 as the profitability is in the dumps because of the addition of westhash

Nevermind, I think if you set keccak unroll to 8 it works a tad bit better.

EDIT:

Yeah, you need to remove the if statement for compact blake in nist5; it's a 1% decrease.
hero member
Activity: 658
Merit: 500
I have a new binary for everyone to try.

I modded the develop branch and added some more optimizations from lazybear branch now running at 6.04mh/s on x11
Almost all algo's were tweaked one way or another so please try the mod link in my sig and get back to me if there is problems

If all goes well i will send a pull request to get it added to the main branch

If you want to build yourself it can be found at
git clone -b test git://github.com/badman74/sgminer.git
hero member
Activity: 658
Merit: 500
member
Activity: 99
Merit: 10
I'm still lost on my config atm. I know I'm overlooking it, but not sure what. Here it is

Code:
{
"pools" :
[
  {
"name" : "x13 multi",
"url" : "stratum+tcp://east02.us.trademybit.com:4011",
"user" : "x",
"pass" : "x",
"profile" : "x13",
"algorithm": "marucoin-mod"
},
{
"name" : "x11 multi",
"url" : "stratum+tcp://east02.us.trademybit.com:4010",
"user" : "x",
"pass" : "x",
"profile" : "x11",
"algorithm": "darkcoin-mod"
},
{
"profiles" :
[
    {
      "name": "x13",
      "algorithm": "marucoin-mod",
      "device" : "0,1,2,3",
      "xintensity" : "66,56,56,56",
      "worksize": "64",
      "gpu-engine" : "1130,1130,1130,1110",
      "gpu-memclock" : "1300,1300,1300,1300",
      "gpu-threads": "2",
      "gpu-fan" : "75,60,60,60"
    },
    {
      "name": "x11",
      "algorithm": "darkcoin-mod",
      "device" : "0,1,2,3",
      "intensity" : "18,17,17,17",
      "worksize" : "256,128,128,128",
      "gpu-engine" : "1130,1130,1130,1110",
      "gpu-memclock" : "1500,1500,1500,1500",
      "gpu-threads": "2",
      "gpu-fan" : "75,60,60,60"
    }
],
  "show-coindiff" : true,
  "api-listen" : true,
  "api-allow" : "W:127.0.0.1",
  "api-port" : "4028",
  "api-mcast-port" : "4028",
  "expiry" : "1",
  "queue" : "0",
  "scan-time" : "1",
  "hamsi-expand-big" : "1",
  "hamsi-short" : true,
  "no-pool-disable" : true,
  "no-client-reconnect" : true,
  "no-submit-stale" : true,
  "no-restart" : true,
  "failover-switch-delay" : "30"
}

JSONlist says the error is right at the end

Parse error on line 59:
...lay": "30"        }
----------------------^
Expecting '}', ',', ']'

Quote
  "no-submit-stale" : true,
  "no-restart" : true,
  "failover-switch-delay" : "30"
}

I thought I closed off all my brackets? I did try "include" : "profile.conf" but it wouldn't ever load it, and default right to Scrypt-N kernel
sr. member
Activity: 412
Merit: 250
I still get disconnection from pool with sgminer 4.2.2
member
Activity: 76
Merit: 10
after an hour of observation. here's what i got.

im having a DEAD gpu. i wonder what's the problem.


lower your intensity... try 16 or 17
rejects should drop and hash rate will probably increase as well
if you still get sick cards then maybe you pushed your gpu/mem clocks too high
assuming you overclocked your cards

Have you tried using the new xintensity settings? For me, I've found that it offers a higher sense of control over the thread count and you can get misbehaving cards back online without losing as much hashrate on your others if you just want to keep global settings for all cards.
sr. member
Activity: 416
Merit: 250
I have a question about the driver version.

I'm under Linux. The latest driver is http://www2.ati.com/drivers/beta/linux-amd-catalyst-14.6-beta-v1.0-jul11.zip
But are you sure that version increase the hashrate on X11/X13 like the 14.6 RC2 under Windows ?

Thanks.
AMD-Catalyst-14.6-Beta-V1.0-Windows-May23: amdocl64.dll file version: 10.0.1.1526.3
AMD-Catalyst-14.6-RC2-Windows-June23: amdocl64.dll file version: 10.0.1.1526.3
have same hashrate.  Wink
member
Activity: 94
Merit: 10
I have a question about the driver version.

I'm under Linux. The latest driver is http://www2.ati.com/drivers/beta/linux-amd-catalyst-14.6-beta-v1.0-jul11.zip
But are you sure that version increase the hashrate on X11/X13 like the 14.6 RC2 under Windows ?

Thanks.

I use 13.12 ati driver version
full member
Activity: 147
Merit: 100
I have a question about the driver version.

I'm under Linux. The latest driver is http://www2.ati.com/drivers/beta/linux-amd-catalyst-14.6-beta-v1.0-jul11.zip
But are you sure that version increase the hashrate on X11/X13 like the 14.6 RC2 under Windows ?

Thanks.
member
Activity: 94
Merit: 10
I have 5970 ati card tired with any sgminer 5 version only work with darkcoin.cl marucoin.cl kernel and crash my driver with darkcoin-mod , marucoin-modold , talkcoin-mod.cl , bitblockold.cl.

here work fine with darkcoin.cl kernel in sgminer5.conf file



here work with darkcoin-mod.cl kernel and crash my driver





here work with sgminer 4.0.1 with x11mod.cl kernel work fine and my hash beter than darkcoin.cl kernel but i wana switch between algoritm with mod kernel.
work good with x11mod,x13modold,nist5mod kernel



sgminer5.conf f

Code:
{
  "pools": [
  {
"name" : "NH NIST5 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4340",
"user" : "btc adress",
"pass" : "f0=0;f2=0;f3=5.50;f4=4.00;f5=0;f6=3.50;f7=16.00",
"profile" : "NIST5"
},
  {
"name" : "NH x13 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4337",
"user" : "btc adress",
"pass" : "f0=0;f2=0;f3=5.50;f4=4.00;f5=0;f6=3.50;f7=16.00",
"profile" : "x13"
},
{
"name" : "NH x11 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4336",
"user" : "btc adress",
"pass" : "f0=0;f2=0;f3=5.50;f4=4.00;f5=0;f6=3.50;f7=16.00",
"profile" : "x11"
},
{
"name" : "NH x15 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4339",
"user" : "btc adress",
"pass" : "f0=0;f2=0;f3=5.50;f4=4.00;f5=0;f6=3.50;f7=16.00",
"profile" : "x15"
},
  {
"name" : "NH NIST5 f",
"url" : "stratum+tcp://stratum.nicehash.com:3340",
"user" : "btc adress",
"pass" : "f0=0;f2=0;f3=5.50;f4=4.00;f5=0;f6=3.50;f7=16.00",
"profile" : "NIST5"
},
{
"name" : "NH x13 f",
"url" : "stratum+tcp://stratum.nicehash.com:3337",
"user" : "btc adress",
"pass" : "f0=0;f2=0;f3=5.50;f4=4.00;f5=0;f6=3.50;f7=16.00",
"profile" : "x13"
},
{
"name" : "NH x11 f",
"url" : "stratum+tcp://stratum.nicehash.com:3336",
"user" : "btc adress",
"pass" : "f0=0;f2=0;f3=5.50;f4=4.00;f5=0;f6=3.50;f7=16.00",
"profile" : "x11"
},
{
"name" : "NH x15 f",
"url" : "stratum+tcp://stratum.nicehash.com:3339",
"user" : "btc adress",
"pass" : "f0=0;f2=0;f3=5.50;f4=4.00;f5=0;f6=3.50;f7=16.00",
"profile" : "x15"
},
{
"name" : "WF x11 f",
"url" : "stratum+tcp://sea.wafflepool.com:3331",
"user" : "btc adress",
"pass" : "d=0.32",
"profile" : "x11"
}



  ],
  "profiles": [
    {
      "name": "x15",
      "algorithm": "bitblockold",
      "intensity": "15",
      "worksize": "64",
      "gpu-engine": "725,725",
      "gpu-memclock" : "1000,1000",
      "gpu-threads": "2",
      "gpu-fan": "60,60"
    },
    {
      "name": "x13",
      "algorithm": "marucoin-modold",
      "intensity": "15",
      "worksize": "64",
      "gpu-engine": "725,725",
      "gpu-memclock" : "1000,1000",
      "gpu-threads": "2",
      "gpu-fan": "60,60"
    },
    {
      "name": "x11",
      "algorithm": "darkcoin",
      "intensity": "15",
      "worksize": "64",
      "gpu-engine": "725,725",
      "gpu-memclock" : "1000,1000",
      "gpu-threads": "2",
      "gpu-fan": "60,60"
    }
  ],
  "failover-only": true,
  "gpu-vddc" : "1.050,1.050",
  "gpu-powertune" : "0",
  "temp-cutoff": "95",
  "temp-overheat": "90",
  "temp-target": "80",
  "auto-fan" : true,
  "auto-gpu" : true,
  "gpu-memdiff": "0",
  "shares": "0",
  "kernel-path": "/usr/local/bin",
  "api-allow": "W:127.0.0.1,192.168.1.4",
  "api-listen": true,
  "api-mcast-port": "4028",
  "api-port": "4028",
  "hotplug" : "5",
  "expiry": "1",
  "failover-switch-delay": "60",
  "gpu-dyninterval": "7",
  "gpu-platform": "-1",
  "hamsi-expand-big": "1",
  "log": "5",
  "no-pool-disable": true,
  "no-client-reconnect": true,
  "queue": "0",
  "scan-time": "1",
  "no-submit-stale" : true,
  "no-restart" : true,
  "failover-switch-delay" : "30",
  "show-coindiff" : true,
  "extranonce-subscription" : true,
  "tcp-keepalive": "30",
  "temp-hysteresis": "3"
}
Jump to: