Bitcoin Forum
May 28, 2024, 03:43:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 ... 233 »
  Print  
Author Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner  (Read 877798 times)
Lucif3r
Full Member
***
Offline Offline

Activity: 180
Merit: 100


View Profile
June 17, 2014, 01:49:32 AM
 #501

Anyone here successfully run this on PIMP/BAMT? I've been trying in the past weeks without success. All I get are HW errors and 100% rejects (share above target).

Here is how I compile:

Quote
git clone https://github.com/sgminer-dev/sgminer.git
      
cp /opt/miners/sgminer-4.1.0-sph/ADL_SDK/* /opt/miners/sgminer/ADL_SDK/
   
cd sgminer
   
sh autogen.sh
   
./configure   
   
make

Here is my config for 280x and 7950. Both give those errors:

Quote
{
    "pools": [
        {
          "name" : "NiceHash_X11_auto-switch",
          "url" : "stratum+tcp://stratum.nicehash.com:4336",
          "user" : "MyBTCAddress",
          "pass" : "f0=0;f2=0;f3=4;f4=3;f5=0",
          "pool-nfactor" : "10",
          "pool-algorithm" : "darkcoin-mod"
     },
     {
          "name" : "NiceHash_X13_auto-switch",
          "url" : "stratum+tcp://stratum.nicehash.com:4337",
          "user" : "MyBTCAddress",
          "pass" : "f0=0;f2=0;f3=4;f4=3;f5=0",
          "pool-nfactor" : "10",
          "pool-algorithm" : "marucoin-mod"
     },
     {
          "name" : "Flashcoin",
          "url" : "stratum+tcp://east1.us.stratum.dedicatedpool.com:7011",
          "user" : "Someone.1",
          "pass" : "x",
          "pool-nfactor" : "10",
          "pool-algorithm" : "marucoin-mod"
     }
    ],
    "auto-fan": true,
    "gpu-fan": "50-85",
    "temp-cutoff": "95",
    "temp-overheat": "85",
    "temp-target": "75",

    "worksize": "256",
    "intensity": "13",
    "gpu-threads" : "2",
    "gpu-engine": "1000",
    "gpu-memclock": "1250",
    "thread-concurrency": "8193",

    "api-port": "4028",
    "api-listen": true,
    "api-allow": "W:127.0.0.1",

    "failover-only" : true,
    "no-pool-disable": true,
    "no-submit-stale" : true,

    "queue": "0",
    "kernel-path": "/usr/local/bin"
}

Changing "pool-algorithm" value to x11mod or x13mod doesn't help at all. Please someone tell me what am I doing wrong?

anyone?
try c
you are cloning the master branch
edit:
if this doesn't work try
Code:
cd /opt/
rm -frv sgminer
git clone git://github.com/sgminer-dev/sgminer.git
cd sgminer
git checkout v5_0
cp -av ../ADL-SDK/*.h ADL_SDK
autoreconf -fvi
./configure CFLAGS="-O2 -Wall -march=native" --enable-opencl
make

Thanks badman. git clone -b v5_0 git://github.com/sgminer-dev/sgminer.git does the trick. I wonder why this kind of information is not easy to find for newbie with github like me

DoubleEagle Coin - Only 100 XDE - Get your free XDE now!
cgladue
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
June 17, 2014, 02:08:52 AM
 #502

Yeah, it's Scrypt-N now, and we're still on X11

Thank you NiceHash Devs, i just noticed you did a quick software release and now the front page is displaying the most profitable algo correctly to what the stratum is showing...

Yes fixed now.

Switching successfully between Scrypt-N and X11 here with no hiccups.

even after setting all engine and memclock speeds tot he same using your example i still cannot switch from X11->scrypt-n  when i do it says 2 of my 4 cards threads hung and then the cards go DEAD and/or freeze the computer with a driver not responding error.

but if i manually start and mine scrypt-n or x11 as the only pool it runs no issues for days

Sad

Try replacing your conf with exactly the one I have.  If it works, recursively check to see the differences between mine and yours and report back.

im running 4 x 270x so i cant use your verbatim, but i did copy and paste and only change my BTC address and the memclock/engine clock, xintensity, TC  Sad

KiloWatts
Member
**
Offline Offline

Activity: 119
Merit: 10


View Profile
June 17, 2014, 02:25:39 AM
 #503

Yeah, it's Scrypt-N now, and we're still on X11

Thank you NiceHash Devs, i just noticed you did a quick software release and now the front page is displaying the most profitable algo correctly to what the stratum is showing...

Yes fixed now.

Switching successfully between Scrypt-N and X11 here with no hiccups.

even after setting all engine and memclock speeds tot he same using your example i still cannot switch from X11->scrypt-n  when i do it says 2 of my 4 cards threads hung and then the cards go DEAD and/or freeze the computer with a driver not responding error.

but if i manually start and mine scrypt-n or x11 as the only pool it runs no issues for days

Sad

Try replacing your conf with exactly the one I have.  If it works, recursively check to see the differences between mine and yours and report back.

im running 4 x 270x so i cant use your verbatim, but i did copy and paste and only change my BTC address and the memclock/engine clock, xintensity, TC  Sad

Change your shaders to 1280 also...

cgladue
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
June 17, 2014, 02:35:03 AM
 #504

Yeah, it's Scrypt-N now, and we're still on X11

Thank you NiceHash Devs, i just noticed you did a quick software release and now the front page is displaying the most profitable algo correctly to what the stratum is showing...

Yes fixed now.

Switching successfully between Scrypt-N and X11 here with no hiccups.

even after setting all engine and memclock speeds tot he same using your example i still cannot switch from X11->scrypt-n  when i do it says 2 of my 4 cards threads hung and then the cards go DEAD and/or freeze the computer with a driver not responding error.

but if i manually start and mine scrypt-n or x11 as the only pool it runs no issues for days

Sad

Try replacing your conf with exactly the one I have.  If it works, recursively check to see the differences between mine and yours and report back.

im running 4 x 270x so i cant use your verbatim, but i did copy and paste and only change my BTC address and the memclock/engine clock, xintensity, TC  Sad

Change your shaders to 1280 also...



sorry yea i did that too, here is my config:

{
"pools" : [
     {
          "name" : "NiceHash_Scrypt_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4333",
          "user" : "BTC_Addr",
          "pass" : "d=128",
          "pool-nfactor" : "10",
          "pool-algorithm" : "zuikkis",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_Scrypt-N_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:3335",
          "user" : "BTC_Addr",
          "pass" : "d=64",
          "pool-nfactor" : "11",
          "pool-algorithm" : "zuikkis",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_X11_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4336",
          "user" : "BTC_Addr",
          "pass" : "d=0.03",
          "pool-nfactor" : "10",
          "pool-algorithm" : "darkcoin-mod",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_X13_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4337",
          "user" : "BTC_Addr",
          "pass" : "d=0.03",
          "pool-nfactor" : "10",
          "pool-algorithm" : "marucoin-mod",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_Keccak_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4338",
          "user" : "BTC_Addr",
          "pass" : "d=64",
          "pool-nfactor" : "10",
          "pool-algorithm" : "maxcoin",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_X11_backup",
          "url" : "stratum+tcp://stratum.nicehash.com:3336",
          "user" : "BTC_Addr",
          "pass" : "d=0.03",
          "pool-nfactor" : "10",
          "pool-algorithm" : "darkcoin-mod",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     }
],
"kernel" : "zuikkis",
"intensity" : "18",
"failover-only" : true,
"failover-switch-delay" : "30",
"auto-fan" : true,
"temp-target" : "70",
"temp-overheat" : "80",
"temp-cutoff" : "85",
"shaders" : "1280",
"api-port" : "4028",
"api-listen" : true,
"api-network" : true,
"api-allow" : "W:127.0.0.1",
"lookup-gap" : "2",
"worksize" : "256",
"gpu-engine" : "1100-1100",
"gpu-memclock" : "1500-1500",
"gpu-powertune" : "20",
"gpu-threads" : "1",
"expiry" : "100",
"scan-time" : "7",
"log" : "5",
"queue" : "2"
}

KiloWatts
Member
**
Offline Offline

Activity: 119
Merit: 10


View Profile
June 17, 2014, 04:18:27 AM
 #505

sorry yea i did that too, here is my config:

{
"pools" : [
     {
          "name" : "NiceHash_Scrypt_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4333",
          "user" : "BTC_Addr",
          "pass" : "d=128",
          "pool-nfactor" : "10",
          "pool-algorithm" : "zuikkis",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_Scrypt-N_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:3335",
          "user" : "BTC_Addr",
          "pass" : "d=64",
          "pool-nfactor" : "11",
          "pool-algorithm" : "zuikkis",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_X11_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4336",
          "user" : "BTC_Addr",
          "pass" : "d=0.03",
          "pool-nfactor" : "10",
          "pool-algorithm" : "darkcoin-mod",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_X13_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4337",
          "user" : "BTC_Addr",
          "pass" : "d=0.03",
          "pool-nfactor" : "10",
          "pool-algorithm" : "marucoin-mod",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_Keccak_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4338",
          "user" : "BTC_Addr",
          "pass" : "d=64",
          "pool-nfactor" : "10",
          "pool-algorithm" : "maxcoin",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_X11_backup",
          "url" : "stratum+tcp://stratum.nicehash.com:3336",
          "user" : "BTC_Addr",
          "pass" : "d=0.03",
          "pool-nfactor" : "10",
          "pool-algorithm" : "darkcoin-mod",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     }
],
"kernel" : "zuikkis",
"intensity" : "18",
"failover-only" : true,
"failover-switch-delay" : "30",
"auto-fan" : true,
"temp-target" : "70",
"temp-overheat" : "80",
"temp-cutoff" : "85",
"shaders" : "1280",
"api-port" : "4028",
"api-listen" : true,
"api-network" : true,
"api-allow" : "W:127.0.0.1",
"lookup-gap" : "2",
"worksize" : "256",
"gpu-engine" : "1100-1100",
"gpu-memclock" : "1500-1500",
"gpu-powertune" : "20",
"gpu-threads" : "1",
"expiry" : "100",
"scan-time" : "7",
"log" : "5",
"queue" : "2"
}

* You've got your Scrypt-N port on 3335, when it should be on 4335.  4335 is the multiswitch port.
* Instead of Intensity, do "xintensity" : "200".  That'll give you close to -I 18, but a nice even number based on your shaders.  See here for more info on xi
* Add "vectors" : "1"
* Add "scrypt" : true
* Change the kernel in your main conf to ckolivas

If that doesn't do it, the only other thing that sticks out to me is the "queue".  Try changing it to 1 or 0... I've never seen it at 2. (dunno what it does either)
hero18688
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
June 17, 2014, 04:44:56 AM
 #506

I have changed form lazybear to this version for my 6-270x by sapphire rig.No significant boost seen.Still about 2.1m/s.Here is the conf.
{
"pools" : [
   {
                "name" : "NiceHash_X11",
                "url" : "stratum+tcp://stratum.nicehash.com:3336",
                "user" : "2NbeHEBjBLMRU7NtRRFHEBjbHkD9PmU8pt",
                "pass" : "x",               
                "pool-algorithm" : "darkcoin-mod"
        }
],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"kernel-path" : "/usr/local/bin",
"log" : "5",
"queue" : "0",
"scan-time" : "7",
"shares" : "0",
"auto-fan" : true,
"gpu-threads" : "1,1,1,1,1,1",
"gpu-dyninterval" : "7",
"gpu-engine" : "1120-1120,1120-1120,1120-1120,1120-1120,1120-1120,1120-1120",
"gpu-fan" : "45-100,45-100,45-100,45-100,45-100,45-100",
"gpu-platform" : "0",
"gpu-memclock" : "1500,1500,1500,1500,1500,1500",
"gpu-memdiff" : "0,0,0,0,0,0",
"gpu-powertune" : "20,20,20,20,20,20",
"gpu-vddc" : "0.000,0.000,0.000,0.000,0.000,0.000",
"intensity" : "19,19,19,19,19,19",
"kernel" : "x11mod,x11mod,x11mod,x11mod,x11mod,x11mod",
"temp-target" : "75,75,75,70,70,70",
"temp-overheat" : "88,88,88,85,85,85",
"temp-cutoff" : "95,95,95,95,95,95",
"temp-hysteresis" : "3",
"worksize" : "128,128,128,128,128,128",
"lookup-gap" : "2,2,2,2,2,2",
"shaders" : "1280,1280,1280,1280,1280,1280",
"thread-concurrency" : "15232,15232,15232,15232,15232,15232",
"xintensity" : "0,0,0,0,0,0",
"rawintensity" : "0,0,0,0,0,0",
"failover-only" : true,
"failover-switch-delay" : "30",
"no-pool-disable" : true,
"tcp-keepalive" : "30"
}

Has anybody succeed with catalyst 14.6.I saw 2.6m/s but hw appears.

bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
June 17, 2014, 10:16:23 AM
 #507

Finally it is stable for 24hours..I think I know why it is stable now.

I deleted
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1




btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
lbr
Sr. Member
****
Offline Offline

Activity: 423
Merit: 254


View Profile
June 17, 2014, 10:19:43 AM
 #508

Finally it is stable for 24hours..I think I know why it is stable now.

I deleted
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1





Coincidence, these commands are not needed in the batch and have no effect if present.

BTC: 18ozhbkfHneX8tnPgHJuTizyBmspM5Vgpa  LTC: LgVc7KdedPGZyDXHXEH9G7z6AoTmTvDdWb
cgminer 2.11.13 x64 portable for Mac OS X 10.6.8
6+ GPUs driver mod for Windows
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 17, 2014, 10:20:48 AM
 #509

Finally it is stable for 24hours..I think I know why it is stable now.

I deleted
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1

I'm trying removing both, will report back.
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
June 17, 2014, 10:37:54 AM
 #510

Finally it is stable for 24hours..I think I know why it is stable now.

I deleted
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1





Coincidence, these commands are not needed in the batch and have no effect if present.

maybe, but did u test it by urself?.. I often got a sick or dead gpu, even upped the vgpu, sometimes just a hard reset after 12hours.
It works for me so yes maybe coincidence..

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
lbr
Sr. Member
****
Offline Offline

Activity: 423
Merit: 254


View Profile
June 17, 2014, 10:47:09 AM
 #511

maybe, but did u test it by urself?.. I often got a sick or dead gpu, even upped the vgpu, sometimes just a hard reset after 12hours.
It works for me so yes maybe coincidence..

I don't have and never had setx commands in the batch.

As to why is it coincidence, setx sets environment variables, which 'stick'. So if you did it once and rebooted - no need to set them over and over again. Those particular settings MAX_ALLOC and SYNC are used by OCL runtime. It either finds them in the environment or not.

When you removed setx commands from the batch they are set anyway and OCL runtime still uses them. So nothing was changed when you removed them from the batch. But you say something changed - coincidence.

If you want you can read more about setx, tho it's a lengthy and confusing time to time ; )

BTC: 18ozhbkfHneX8tnPgHJuTizyBmspM5Vgpa  LTC: LgVc7KdedPGZyDXHXEH9G7z6AoTmTvDdWb
cgminer 2.11.13 x64 portable for Mac OS X 10.6.8
6+ GPUs driver mod for Windows
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 17, 2014, 10:52:53 AM
 #512

maybe, but did u test it by urself?.. I often got a sick or dead gpu, even upped the vgpu, sometimes just a hard reset after 12hours.
It works for me so yes maybe coincidence..

I don't have and never had setx commands in the batch.

As to why is it coincidence, setx sets environment variables, which 'stick'. So if you did it once and rebooted - no need to set them over and over again. Those particular settings MAX_ALLOC and SYNC are used by OCL runtime. It either finds them in the environment or not.

When you removed setx commands from the batch they are set anyway and OCL runtime still uses them. So nothing was changed when you removed them from the batch. But you say something changed - coincidence.

If you want you can read more about setx, tho it's a lengthy and confusing time to time ; )

No I completely deleted the environment variables out of Windows, and haven't run any new ones, still same results, am testing stability over a long-hour period.

For proof of course

Code:
[05:21:43] Started sgminer 4.2.1-120-gc0d7
[05:21:43] Loaded configuration file C:\sgminer_multi\sgminer-nicehash.conf
[05:21:44] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[05:21:44] WARNING: GPU_USE_SYNC_OBJECTS is not specified!

So it appears the miner is in agreement that these environment variables are no longer set.

lbr
Sr. Member
****
Offline Offline

Activity: 423
Merit: 254


View Profile
June 17, 2014, 10:59:01 AM
 #513

No I completely deleted the environment variables out of Windows

On my rigs if I do that miner won't run at all, cause I'm using high thread-concurrency for scrypt and scryptn.
And OCL won't be able to use GPU RAM to load kernel. scryptn uses ~2.8GB on 290 and scrypt ~2GB for me.
For x11 and x13 TC does not matter(at least on my rigs) so prly there is no need for MAX_ALLOC. And what SYNC_OBJECTS has aeffects on x11/x13..  no idea. For scrypt if it is not set I was getting 100% CPU usage on some rigs and on some it didn't have any effect.

BTC: 18ozhbkfHneX8tnPgHJuTizyBmspM5Vgpa  LTC: LgVc7KdedPGZyDXHXEH9G7z6AoTmTvDdWb
cgminer 2.11.13 x64 portable for Mac OS X 10.6.8
6+ GPUs driver mod for Windows
cgladue
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
June 17, 2014, 11:21:16 AM
 #514

sorry yea i did that too, here is my config:

{
"pools" : [
     {
          "name" : "NiceHash_Scrypt_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4333",
          "user" : "BTC_Addr",
          "pass" : "d=128",
          "pool-nfactor" : "10",
          "pool-algorithm" : "zuikkis",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_Scrypt-N_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:3335",
          "user" : "BTC_Addr",
          "pass" : "d=64",
          "pool-nfactor" : "11",
          "pool-algorithm" : "zuikkis",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_X11_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4336",
          "user" : "BTC_Addr",
          "pass" : "d=0.03",
          "pool-nfactor" : "10",
          "pool-algorithm" : "darkcoin-mod",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_X13_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4337",
          "user" : "BTC_Addr",
          "pass" : "d=0.03",
          "pool-nfactor" : "10",
          "pool-algorithm" : "marucoin-mod",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_Keccak_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4338",
          "user" : "BTC_Addr",
          "pass" : "d=64",
          "pool-nfactor" : "10",
          "pool-algorithm" : "maxcoin",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_X11_backup",
          "url" : "stratum+tcp://stratum.nicehash.com:3336",
          "user" : "BTC_Addr",
          "pass" : "d=0.03",
          "pool-nfactor" : "10",
          "pool-algorithm" : "darkcoin-mod",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     }
],
"kernel" : "zuikkis",
"intensity" : "18",
"failover-only" : true,
"failover-switch-delay" : "30",
"auto-fan" : true,
"temp-target" : "70",
"temp-overheat" : "80",
"temp-cutoff" : "85",
"shaders" : "1280",
"api-port" : "4028",
"api-listen" : true,
"api-network" : true,
"api-allow" : "W:127.0.0.1",
"lookup-gap" : "2",
"worksize" : "256",
"gpu-engine" : "1100-1100",
"gpu-memclock" : "1500-1500",
"gpu-powertune" : "20",
"gpu-threads" : "1",
"expiry" : "100",
"scan-time" : "7",
"log" : "5",
"queue" : "2"
}

* You've got your Scrypt-N port on 3335, when it should be on 4335.  4335 is the multiswitch port.
* Instead of Intensity, do "xintensity" : "200".  That'll give you close to -I 18, but a nice even number based on your shaders.  See here for more info on xi
* Add "vectors" : "1"
* Add "scrypt" : true
* Change the kernel in your main conf to ckolivas

If that doesn't do it, the only other thing that sticks out to me is the "queue".  Try changing it to 1 or 0... I've never seen it at 2. (dunno what it does either)


i will try your suggestions, i usually have it on 4335 but set it to 3335 just so i can force it to to be the first alive pool for testing, then i can switch to X11 and back since both pools are alive.

i will test once i am in front of the rig just in case it hard-hangs and i need to reboot

cgladue
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
June 17, 2014, 01:20:44 PM
 #515

sorry yea i did that too, here is my config:

{
"pools" : [
     {
          "name" : "NiceHash_Scrypt_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4333",
          "user" : "BTC_Addr",
          "pass" : "d=128",
          "pool-nfactor" : "10",
          "pool-algorithm" : "zuikkis",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_Scrypt-N_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:3335",
          "user" : "BTC_Addr",
          "pass" : "d=64",
          "pool-nfactor" : "11",
          "pool-algorithm" : "zuikkis",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_X11_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4336",
          "user" : "BTC_Addr",
          "pass" : "d=0.03",
          "pool-nfactor" : "10",
          "pool-algorithm" : "darkcoin-mod",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_X13_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4337",
          "user" : "BTC_Addr",
          "pass" : "d=0.03",
          "pool-nfactor" : "10",
          "pool-algorithm" : "marucoin-mod",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_Keccak_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4338",
          "user" : "BTC_Addr",
          "pass" : "d=64",
          "pool-nfactor" : "10",
          "pool-algorithm" : "maxcoin",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     },
     {
          "name" : "NiceHash_X11_backup",
          "url" : "stratum+tcp://stratum.nicehash.com:3336",
          "user" : "BTC_Addr",
          "pass" : "d=0.03",
          "pool-nfactor" : "10",
          "pool-algorithm" : "darkcoin-mod",
          "pool-gpu-engine" : "1100-1100",
     "pool-gpu-memclock" : "1500-1500",
          "pool-thread-concurrency" : "12290"
     }
],
"kernel" : "zuikkis",
"intensity" : "18",
"failover-only" : true,
"failover-switch-delay" : "30",
"auto-fan" : true,
"temp-target" : "70",
"temp-overheat" : "80",
"temp-cutoff" : "85",
"shaders" : "1280",
"api-port" : "4028",
"api-listen" : true,
"api-network" : true,
"api-allow" : "W:127.0.0.1",
"lookup-gap" : "2",
"worksize" : "256",
"gpu-engine" : "1100-1100",
"gpu-memclock" : "1500-1500",
"gpu-powertune" : "20",
"gpu-threads" : "1",
"expiry" : "100",
"scan-time" : "7",
"log" : "5",
"queue" : "2"
}

* You've got your Scrypt-N port on 3335, when it should be on 4335.  4335 is the multiswitch port.
* Instead of Intensity, do "xintensity" : "200".  That'll give you close to -I 18, but a nice even number based on your shaders.  See here for more info on xi
* Add "vectors" : "1"
* Add "scrypt" : true
* Change the kernel in your main conf to ckolivas

If that doesn't do it, the only other thing that sticks out to me is the "queue".  Try changing it to 1 or 0... I've never seen it at 2. (dunno what it does either)


KiloWatts,

Everything worked fine switching from Scrypt-N to X11, but then when switching back from X11 to Scrypt-N GPU1 and GPU3 seemed to make the switch OK (i was even getting accepted shares from those 2 cards), however just like before GPU0 and GPU2's thread never got cancelled and re initialized, after a few mins they were declared SICK and the display driver stopped responding.  Also a message about the thread being hung displayed and needed to power off and on the entire rig.  

kenshirothefist (OP)
Sr. Member
****
Offline Offline

Activity: 457
Merit: 273



View Profile
June 17, 2014, 02:23:29 PM
 #516

Everything worked fine switching from Scrypt-N to X11, but then when switching back from X11 to Scrypt-N GPU1 and GPU3 seemed to make the switch OK (i was even getting accepted shares from those 2 cards), however just like before GPU0 and GPU2's thread never got cancelled and re initialized, after a few mins they were declared SICK and the display driver stopped responding.  Also a message about the thread being hung displayed and needed to power off and on the entire rig.  

Could you please run sgminer in debug mode with output to log file (sgminer ... -D 2>>sgminer.log), simulate the issue with witching from X11 to scrypt-N, and then describe your issue and attach the log to this issue https://github.com/sgminer-dev/sgminer/issues/264 ... this will help the developers.
cgladue
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
June 17, 2014, 03:18:03 PM
 #517

Everything worked fine switching from Scrypt-N to X11, but then when switching back from X11 to Scrypt-N GPU1 and GPU3 seemed to make the switch OK (i was even getting accepted shares from those 2 cards), however just like before GPU0 and GPU2's thread never got cancelled and re initialized, after a few mins they were declared SICK and the display driver stopped responding.  Also a message about the thread being hung displayed and needed to power off and on the entire rig.  

Could you please run sgminer in debug mode with output to log file (sgminer ... -D 2>>sgminer.log), simulate the issue with witching from X11 to scrypt-N, and then describe your issue and attach the log to this issue https://github.com/sgminer-dev/sgminer/issues/264 ... this will help the developers.

all set i just commented and shared the debug log link with them .... i hope it helps get this taken care of, cant stand not being able to switch back and forth and have a stable miner.

Debug Log: https://drive.google.com/file/d/0B363GmAu7NFzTVAtLUtJVDRDUU0/edit?usp=sharing

mannyg
Full Member
***
Offline Offline

Activity: 142
Merit: 101


View Profile
June 17, 2014, 04:17:23 PM
 #518

I switched to dedicated X11 mining and was still getting the occasional SICK GPUs.  I lowered the memclock 10mhz and it seems to have gone away for 3 days now.  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
ashleysly
Full Member
***
Offline Offline

Activity: 225
Merit: 100



View Profile
June 17, 2014, 04:26:19 PM
 #519

I will try this sgMiner. Didn't know a new one was released.

Ill report back to you with my problems, if any.

Earn Devcoins by Writing
Support me build a plane to advertise DVC: 1Mdu9MbAEsUm81NzEPQR7GCkUxbG39pWMy
KiloWatts
Member
**
Offline Offline

Activity: 119
Merit: 10


View Profile
June 17, 2014, 06:12:25 PM
Last edit: June 17, 2014, 06:47:08 PM by KiloWatts
 #520

Mine has been good for 48 hours now...  I do occasionally get a smattering of HW errors, and rejects (10%) with Scrypt and Scrypt-N though...  but no crashes.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 ... 233 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!