Author

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

full member
Activity: 142
Merit: 101
since it's the same IP address...

Same IP yes, but different services on different ports.
Lets say you spam incorrect work on scrypt pool -it may ban you for that, however x11 pool won't.
At least it may make some sense if anti-DDOS/hacking is implemented and nicehash does have something implemented.

It looks like their system is banning me for some reason at X11/X13 ports, I have tried another rig with a different IP, when I started it all pools were alive and after a while (without even switching to the X11 or X13 port) I have it both DEAD... Any idea what can be causing this?

Submitting a large number of rejects would cause a temp-ban.  it happened to me a few days ago when I was testing this all out.  You might have to wait about an hour before it will let you connect again
member
Activity: 77
Merit: 10
since it's the same IP address...

Same IP yes, but different services on different ports.
Lets say you spam incorrect work on scrypt pool -it may ban you for that, however x11 pool won't.
At least it may make some sense if anti-DDOS/hacking is implemented and nicehash does have something implemented.

It looks like their system is banning me for some reason at X11/X13 ports, I have tried another rig with a different IP, when I started it all pools were alive and after a while (without even switching to the X11 or X13 port) I have it both DEAD... Any idea what can be causing this?
sr. member
Activity: 560
Merit: 250
evrything is okay now exept 1 thing
after switching x11 to x13 or reverse one of my 290's switches off by sgminer dont know why
after close and open again it works again but with lower hash
no driver crash ...nothing but thins happens

win 8.1
driver 14.4 whql
any help?
sr. member
Activity: 294
Merit: 250

I have 4x7950 and 1x 6970, so I can't delete the device options.
But I'll send u a pm with my output.log and my config
I understand that you can't remove device option for full time, i just need a confirmation that with device option algo on-fly change doesn't work, and miner too(zero hashrate). After that i can create an issue on github, now i have confirmation of this bug only on my pc.

 Wink Cheesy Grin Yessss, now it's working finally, u are the man! Hopefully u can fix it.
I can manually change the pool from x11 to x13 and it's creating a bin file and is hashing Smiley but got hw-errors on my 6970, but that is normal

Code:
{
"pools" : [
        {
  "name" : "am01 x11 multi",
"url" : "stratum+tcp://am02.eu.trademybit.com:4010",
"user" : "x",
"pass" : "1111",
                "algorithm":"darkcoin-mod"
},
        {
"name" : "am02 x13 multi",
"url" : "stratum+tcp://am02.eu.trademybit.com:4011",
"user" : "x",
"pass" : "1111",
                "algorithm":"marucoin-mod"
},
        {
"name" : "am02 x13 ",
"url" : "stratum+tcp://am02.eu.trademybit.com:5550",
"user" : "x",
"pass" : "1111",
                "algorithm" : "marucoin-mod"
},
        {
"name" : "am02 x11",
"url" : "stratum+tcp://am02.eu.trademybit.com:4440",
"user" : "x",
"pass" : "1111",
                "algorithm" : "darkcoin-mod"
},
        {
"name" : "am01 x13",
"url" : "stratum+tcp://am01.eu.trademybit.com:5550",
"user" : "x",
"pass" : "1111",
                "algorithm" : "marucoin-mod"
},
        {
"name" : "am01 x11",
"url" : "stratum+tcp://am01.eu.trademybit.com:4440",
"user" : "x",
"pass" : "1111",
                "algorithm" : "darkcoin-mod"
}
],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "10",
"failover-only" : true,
"kernel-path" : "D:\\sgminer_v5_0_09062014",
"log" : "5",
"queue" : "1",
"scan-time" : "7",
"shares" : "0",
"failover-switch-delay" : "30",
"gpu-threads" : "2",
"gpu-dyninterval" : "7",
"gpu-engine" : "0",
"gpu-fan" : "65",
"gpu-platform" : "0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "8",
"gpu-vddc" : "0",
"intensity" : "18",
"temp-target" : "75",
"temp-overheat" : "85",
"temp-cutoff" : "95",
"temp-hysteresis" : "3",
"vectors" : "1",
"worksize" : "128",
"lookup-gap" : "0",
"shaders" : "1792",
"thread-concurrency" : "8192",
"no-pool-disable" : true

}

with "device" : "0,2,3,4" I got 0 hashrate only on my second and third pool etc, only the first pool works
full member
Activity: 142
Merit: 101
Thank you.

Unfortunately, none of that helped. Even adding the Kernel-path setting (modified to my SGMiner location of course) didn't resolve the issue. I tried it both with the 06062014 and the 09062014 builds. I tried it with my config, and it would close a few seconds after opening. I tried it with your config and it started, but still threw endless rejects. I tried the path with both single and double back-slashes, no difference. I deleted the .bin files, no effect. 

I am using driver 13.11, with other stuff (e.g. Catalyst & AMD APP SDK) installed. It's been super stable for months like that though mining Scrypt & Scrypt-N with an older release of SGMiner.

Any other thoughts or suggestions?
can you add "pause" in your bat file and see what happens before sgminer die, for example:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1

sgminer.exe --config sgminer.conf
pause

Yes what he said ^^^

Also, when you said you tried with your config and it would close after a few seconds, did you have "pool-gpu-threads" : "1" defined under each pool entry?  If so, remove that and try it
member
Activity: 117
Merit: 10
Thank you.

Unfortunately, none of that helped. Even adding the Kernel-path setting (modified to my SGMiner location of course) didn't resolve the issue. I tried it both with the 06062014 and the 09062014 builds. I tried it with my config, and it would close a few seconds after opening. I tried it with your config and it started, but still threw endless rejects. I tried the path with both single and double back-slashes, no difference. I deleted the .bin files, no effect.  

I am using driver 13.11, with other stuff (e.g. Catalyst & AMD APP SDK) installed. It's been super stable for months like that though mining Scrypt & Scrypt-N with an older release of SGMiner.

Any other thoughts or suggestions?
can you add "pause" in your bat file and see what happens before sgminer die, for example:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1

sgminer.exe --config sgminer.conf
pause
I have 4x7950 and 1x 6970, so I can't delete the device options.
But I'll send u a pm with my output.log and my config
I understand that you can't remove device option for full time, i just need a confirmation that with device option algo on-fly change doesn't work, and miner too(zero hashrate). After that i can create an issue on github, now i have confirmation of this bug only on my pc.
sr. member
Activity: 294
Merit: 250
user Elun wrapped this up as a test; it seems to be pretty stable so I think it is safe to go wild https://www.dropbox.com/s/v62hu96dqckhfry/sgminer_v5_0_09062014.zip

This is not my dropbox I take zero credit for the compiling, all thanks to Elun and on up the chain.

Thanks, but the same shit everytime..Using win8.1. back to x13mod
As i understand you have "device" option in your config and you get zero hashrate? Try to remove "device" option. As i understand "device" option doesn't work correctly in sgminer 5 with algo on-fly switch. Please, post your results if i understand your issue correctly.

I have 4x7950 and 1x 6970, so I can't delete the device options.
But I'll send u a pm with my output.log and my config
full member
Activity: 178
Merit: 100
Thank you.

Unfortunately, none of that helped. Even adding the Kernel-path setting (modified to my SGMiner location of course) didn't resolve the issue. I tried it both with the 06062014 and the 09062014 builds. I tried it with my config, and it would close a few seconds after opening. I tried it with your config and it started, but still threw endless rejects. I tried the path with both single and double back-slashes, no difference. I deleted the .bin files, no effect. 

I am using driver 13.11, with other stuff (e.g. Catalyst & AMD APP SDK) installed. It's been super stable for months like that though mining Scrypt & Scrypt-N with an older release of SGMiner.

Any other thoughts or suggestions?
full member
Activity: 142
Merit: 101
I have had my 3 miners working with the multi-alo switching configs for about 3 days now pretty steady.  I haven't seen it switch to Scrypt or Scrypt-N yet so I dont know how stable that would be with the switching.  I'm using sgminer 5.0 06062014 build


I've tried using the same build and the same copied 280x conf of yours, and all I'm getting is rejects, HW errors, & "Share above target" for X11 & X13.

X11 & Scrypt-N works under my conf, but Scrypt-N slow as balls at 173KH/s vs 1.83Mh/s it's supposed to be, and X13 Still produces 100% rejects & HW errors.

I'm missing something. What O/S & Driver versions are you using? Ram size & VM setting?

Windows 7, 4GB sys memory with the 260x & 280x, 8GB with the 290.  The rig with 4GB has 6GB VM setting, 8GB rig has 12GB. AMD driver is 13.12, with JUST the driver installed, no Catalyst or anything else

Check your "kernel-path" location, the reject and hw erros.. shares above target -- this was all happening to me before I specified the location of the kernel files in the conf file.    I omitted them from my posted configs because I figured people may have had their own location for them and I modified mine.. here is what my kernel location entry looks like:

Code:
"kernel-path" : "C:\\Users\\miner\\Downloads\\MINERS\\sgminer-5.0-pre-release-2014-06-06_01-win32",
member
Activity: 117
Merit: 10
user Elun wrapped this up as a test; it seems to be pretty stable so I think it is safe to go wild https://www.dropbox.com/s/v62hu96dqckhfry/sgminer_v5_0_09062014.zip

This is not my dropbox I take zero credit for the compiling, all thanks to Elun and on up the chain.

Thanks, but the same shit everytime..Using win8.1. back to x13mod
As i understand you have "device" option in your config and you get zero hashrate? Try to remove "device" option. As i understand "device" option doesn't work correctly in sgminer 5 with algo on-fly switch. Please, post your results if i understand your issue correctly.
full member
Activity: 178
Merit: 100
I have had my 3 miners working with the multi-alo switching configs for about 3 days now pretty steady.  I haven't seen it switch to Scrypt or Scrypt-N yet so I dont know how stable that would be with the switching.  I'm using sgminer 5.0 06062014 build


I've tried using the same build and the same copied 280x conf of yours, and all I'm getting is rejects, HW errors, & "Share above target" for X11 & X13.

X11 & Scrypt-N works under my conf, but Scrypt-N slow as balls at 173KH/s vs 1.83Mh/s it's supposed to be, and X13 Still produces 100% rejects & HW errors.

I'm missing something. What O/S & Driver versions are you using? Ram size & VM setting?
full member
Activity: 136
Merit: 100
NVM...ma antivirus was removing but giving no warning.....
sr. member
Activity: 547
Merit: 250
Guys there have been few versions of sgminer that are being detected as malware and on mega upload or dropbox sites.  I would suggest being very careful where you download from.

Agreed.
sr. member
Activity: 560
Merit: 250
ive set hamsi to 1 but it creates big4
marucoin-modHawaiigw256l4big4.bin
full member
Activity: 142
Merit: 101
Guys there have been few versions of sgminer that are being detected as malware and on mega upload or dropbox sites.  I would suggest being very careful where you download from.
sr. member
Activity: 294
Merit: 250
user Elun wrapped this up as a test; it seems to be pretty stable so I think it is safe to go wild https://www.dropbox.com/s/v62hu96dqckhfry/sgminer_v5_0_09062014.zip

This is not my dropbox I take zero credit for the compiling, all thanks to Elun and on up the chain.

Thanks, but the same shit everytime..Using win8.1. back to x13mod
full member
Activity: 151
Merit: 100

Did you get rid of all your 'pool-gpu-threads'?

Edit this newest build for the 9th is kind of odd; it builds kernels in 2 different ways.  First off folks; don't forget to set your hamsi-expand-big.  Second off, the bin file is shortened down; did it strip a thread?  .bins now like this marucoin-modHawaiigw128l4big1 and darkcoin-modHawaiigw128l4

haha!  and Network detected new block on is suppressed too!  Sweet!  I can show my non-existent girlfriend shorter logs like a champ now!

Yep ! All is working for me now. i am switching X11/X13 without problem and no crash.

Can you try Keccak too with no problem?  or are you going thru tmb for a bit

I am on TMB, no Keccak there, sorry.
sr. member
Activity: 294
Merit: 250

Did you get rid of all your 'pool-gpu-threads'?

Edit this newest build for the 9th is kind of odd; it builds kernels in 2 different ways.  First off folks; don't forget to set your hamsi-expand-big.  Second off, the bin file is shortened down; did it strip a thread?  .bins now like this marucoin-modHawaiigw128l4big1 and darkcoin-modHawaiigw128l4

haha!  and Network detected new block on is suppressed too!  Sweet!  I can show my non-existent girlfriend shorter logs like a champ now!

Where can I find the latest build for windows? Already using 06062014
full member
Activity: 142
Merit: 101
I have had my 3 miners working with the multi-alo switching configs for about 3 days now pretty steady.  I haven't seen it switch to Scrypt or Scrypt-N yet so I dont know how stable that would be with the switching.  I'm using sgminer 5.0 06062014 build

Below are my configs I've tweaked for the GPU's I have:

1x XFX R7 260x BB Edition (low speed miner I used to test out new algorithms, etc)
1.3MH/s on X11
950kh/s on X13
250KH/s on Scrypt
105KH/s on Scrypt-N
150MH/s on Keccak
Code:
{
"pools" : [
        {
                "name" : "NiceHash_Scrypt",
                "url" : "stratum+tcp://stratum.nicehash.com:4333",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=64",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "10",
                "pool-xintensity" : "146",
                "pool-thread-concurrency" : "8000",
"pool-gpu-engine" : "1100",
"pool-gpu-memclock" : "1500"
        },
        {
                "name" : "NiceHash_Scrypt-N",
                "url" : "stratum+tcp://stratum.nicehash.com:4335",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=64",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "11",
                "pool-xintensity" : "146",
                "pool-thread-concurrency" : "8000",
"pool-gpu-engine" : "1100",
"pool-gpu-memclock" : "1500"
        },
        {
                "name" : "NiceHash_X11",
                "url" : "stratum+tcp://stratum.nicehash.com:4336",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=0.01",
                "pool-algorithm" : "darkcoin-mod",
                "pool-nfactor" : "10",
                "pool-xintensity" : "146",
                "pool-thread-concurrency" : "8000",
"pool-gpu-engine" : "1150",
"pool-gpu-memclock" : "1500"
        },
        {
                "name" : "NiceHash_X13",
                "url" : "stratum+tcp://stratum.nicehash.com:4337",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=0.01",
                "pool-algorithm" : "marucoin-mod",
                "pool-nfactor" : "10",
                "pool-xintensity" : "148",
                "pool-thread-concurrency" : "8000",
"pool-gpu-engine" : "1150",
"pool-gpu-memclock" : "1500"
        },
        {
                "name" : "NiceHash_Keccak",
                "url" : "stratum+tcp://stratum.nicehash.com:4338",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=32",
                "pool-algorithm" : "maxcoin",
                "pool-nfactor" : "10",
                "pool-intensity" : "14",
"pool-gpu-engine" : "1150",
"pool-gpu-memclock" : "700"
        },
        {
                "name" : "NiceHash_Scrypt_Regular_Backup",
                "url" : "stratum+tcp://stratum.nicehash.com:3333",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=64",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "10",
                "pool-xintensity" : "146",
                "pool-thread-concurrency" : "8000",
"pool-gpu-engine" : "1100",
"pool-gpu-memclock" : "1500"
        }
],
"vectors" : "1",
"lookup-gap" : "2",
"worksize" : "128",
"shaders" : "896",
"thread-concurrency" : "8000",
"gpu-powertune" : "-20",
"gpu-threads" : "1",
"auto-fan" : true,
"temp-target" : "58",
"log" : "5",
"log-dateformat" : "1",
"failover-only" : true,
"failover-switch-delay" : "30",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"expiry" : "28",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4001",
"api-allow" : "W:127.0.0.1"
}

4x MSI R9 280x Gaming 4G
3.2MH/s on X11
2.5MH/s on X13
725KH/s on Scrypt
365KH/s on Scrypt-N
350MH/s on Keccak
Code:
{
"pools" : [
        {
                "name" : "NiceHash_Scrypt-N",
                "url" : "stratum+tcp://stratum.nicehash.com:4335",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=192",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "11",
                "pool-intensity" : "13",
                "pool-thread-concurrency" : "8193",
"pool-gpu-engine" : "1040",
"pool-gpu-memclock" : "1500"
        },
        {
                "name" : "NiceHash_Scrypt",
                "url" : "stratum+tcp://stratum.nicehash.com:4333",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=192",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "10",
                "pool-intensity" : "13",
                "pool-thread-concurrency" : "8193",
"pool-gpu-engine" : "1040",
"pool-gpu-memclock" : "1500"
        },
        {
                "name" : "NiceHash_X11",
                "url" : "stratum+tcp://stratum.nicehash.com:4336",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "x",
                "pool-algorithm" : "darkcoin-mod",
                "pool-nfactor" : "10",
                "pool-intensity" : "16",
                "pool-thread-concurrency" : "8193",
"pool-gpu-engine" : "1125",
"pool-gpu-memclock" : "1500"
        },
        {
                "name" : "NiceHash_X13",
                "url" : "stratum+tcp://stratum.nicehash.com:4337",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "x",
                "pool-algorithm" : "marucoin-mod",
                "pool-nfactor" : "10",
                "pool-intensity" : "16",
                "pool-thread-concurrency" : "8193",
"pool-gpu-engine" : "1125",
"pool-gpu-memclock" : "1500"
        },
        {
                "name" : "NiceHash_Keccak",
                "url" : "stratum+tcp://stratum.nicehash.com:4338",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "x",
                "pool-algorithm" : "maxcoin",
                "pool-nfactor" : "10",
                "pool-intensity" : "14",
"pool-gpu-engine" : "1125",
"pool-gpu-memclock" : "1020"
        },
        {
                "name" : "NiceHash_Scrypt_Regular_Backup",
                "url" : "stratum+tcp://stratum.nicehash.com:3333",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=192",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "10",
                "pool-intensity" : "13",
                "pool-thread-concurrency" : "8193",
"pool-gpu-engine" : "1040",
"pool-gpu-memclock" : "1500"
        }
],
"vectors" : "1",
"worksize" : "256",
"kernel" : "zuikkis",
"lookup-gap" : "2",
"shaders" : "2048",
"thread-concurrency" : "8193",
"gpu-powertune" : "20",
"temp-target" : "68",
"gpu-threads" : "2",
"auto-fan" : true,
"log" : "5",
"log-dateformat" : "1",
"failover-only" : true,
"failover-switch-delay" : "30",
"no-pool-disable" : true,
"scrypt" : true,
"queue" : "1",
"scan-time" : "7",
"expiry" : "28",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4001",
"api-allow" : "W:127.0.0.1"
}

3x MSI R9 290 Gaming 4G  (some GPU engine clocks set to 940 on Scrypt/-N for temp reasons, 1007 is their peak setting with proper cooling)
3.6MH/s on X11
2.7MH/s on X13
900KH/s on Scrypt
460KH/s on Scrypt-N
450MH/s on Keccak
Code:
{
"pools" : [
        {
                "name" : "NiceHash_Scrypt-N",
                "url" : "stratum+tcp://stratum.nicehash.com:4335",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=192",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "11",
                "pool-xintensity" : "400",
                "pool-thread-concurrency" : "24550",
"pool-gpu-engine" : "940",
"pool-gpu-memclock" : "1250"
        },
        {
                "name" : "NiceHash_Scrypt",
                "url" : "stratum+tcp://stratum.nicehash.com:4333",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=192",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "10",
                "pool-xintensity" : "400",
                "pool-thread-concurrency" : "24550",
"pool-gpu-engine" : "940",
"pool-gpu-memclock" : "1250"
        },
        {
                "name" : "NiceHash_X11",
                "url" : "stratum+tcp://stratum.nicehash.com:4336",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "x",
                "pool-algorithm" : "darkcoin-mod",
                "pool-nfactor" : "10",
                "pool-xintensity" : "400",
                "pool-thread-concurrency" : "24550",
"pool-gpu-engine" : "1050",
"pool-gpu-memclock" : "1250"
        },
        {
                "name" : "NiceHash_X13",
                "url" : "stratum+tcp://stratum.nicehash.com:4337",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "x",
                "pool-algorithm" : "marucoin-mod",
                "pool-nfactor" : "10",
                "pool-xintensity" : "400",
                "pool-thread-concurrency" : "24550",
"pool-gpu-engine" : "1050",
"pool-gpu-memclock" : "1250"
        },
        {
                "name" : "NiceHash_Keccak",
                "url" : "stratum+tcp://stratum.nicehash.com:4338",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "x",
                "pool-algorithm" : "maxcoin",
                "pool-intensity" : "14",
"pool-gpu-memclock" : "700",
"pool-gpu-engine" : "1050",
"pool-worksize" : "256"
        },
        {
                "name" : "NiceHash_Scrypt_Regular_Backup",
                "url" : "stratum+tcp://stratum.nicehash.com:3333",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=192",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "10",
                "pool-xintensity" : "400",
                "pool-thread-concurrency" : "24550",
"pool-gpu-engine" : "940",
"pool-gpu-memclock" : "1250"
        }
],
"vectors" : "1",
"worksize" : "128",
"kernel" : "zuikkis",
"lookup-gap" : "2",
"shaders" : "2560",
"gpu-powertune" : "0",
"temp-target" : "69",
"gpu-threads" : "1",
"auto-fan" : true,
"log" : "5",
"log-dateformat" : "1",
"failover-only" : true,
"failover-switch-delay" : "30",
"no-pool-disable" : true,
"scrypt" : true,
"queue" : "1",
"scan-time" : "7",
"expiry" : "28",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4001",
"api-allow" : "W:127.0.0.1"
}
sr. member
Activity: 547
Merit: 250

Did you get rid of all your 'pool-gpu-threads'?

Edit this newest build for the 9th is kind of odd; it builds kernels in 2 different ways.  First off folks; don't forget to set your hamsi-expand-big.  Second off, the bin file is shortened down; did it strip a thread?  .bins now like this marucoin-modHawaiigw128l4big1 and darkcoin-modHawaiigw128l4

haha!  and Network detected new block on is suppressed too!  Sweet!  I can show my non-existent girlfriend shorter logs like a champ now!

Yep ! All is working for me now. i am switching X11/X13 without problem and no crash.

Can you try Keccak too with no problem?  or are you going thru tmb for a bit
Jump to: