Bitcoin Forum
July 02, 2024, 10:49:19 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 ... 233 »
  Print  
Author Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner  (Read 877806 times)
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 06, 2014, 07:17:40 AM
 #161

Is it a common problem that sometimes the sgminer crashes while switching algorithms?

It is just running fine for like 12 hours or so, and after a while it crashes when it tries to switchs.. Help?

Yep, even with a *perfect* .conf file, I can't seem to put together 12+ continuous hours.  I think it has to do with when NiceHash flips to Scrypt or Keccak. 

Flipping between X11/X13 doesn't shock it that bad, but it's not uncommon I've seen this shit shut off barely 40 mins after starting once, and 2 hours, 6 hours, etc.

Also about a -.2MH performance hit on marucoin-mod.  Can we get the 281KB x13mod kernel in there?
Dophoeve
Full Member
***
Offline Offline

Activity: 182
Merit: 100

To the MOOOON


View Profile WWW
June 06, 2014, 07:19:43 AM
 #162

Is it a common problem that sometimes the sgminer crashes while switching algorithms?

It is just running fine for like 12 hours or so, and after a while it crashes when it tries to switchs.. Help?

Yep, even with a *perfect* .conf file, I can't seem to put together 12+ continuous hours.  I think it has to do with when NiceHash flips to Scrypt or Keccak. 

Flipping between X11/X13 doesn't shock it that bad, but it's not uncommon I've seen this shit shut off barely 40 mins after starting once, and 2 hours, 6 hours, etc.

Also about a -.2MH performance hit on marucoin-mod.  Can we get the 281KB x13mod kernel in there?

You're right, switching x11/x13 is no problem. I believe keccak is the issue... Can we do anything else than just wait on the new releasing multi algo sgminer?

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

Activity: 457
Merit: 273



View Profile
June 06, 2014, 07:32:17 AM
 #163

As you already know, sgminer_v5 is still in development, you should regularly check:
- new commits: https://github.com/sgminer-dev/sgminer/commits/v5_0
- resolved issues: https://github.com/sgminer-dev/sgminer/issues?milestone=5&page=1&state=closed
- open issues: https://github.com/sgminer-dev/sgminer/issues?milestone=5&page=1&state=open

Lot's of issues have been resolved yesterday, including errors when compiling kernels, segfaults, uptime timer, etc. If you're building from source I strongly advise you to build new version from git (git clone -b v5_0 https://github.com/sgminer-dev/sgminer.git). We'll try to provide you with windows binaries later today, but if anyone else is compiling windows binaries - your welcome to drop them here.
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 06, 2014, 07:41:47 AM
 #164

Is it a common problem that sometimes the sgminer crashes while switching algorithms?

It is just running fine for like 12 hours or so, and after a while it crashes when it tries to switchs.. Help?

Yep, even with a *perfect* .conf file, I can't seem to put together 12+ continuous hours.  I think it has to do with when NiceHash flips to Scrypt or Keccak. 

Flipping between X11/X13 doesn't shock it that bad, but it's not uncommon I've seen this shit shut off barely 40 mins after starting once, and 2 hours, 6 hours, etc.

Also about a -.2MH performance hit on marucoin-mod.  Can we get the 281KB x13mod kernel in there?

You're right, switching x11/x13 is no problem. I believe keccak is the issue... Can we do anything else than just wait on the new releasing multi algo sgminer?

I stripped out already the Scrypt and Scrypt-N pools, now will probably strip out Keccak too... ;(
Elun
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
June 06, 2014, 07:55:03 AM
 #165

As you already know, sgminer_v5 is still in development, you should regularly check:
- new commits: https://github.com/sgminer-dev/sgminer/commits/v5_0
- resolved issues: https://github.com/sgminer-dev/sgminer/issues?milestone=5&page=1&state=closed
- open issues: https://github.com/sgminer-dev/sgminer/issues?milestone=5&page=1&state=open

Lot's of issues have been resolved yesterday, including errors when compiling kernels, segfaults, uptime timer, etc. If you're building from source I strongly advise you to build new version from git (git clone -b v5_0 https://github.com/sgminer-dev/sgminer.git). We'll try to provide you with windows binaries later today, but if anyone else is compiling windows binaries - your welcome to drop them here.
Windows build: https://www.dropbox.com/s/atc8w343t0gqsxv/sgminer_v5_0_06062014.zip
Monetizer
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
June 06, 2014, 08:33:19 AM
 #166

It doesnt seem to work for me.... It just opens then closes straight away... I am using

""pools" : [
        {
                "name" : "NiceHash_X11",
                "url" : "stratum+tcp://stratum.nicehash.com:3336",
                "user" : "MY ADD",
                "pass" : "x",
                "pool-nfactor" : "10",
                "pool-algorithm" : "darkcoin-mod",
                "pool-gpu-engine" : "1100",
                "pool-thread-concurrency" : "24000",
                "pool-xintensity" : "4",
                "pool-gpu-threads" : "2"
        },
]

Anyone know why it may not be working?
katak
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
June 06, 2014, 08:39:10 AM
 #167

As you already know, sgminer_v5 is still in development, you should regularly check:
- new commits: https://github.com/sgminer-dev/sgminer/commits/v5_0
- resolved issues: https://github.com/sgminer-dev/sgminer/issues?milestone=5&page=1&state=closed
- open issues: https://github.com/sgminer-dev/sgminer/issues?milestone=5&page=1&state=open

Lot's of issues have been resolved yesterday, including errors when compiling kernels, segfaults, uptime timer, etc. If you're building from source I strongly advise you to build new version from git (git clone -b v5_0 https://github.com/sgminer-dev/sgminer.git). We'll try to provide you with windows binaries later today, but if anyone else is compiling windows binaries - your welcome to drop them here.
Windows build: https://www.dropbox.com/s/atc8w343t0gqsxv/sgminer_v5_0_06062014.zip

Hello,

Hashrate is better for qubit but no hash is seen on pool...

Thanks
Elun
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
June 06, 2014, 08:48:32 AM
Last edit: June 06, 2014, 09:02:23 AM by Elun
 #168

It doesnt seem to work for me.... It just opens then closes straight away... I am using

""pools" : [
        {
                "name" : "NiceHash_X11",
                "url" : "stratum+tcp://stratum.nicehash.com:3336",
                "user" : "MY ADD",
                "pass" : "x",
                "pool-nfactor" : "10",
                "pool-algorithm" : "darkcoin-mod",
                "pool-gpu-engine" : "1100",
                "pool-thread-concurrency" : "24000",
                "pool-xintensity" : "4",
                "pool-gpu-threads" : "2"
        },
]

Anyone know why it may not be working?
Your json isn't valid, try this one:
{
  "pools" : [
          {
                  "name" : "NiceHash_X11",
                  "url" : "stratum+tcp://stratum.nicehash.com:3336",
                  "user" : "ADDR",
                  "pass" : "x",
                  "pool-nfactor" : "10",
                  "pool-algorithm" : "darkcoin-mod",
                  "pool-gpu-engine" : "1100",
                  "pool-thread-concurrency" : "24000",
                  "pool-xintensity" : "4",
                  "pool-gpu-threads" : "2"
          }
  ]
}

Hello,

Hashrate is better for qubit but no hash is seen on pool...

Thanks
Check your settings or pool, works fine: http://pixs.ru/showimage/qubitpng_1109791_12436729.png
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 06, 2014, 09:00:33 AM
Last edit: June 06, 2014, 09:57:02 AM by platinum4
 #169

As you already know, sgminer_v5 is still in development, you should regularly check:
- new commits: https://github.com/sgminer-dev/sgminer/commits/v5_0
- resolved issues: https://github.com/sgminer-dev/sgminer/issues?milestone=5&page=1&state=closed
- open issues: https://github.com/sgminer-dev/sgminer/issues?milestone=5&page=1&state=open

Lot's of issues have been resolved yesterday, including errors when compiling kernels, segfaults, uptime timer, etc. If you're building from source I strongly advise you to build new version from git (git clone -b v5_0 https://github.com/sgminer-dev/sgminer.git). We'll try to provide you with windows binaries later today, but if anyone else is compiling windows binaries - your welcome to drop them here.
Windows build: https://www.dropbox.com/s/atc8w343t0gqsxv/sgminer_v5_0_06062014.zip

Uptimer fix confirmed so far.  Letting this build run for >12 hours to see if any hard hangs on GPU threads happen, or any cold-boot crashes.

I'll report in.

And as always, thanks for the binaries for us lowly Windows folk. Cheesy

EDIT:  Alright this is now consistent across 3 builds of this sgminer_v5 vs lasybear/sph-sgminer

For 3x R9 290X

lasybear/sph - 10.22/3 = 3.407  x13mod
sgminer_v5   -  9.80/3 = 3.267  marucoin-mod

Pretty consistent drop, and no drop in clocks across the board... is there a different way this sgminer is running versus sph-sgminer, isn't girino the dude that could pick it apart?

As it is right now, this build can handle flipping from X13 to X11 back to X13 like a beast!  Here's a flip-flop that happened in 8mins elapsed.

Code:
[04:27:44] Network diff set to 1.25K
[04:27:44] Stratum from NiceHash_X13_multi detected new block
[04:27:44] NiceHash_X13_multi stale share detected, submitting as user requested
[04:27:45] Accepted Coin 1198 Diff 0.016/0.010 GPU 1 at NiceHash_X13_multi
[04:27:45] Accepted Coin 1255 Diff 0.011/0.010 GPU 2 at NiceHash_X13_multi
[04:27:46] Accepted Coin 1255 Diff 0.042/0.010 GPU 2 at NiceHash_X13_multi
[04:27:46] Accepted Coin 1255 Diff 0.018/0.010 GPU 1 at NiceHash_X13_multi
[04:27:50] Accepted Coin 1255 Diff 0.018/0.010 GPU 0 at NiceHash_X13_multi
[04:27:50] Accepted Coin 1255 Diff 0.021/0.010 GPU 2 at NiceHash_X13_multi
[04:27:50] Accepted Coin 1255 Diff 0.024/0.010 GPU 2 at NiceHash_X13_multi
[04:27:51] Accepted Coin 1255 Diff 0.014/0.010 GPU 2 at NiceHash_X13_multi
[04:27:54] Accepted Coin 1255 Diff 0.010/0.010 GPU 0 at NiceHash_X13_multi
[04:27:54] Accepted Coin 1255 Diff 0.011/0.010 GPU 1 at NiceHash_X13_multi
[04:28:02] Accepted Coin 1255 Diff 0.220/0.010 GPU 0 at NiceHash_X13_multi
[04:28:05] Accepted Coin 1255 Diff 0.085/0.010 GPU 1 at NiceHash_X13_multi
[04:28:11] Accepted Coin 1255 Diff 0.020/0.010 GPU 2 at NiceHash_X13_multi
[04:28:13] Accepted Coin 1255 Diff 0.027/0.010 GPU 2 at NiceHash_X13_multi
[04:28:14] Accepted Coin 1255 Diff 0.056/0.010 GPU 2 at NiceHash_X13_multi
[04:28:15] Stratum connection to NiceHash_X13_multi interrupted
[04:28:16] NiceHash_X13_multi not responding!
[04:28:16] Switching to mrr x13 platinum4.2
[04:28:18] mrr x13 platinum4.2 difficulty changed to 0.005
[04:28:26] Accepted Coin 1255 Diff 0.011/0.005 GPU 2 at mrr x13 platinum4.2
[04:28:26] Stratum from mrr x13 platinum4.2 requested work restart
[04:28:29] Accepted Coin 1255 Diff 0.007/0.005 GPU 2 at mrr x13 platinum4.2
[04:28:30] Accepted Coin 1255 Diff 0.005/0.005 GPU 2 at mrr x13 platinum4.2
[04:28:33] Accepted Coin 1255 Diff 0.066/0.005 GPU 0 at mrr x13 platinum4.2
[04:28:35] Accepted Coin 1255 Diff 0.005/0.005 GPU 0 at mrr x13 platinum4.2
[04:28:37] Accepted Coin 1255 Diff 0.006/0.005 GPU 2 at mrr x13 platinum4.2
[04:28:38] Accepted Coin 1255 Diff 0.005/0.005 GPU 1 at mrr x13 platinum4.2
[04:28:40] Accepted Coin 1255 Diff 0.005/0.005 GPU 0 at mrr x13 platinum4.2
[04:28:42] Accepted Coin 1255 Diff 0.006/0.005 GPU 2 at mrr x13 platinum4.2
[04:28:42] Accepted Coin 1255 Diff 0.007/0.005 GPU 2 at mrr x13 platinum4.2
[04:28:43] Accepted Coin 1255 Diff 0.010/0.005 GPU 2 at mrr x13 platinum4.2
[04:28:44] Accepted Coin 1255 Diff 0.066/0.005 GPU 2 at mrr x13 platinum4.2
[04:28:44] Accepted Coin 1255 Diff 0.009/0.005 GPU 0 at mrr x13 platinum4.2
[04:28:46] Accepted Coin 1255 Diff 0.007/0.005 GPU 1 at mrr x13 platinum4.2
[04:28:46] Accepted Coin 1255 Diff 0.010/0.005 GPU 2 at mrr x13 platinum4.2
[04:28:47] Accepted Coin 1255 Diff 0.017/0.005 GPU 1 at mrr x13 platinum4.2
[04:28:49] Accepted Coin 1255 Diff 0.228/0.005 GPU 1 at mrr x13 platinum4.2
[04:28:50] Accepted Coin 1255 Diff 0.044/0.005 GPU 1 at mrr x13 platinum4.2
[04:28:51] Accepted Coin 1255 Diff 0.005/0.005 GPU 0 at mrr x13 platinum4.2
[04:28:54] Accepted Coin 1255 Diff 0.027/0.005 GPU 2 at mrr x13 platinum4.2
[04:28:56] Accepted Coin 1255 Diff 0.030/0.005 GPU 2 at mrr x13 platinum4.2
[04:28:57] Accepted Coin 1255 Diff 0.006/0.005 GPU 1 at mrr x13 platinum4.2
[04:28:58] Accepted Coin 1255 Diff 0.010/0.005 GPU 1 at mrr x13 platinum4.2
[04:28:58] Accepted Coin 1255 Diff 0.012/0.005 GPU 1 at mrr x13 platinum4.2
[04:28:59] Accepted Coin 1255 Diff 0.009/0.005 GPU 1 at mrr x13 platinum4.2
[04:29:05] Accepted Coin 1255 Diff 0.010/0.005 GPU 1 at mrr x13 platinum4.2
[04:29:07] Accepted Coin 1255 Diff 0.005/0.005 GPU 0 at mrr x13 platinum4.2
[04:29:09] Accepted Coin 1255 Diff 0.024/0.005 GPU 1 at mrr x13 platinum4.2
[04:29:18] Accepted Coin 1255 Diff 0.066/0.005 GPU 2 at mrr x13 platinum4.2
[04:29:18] Accepted Coin 1255 Diff 0.557/0.005 GPU 1 at mrr x13 platinum4.2
[04:29:20] Accepted Coin 1255 Diff 0.006/0.005 GPU 1 at mrr x13 platinum4.2
[04:29:21] Accepted Coin 1255 Diff 0.012/0.005 GPU 1 at mrr x13 platinum4.2
[04:29:21] Accepted Coin 1255 Diff 0.007/0.005 GPU 2 at mrr x13 platinum4.2
[04:29:21] Accepted Coin 1255 Diff 0.040/0.005 GPU 2 at mrr x13 platinum4.2
[04:29:25] Accepted Coin 1255 Diff 0.008/0.005 GPU 0 at mrr x13 platinum4.2
[04:29:26] Accepted Coin 1255 Diff 0.007/0.005 GPU 1 at mrr x13 platinum4.2
[04:29:27] Accepted Coin 1255 Diff 0.010/0.005 GPU 1 at mrr x13 platinum4.2
[04:29:28] Accepted Coin 1255 Diff 0.011/0.005 GPU 0 at mrr x13 platinum4.2
[04:29:30] Accepted Coin 1255 Diff 0.020/0.005 GPU 1 at mrr x13 platinum4.2
[04:29:30] Accepted Coin 1255 Diff 0.012/0.005 GPU 2 at mrr x13 platinum4.2
[04:29:35] mrr x13 platinum4.2 difficulty changed to 0.043
[04:29:37] Network diff set to 1.14K
[04:29:37] Stratum from mrr x13 platinum4.2 detected new block
[04:29:47] Network diff set to 1.2K
[04:29:47] Stratum from mrr x13 platinum4.2 detected new block
[04:30:49] Accepted Coin 1204 Diff 0.063/0.043 GPU 2 at mrr x13 platinum4.2
[04:30:54] Accepted Coin 1204 Diff 0.265/0.043 GPU 0 at mrr x13 platinum4.2
[04:30:59] Accepted Coin 1204 Diff 0.065/0.043 GPU 1 at mrr x13 platinum4.2
[04:31:05] Accepted Coin 1204 Diff 0.179/0.043 GPU 0 at mrr x13 platinum4.2
[04:31:09] Accepted Coin 1204 Diff 0.067/0.043 GPU 0 at mrr x13 platinum4.2
[04:31:15] Accepted Coin 1204 Diff 0.045/0.043 GPU 0 at mrr x13 platinum4.2
[04:31:23] mrr x13 platinum4.2 difficulty changed to 0.084
[04:31:41] Accepted Coin 1204 Diff 1.546/0.084 GPU 1 at mrr x13 platinum4.2
[04:32:01] Network diff set to 100
[04:32:01] Stratum from mrr x13 platinum4.2 detected new block
[04:32:03] Network diff set to 110
[04:32:03] Stratum from mrr x13 platinum4.2 detected new block
[04:32:12] Network diff set to 122
[04:32:12] Stratum from mrr x13 platinum4.2 detected new block
[04:32:14] Network diff set to 136
[04:32:14] Stratum from mrr x13 platinum4.2 detected new block
[04:32:35] Stratum from mrr x13 platinum4.2 detected new block
[04:32:37] Network diff set to 144
[04:32:37] Stratum from mrr x13 platinum4.2 detected new block
[04:32:43] Accepted Coin 145 Diff 0.125/0.084 GPU 0 at mrr x13 platinum4.2
[04:32:47] Stratum from mrr x13 platinum4.2 detected new block
[04:32:50] Accepted Coin 145 Diff 0.107/0.084 GPU 0 at mrr x13 platinum4.2
[04:33:09] Network diff set to 158
[04:33:09] Stratum from mrr x13 platinum4.2 detected new block
[04:33:16] NiceHash_X11_multi alive, testing stability
[04:33:17] NiceHash_Keccak_multi alive, testing stability
[04:33:24] Network diff set to 17K
[04:33:24] Stratum from NiceHash_Keccak_multi detected new block
[04:33:27] NiceHash_X13_multi alive, testing stability
[04:33:33] Network diff set to 1.11K
[04:33:33] Stratum from NiceHash_X13_multi detected new block
[04:33:37] Network diff set to 170
[04:33:37] Stratum from mrr x13 platinum4.2 detected new block
[04:33:37] mrr x13 platinum4.2 stale share detected, submitting as user requested
[04:33:37] Rejected Coin 159 Diff 0.245/0.084 GPU 1 mrr x13 platinum4.2 (job not found)
[04:33:45] mrr x13 platinum4.2 difficulty changed to 0.046
[04:33:45] Stratum from mrr x13 platinum4.2 detected new block
[04:33:46] Network diff set to 14.1K
[04:33:46] Stratum from NiceHash_Keccak_multi detected new block
[04:33:48] NiceHash_X11_multi stable for 30 seconds
[04:33:48] Switching to NiceHash_X11_multi
[04:33:49] Network diff set to 32
[04:33:49] New block detected on network before pool notification
[04:33:49] Initialising kernel darkcoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[04:33:49] Initialising kernel darkcoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[04:33:49] Initialising kernel darkcoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[04:33:49] Initialising kernel darkcoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[04:33:49] Initialising kernel darkcoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[04:33:49] Initialising kernel darkcoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[04:33:52] Accepted Coin 33 Diff 0.028/0.002 GPU 0 at NiceHash_X11_multi
[04:33:52] Stratum from NiceHash_X11_multi requested work restart
[04:33:52] NiceHash_X11_multi stale share detected, submitting as user requested
[04:33:52] Accepted Coin 33 Diff 0.002/0.002 GPU 2 at NiceHash_X11_multi
[04:33:53] Accepted Coin 33 Diff 0.010/0.002 GPU 0 at NiceHash_X11_multi
[04:33:53] NiceHash_X11_multi difficulty changed to 0.020
[04:33:53] Network diff set to 29
[04:33:53] Stratum from NiceHash_X11_multi detected new block
[04:33:53] Network diff set to 179
[04:33:53] Stratum from mrr x13 platinum4.2 detected new block
[04:33:54] NiceHash_X11_multi stale share detected, submitting as user requested
[04:33:54] Rejected Coin 33 Diff 0.003/0.002 GPU 1 NiceHash_X11_multi (Share above target.)
[04:33:57] Accepted Coin 30 Diff 0.076/0.020 GPU 2 at NiceHash_X11_multi
[04:34:02] Accepted Coin 30 Diff 0.044/0.020 GPU 2 at NiceHash_X11_multi
[04:34:19] Accepted Coin 30 Diff 0.032/0.020 GPU 2 at NiceHash_X11_multi
[04:34:26] Accepted Coin 30 Diff 0.033/0.020 GPU 2 at NiceHash_X11_multi
[04:34:33] Network diff set to 28
[04:34:33] Stratum from NiceHash_X11_multi detected new block
[04:34:36] Accepted Coin 28 Diff 0.040/0.020 GPU 2 at NiceHash_X11_multi
[04:34:43] Network diff set to 26
[04:34:43] Stratum from NiceHash_X11_multi detected new block
[04:34:47] Network diff set to 29
[04:34:47] Stratum from NiceHash_X11_multi detected new block
[04:34:50] Accepted Coin 29 Diff 0.311/0.020 GPU 0 at NiceHash_X11_multi
[04:34:56] Accepted Coin 29 Diff 0.024/0.020 GPU 2 at NiceHash_X11_multi
[04:35:00] Accepted Coin 29 Diff 0.022/0.020 GPU 2 at NiceHash_X11_multi
[04:35:02] Network diff set to 32
[04:35:02] Stratum from NiceHash_X11_multi detected new block
[04:35:09] Network diff set to 34
[04:35:09] Stratum from NiceHash_X11_multi detected new block
[04:35:11] Accepted Coin 35 Diff 0.062/0.020 GPU 2 at NiceHash_X11_multi
[04:35:14] Accepted Coin 35 Diff 0.021/0.020 GPU 0 at NiceHash_X11_multi
[04:35:15] Accepted Coin 35 Diff 0.052/0.020 GPU 0 at NiceHash_X11_multi
[04:35:22] Stratum connection to NiceHash_X11_multi interrupted
[04:35:23] NiceHash_X11_multi not responding!
[04:35:23] Switching to NiceHash_X13_multi
[04:35:24] NiceHash_X13_multi difficulty changed to 0.010
[04:35:32] Network diff set to 1.06K
[04:35:32] New block detected on network before pool notification
[04:35:32] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[04:35:32] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[04:35:32] Network diff set to 61
[04:35:32] Stratum from tmb x13 multiport detected new block
[04:35:32] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[04:35:32] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[04:35:32] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[04:35:32] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[04:35:34] Network diff set to 81
[04:35:34] Stratum from tmb x13 multiport eu1 detected new block
[04:35:35] Accepted Coin 1058 Diff 0.014/0.010 GPU 2 at NiceHash_X13_multi
[04:35:35] Stratum from NiceHash_X13_multi requested work restart
[04:35:36] Accepted Coin 1058 Diff 0.033/0.010 GPU 1 at NiceHash_X13_multi
[04:35:38] Network diff set to 1.05K
oktay50000
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


View Profile
June 06, 2014, 12:51:15 PM
 #170

not working on 290 more than 5 6 hours
hash goes to zero Huh

BTC : bc1qqz9hvv806w2zs42mx4rn576whxmr202yxp00e9

feel free to buy me a bear
mannyg
Full Member
***
Offline Offline

Activity: 142
Merit: 101


View Profile
June 06, 2014, 02:30:09 PM
 #171

New sgminer binary seems to have fixed the 0.000/0.000 diff problem i was having.


Going to try it now with my 290's to see how it goes, looks like most people have been having problems with them.
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 06, 2014, 04:53:53 PM
Last edit: June 06, 2014, 05:09:30 PM by platinum4
 #172

Ok, so we finally have the SICK issue isolated.

Any thoughts on how this could occur?

Code:
[08:20:24] Stratum from NiceHash_X13_multi requested work restart
[08:20:28] Accepted Coin 1774 Diff 0.111/0.020 GPU 1 at NiceHash_X13_multi
[08:20:33] Accepted Coin 1774 Diff 0.023/0.020 GPU 0 at NiceHash_X13_multi
[08:20:36] Accepted Coin 1774 Diff 0.025/0.020 GPU 2 at NiceHash_X13_multi <----
[08:20:40] Accepted Coin 1774 Diff 0.324/0.020 GPU 2 at NiceHash_X13_multi <----
[08:20:44] Stratum from NiceHash_X13_multi requested work restart
[08:20:55] Accepted Coin 1774 Diff 0.080/0.020 GPU 2 at NiceHash_X13_multi <----
[08:21:04] Stratum from NiceHash_X13_multi requested work restart
[08:21:17] Accepted Coin 1774 Diff 0.035/0.020 GPU 1 at NiceHash_X13_multi
[08:21:22] Accepted Coin 1774 Diff 0.604/0.020 GPU 1 at NiceHash_X13_multi
[08:21:25] Stratum from NiceHash_X13_multi requested work restart
[08:21:27] Accepted Coin 1774 Diff 0.023/0.020 GPU 0 at NiceHash_X13_multi
[08:22:07] Accepted Coin 1774 Diff 0.033/0.020 GPU 0 at NiceHash_X13_multi
[08:22:19] Network diff set to 1.63K
[08:22:19] Stratum from NiceHash_X13_multi detected new block
[08:22:33] Accepted Coin 1632 Diff 0.069/0.020 GPU 1 at NiceHash_X13_multi
[08:22:39] Stratum from NiceHash_X13_multi requested work restart
[08:22:43] Accepted Coin 1632 Diff 0.022/0.020 GPU 0 at NiceHash_X13_multi
[08:22:59] Stratum from NiceHash_X13_multi requested work restart
[08:23:22] Accepted Coin 1632 Diff 0.114/0.020 GPU 1 at NiceHash_X13_multi
[08:23:35] GPU2: Idle for more than 2 minutes, declaring SICK!                       <----
[08:23:54] Stratum from NiceHash_X13_multi requested work restart
[08:23:56] Accepted Coin 1632 Diff 0.082/0.020 GPU 0 at NiceHash_X13_multi
[08:24:06] Accepted Coin 1632 Diff 0.031/0.020 GPU 1 at NiceHash_X13_multi
[08:24:12] Accepted Coin 1632 Diff 0.050/0.020 GPU 1 at NiceHash_X13_multi
[08:24:31] Stratum from NiceHash_X13_multi requested work restart
[08:24:37] Accepted Coin 1632 Diff 0.024/0.020 GPU 1 at NiceHash_X13_multi
[08:24:42] Accepted Coin 1632 Diff 0.193/0.020 GPU 0 at NiceHash_X13_multi
[08:24:51] Stratum from NiceHash_X13_multi requested work restart
[08:25:11] Stratum from NiceHash_X13_multi requested work restart
[08:25:21] Accepted Coin 1632 Diff 0.022/0.020 GPU 0 at NiceHash_X13_multi
[08:25:26] Accepted Coin 1632 Diff 0.033/0.020 GPU 0 at NiceHash_X13_multi
[08:25:32] Stratum from NiceHash_X13_multi requested work restart
[08:25:32] NiceHash_X13_multi stale share detected, submitting as user requested
[08:25:32] Rejected Coin 1632 Diff 0.021/0.020 GPU 0 NiceHash_X13_multi (Job not found.)
[08:25:53] Accepted Coin 1632 Diff 0.350/0.020 GPU 1 at NiceHash_X13_multi
[08:25:56] Accepted Coin 1632 Diff 0.225/0.020 GPU 1 at NiceHash_X13_multi
[08:25:57] Network diff set to 1.36K
[08:25:57] Stratum from NiceHash_X13_multi detected new block
[08:26:12] Accepted Coin 1360 Diff 0.062/0.020 GPU 1 at NiceHash_X13_multi
[08:26:28] Stratum from NiceHash_X13_multi requested work restart
[08:26:35] Accepted Coin 1360 Diff 0.029/0.020 GPU 1 at NiceHash_X13_multi
[08:26:37] Accepted Coin 1360 Diff 0.021/0.020 GPU 1 at NiceHash_X13_multi
[08:26:46] Accepted Coin 1360 Diff 0.281/0.020 GPU 1 at NiceHash_X13_multi
[08:26:48] Stratum from NiceHash_X13_multi requested work restart
[08:27:03] Accepted Coin 1360 Diff 0.022/0.020 GPU 0 at NiceHash_X13_multi
[08:27:10] Accepted Coin 1360 Diff 0.060/0.020 GPU 1 at NiceHash_X13_multi
[08:27:16] Stratum from NiceHash_X13_multi requested work restart
[08:27:29] Accepted Coin 1360 Diff 0.024/0.020 GPU 0 at NiceHash_X13_multi
[08:27:36] Stratum from NiceHash_X13_multi requested work restart
[08:27:58] Stratum from NiceHash_X13_multi requested work restart
[08:28:07] Accepted Coin 1360 Diff 0.054/0.020 GPU 1 at NiceHash_X13_multi
[08:28:12] Accepted Coin 1360 Diff 0.023/0.020 GPU 0 at NiceHash_X13_multi
[08:28:13] Accepted Coin 1360 Diff 0.036/0.020 GPU 1 at NiceHash_X13_multi
[08:28:17] Stratum from NiceHash_X13_multi requested work restart
[08:28:19] Accepted Coin 1360 Diff 0.024/0.020 GPU 0 at NiceHash_X13_multi
[08:28:29] Accepted Coin 1360 Diff 0.033/0.020 GPU 1 at NiceHash_X13_multi
[08:28:30] Accepted Coin 1360 Diff 0.026/0.020 GPU 0 at NiceHash_X13_multi
[08:28:36] Network diff set to 1.22K
[08:28:36] Stratum from NiceHash_X13_multi detected new block
[08:28:38] Accepted Coin 1222 Diff 0.117/0.020 GPU 1 at NiceHash_X13_multi
[08:28:41] Network diff set to 1.28K
[08:28:41] Stratum from NiceHash_X13_multi detected new block
[08:28:47] Accepted Coin 1277 Diff 1.419/0.020 GPU 0 at NiceHash_X13_multi
[08:28:47] Accepted Coin 1277 Diff 0.111/0.020 GPU 0 at NiceHash_X13_multi
[08:29:03] Accepted Coin 1277 Diff 0.215/0.020 GPU 0 at NiceHash_X13_multi
[08:29:09] Network diff set to 1.36K
[08:29:09] Stratum from NiceHash_X13_multi detected new block
[08:29:12] Accepted Coin 1359 Diff 0.025/0.020 GPU 0 at NiceHash_X13_multi
[08:29:22] Accepted Coin 1359 Diff 0.116/0.020 GPU 0 at NiceHash_X13_multi
[08:29:25] Accepted Coin 1359 Diff 0.061/0.020 GPU 0 at NiceHash_X13_multi
[08:29:30] Stratum from NiceHash_X13_multi requested work restart
[08:29:42] Network diff set to 1.41K
[08:29:42] Stratum from NiceHash_X13_multi detected new block
[08:29:46] Accepted Coin 1406 Diff 0.036/0.020 GPU 0 at NiceHash_X13_multi
[08:30:01] Accepted Coin 1406 Diff 0.031/0.020 GPU 0 at NiceHash_X13_multi
[08:30:02] Stratum from NiceHash_X13_multi requested work restart
[08:30:23] Accepted Coin 1406 Diff 0.029/0.020 GPU 1 at NiceHash_X13_multi
[08:30:47] Stratum from NiceHash_X13_multi requested work restart
[08:30:54] Network diff set to 1.35K
[08:30:54] Stratum from NiceHash_X13_multi detected new block
[08:31:02] Accepted Coin 1352 Diff 0.029/0.020 GPU 1 at NiceHash_X13_multi
[08:31:05] Accepted Coin 1352 Diff 0.056/0.020 GPU 1 at NiceHash_X13_multi
[08:31:06] Network diff set to 1.43K
[08:31:06] Stratum from NiceHash_X13_multi detected new block
[08:31:35] GPU2: Not responded for more than 10 minutes, declaring DEAD!     <----
[08:31:37] Network diff set to 1.51K
[08:31:37] Stratum from NiceHash_X13_multi detected new block
[08:31:48] Accepted Coin 1510 Diff 0.033/0.020 GPU 0 at NiceHash_X13_multi
[08:31:56] Accepted Coin 1510 Diff 0.111/0.020 GPU 0 at NiceHash_X13_multi
[08:31:57] Accepted Coin 1510 Diff 0.078/0.020 GPU 1 at NiceHash_X13_multi
[08:32:32] Stratum from NiceHash_X13_multi requested work restart

This is with option 'no-restart' enabled, so we could see what happens when and why...  This is at ~4hr 30min uptime.

Other 2 rigs with 290X's are still up and hashing at uptime of ~8hr 30min right now.
Boomslang
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
June 06, 2014, 05:44:06 PM
Last edit: June 06, 2014, 05:55:48 PM by Boomslang
 #173

Is the Windows binary pointed to by this link infected?

sgminer-5.0-pre-release-1-win32.zip

Bitdefender reports a virus/threat in the zip file downloaded ... Gen:Variant.Application.BitCoinMiner.11

I've not had a virus warning from any of the other versions that have been optimized for x13 that I have downloaded so far.

*update* - link is no longer active at 18:47 BST


@NiceHash - can we have a dev statement about the probable infection and an update on progress please?
LeMiner
Member
**
Offline Offline

Activity: 139
Merit: 10


View Profile
June 06, 2014, 06:16:31 PM
 #174

Is the Windows binary pointed to by this link infected?

sgminer-5.0-pre-release-1-win32.zip

Bitdefender reports a virus/threat in the zip file downloaded ... Gen:Variant.Application.BitCoinMiner.11

I've not had a virus warning from any of the other versions that have been optimized for x13 that I have downloaded so far.

*update* - link is no longer active at 18:47 BST


@NiceHash - can we have a dev statement about the probable infection and an update on progress please?

A lot of miners trigger a bitcoinminer virus response in a lot of virus scanners. It's because miners can be installed on infected systems to make them mine for malicious people.
 
chinchs
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000



View Profile
June 06, 2014, 07:50:20 PM
 #175

Anyone is having problems running this for more than 2 minutes? It open, reach max speed, then closes without errors.
oktay50000
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


View Profile
June 06, 2014, 08:30:59 PM
 #176

Anyone is having problems running this for more than 2 minutes? It open, reach max speed, then closes without errors.

 every thing is okay execpt 290's
their hash drops to zero after 5 6 hours

BTC : bc1qqz9hvv806w2zs42mx4rn576whxmr202yxp00e9

feel free to buy me a bear
chinchs
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000



View Profile
June 06, 2014, 08:43:13 PM
 #177

Anyone is having problems running this for more than 2 minutes? It open, reach max speed, then closes without errors.

 every thing is okay execpt 290's
their hash drops to zero after 5 6 hours
My problem is not related to the 290's, I have 2 rigs, 1st with 3 280x and the other with 1 280x and 1 7950, in both, i'm getting the same problem, updated to lastest AMD drivers to see if there is something wrong with my current versions.
lbr
Sr. Member
****
Offline Offline

Activity: 423
Merit: 254


View Profile
June 06, 2014, 09:42:35 PM
 #178

Several weird things

1)
Quote
Thread was not cancelled in 60 seconds after restart_mining_threads
https://bitcointalk.org/index.php?topic=632503.msg7140081#msg7140081
r9 920
sgminer-5.0-pre-release-1-win32.zip

2) After some time(6h?) switching between x11/x13 mem clock dropped to 150(default idle clock) and stayed there - hashrate dropped significantly
r9 920
sgminer-5.0-pre-release-1-win32.zip

3) Can't switch between scrypt and scryptn.
Code:
[2014-06-07 00:28:36] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[2014-06-07 00:28:48] Accepted 0709d294 Diff 0.142/0.100 GPU 0 at NiceHash_X13_Multi
...
[2014-06-07 00:31:19] Initialising kernel bufius.cl with bitalign, unpatched BFI, nfactor 11, n 2048
[2014-06-07 00:31:22] NiceHash_ScryptN stale share detected, submitting as user requested
[2014-06-07 00:31:22] Accepted 018645a5 Diff 167/64 GPU 0 at NiceHash_ScryptN
...
[2014-06-07 00:33:07] Initialising kernel ckolivas.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[2014-06-07 00:33:07] Error -4: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[2014-06-07 00:33:07] GPU 0 failure, disabling!
Same thing happens if switching from scrypt to scryptn.
Looks like when new kernel is being loaded the old one is still there, hence unable to load.
Imo it should not happen if thread-concurrency is low enough for two kernels to be loaded, however, since I'm using 32768(~2GB) for scrypt and 28159(~3.5GB) for scryptn there is no memory left.
r9 290
sgminer-5.0-pre-release-1-win32.zip
sgminer_v5_0_06062014.zip

4) If keccak is started with intensity >=16, then instensity is set to 25 and is stuck there
r9 290
sgminer-5.0-pre-release-1-win32.zip

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

Activity: 1372
Merit: 1005


View Profile
June 06, 2014, 09:44:16 PM
 #179

Anyone has a working bat file?
mannyg
Full Member
***
Offline Offline

Activity: 142
Merit: 101


View Profile
June 06, 2014, 10:35:34 PM
 #180

Several weird things

1)
Quote
Thread was not cancelled in 60 seconds after restart_mining_threads
https://bitcointalk.org/index.php?topic=632503.msg7140081#msg7140081
r9 920
sgminer-5.0-pre-release-1-win32.zip

2) After some time(6h?) switching between x11/x13 mem clock dropped to 150(default idle clock) and stayed there - hashrate dropped significantly
r9 920
sgminer-5.0-pre-release-1-win32.zip

3) Can't switch between scrypt and scryptn.
Code:
[2014-06-07 00:28:36] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[2014-06-07 00:28:48] Accepted 0709d294 Diff 0.142/0.100 GPU 0 at NiceHash_X13_Multi
...
[2014-06-07 00:31:19] Initialising kernel bufius.cl with bitalign, unpatched BFI, nfactor 11, n 2048
[2014-06-07 00:31:22] NiceHash_ScryptN stale share detected, submitting as user requested
[2014-06-07 00:31:22] Accepted 018645a5 Diff 167/64 GPU 0 at NiceHash_ScryptN
...
[2014-06-07 00:33:07] Initialising kernel ckolivas.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[2014-06-07 00:33:07] Error -4: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[2014-06-07 00:33:07] GPU 0 failure, disabling!
Same thing happens if switching from scrypt to scryptn.
Looks like when new kernel is being loaded the old one is still there, hence unable to load.
Imo it should not happen if thread-concurrency is low enough for two kernels to be loaded, however, since I'm using 32768(~2GB) for scrypt and 28159(~3.5GB) for scryptn there is no memory left.
r9 290
sgminer-5.0-pre-release-1-win32.zip
sgminer_v5_0_06062014.zip

4) If keccak is started with intensity >=16, then instensity is set to 25 and is stuck there
r9 290
sgminer-5.0-pre-release-1-win32.zip

1.) the new sgminer release seems to have sorted some things out, but removing 'pool-gpu-threads' entry from the pool settings fixed the 60second shutdown

2.) the switching gets screwed up when switching to keccak, the lower gpu-memclock stays stuck on other pools.  the fix for me was to manually define 'pool-gpu-memclock' for each pool

3.) this one was driving me mad last night.  I had the problem happening on my rig with 8GB memory with 3 x 290's. I found that setting a fixed page file/virtual memory to 12GB seems to have fixed it.  It also helped my rig with 4GB memory and 4 x 280x's, one of the 4 GPU's would not start up and throw that Error -4.  Try increasing the virtual memory size in windows.

4.) I have 1 rig running *31* intensity on keccak, my other 2 more powerful rigs are running at 15.  If i try to increase the intensity past 15, it either stays at 25 or the MH/s drops really really low.
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 ... 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!