Author

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

member
Activity: 117
Merit: 10
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
member
Activity: 100
Merit: 10
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
hero member
Activity: 812
Merit: 1000
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?
member
Activity: 117
Merit: 10
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
sr. member
Activity: 547
Merit: 250
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... ;(
sr. member
Activity: 457
Merit: 273
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.
full member
Activity: 182
Merit: 100
To the MOOOON
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?
sr. member
Activity: 547
Merit: 250
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?
full member
Activity: 182
Merit: 100
To the MOOOON
anyone else seeing this behavior where the auto-switching stratum will just drop connection and leave me back at the regular scrypt mining stratum ?

all the auto-switch stratums show DEAD

edit: now they are back up after few hours

Probably be because nicehash banned your ip for a while
full member
Activity: 182
Merit: 100
To the MOOOON
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?
member
Activity: 117
Merit: 10
When add x13modold ( https://bitcointalksearch.org/topic/annx11x13-x11-darkcoinx13-marucoin-miner-based-on-sph-sgminer-623409 )

My 6930 on -marucoin give only 450, on -marucoin-mod always HW.

On x13modold 1200  Smiley

Thx.  Cheesy
x13modold already added(5 June 2014).
You can use marucoin-modold.
sr. member
Activity: 826
Merit: 302
When add x13modold ( https://bitcointalksearch.org/topic/annx11x13-x11-darkcoinx13-marucoin-miner-based-on-sph-sgminer-623409 )

My 6930 on -marucoin give only 450, on -marucoin-mod always HW.

On x13modold 1200  Smiley

Thx.  Cheesy
sr. member
Activity: 547
Merit: 250
I'm pretty convinced that this is a fuckup somewhere in the BPASMAM profitability algo that Nicehash has.

Watch what happens during a stratum failure that fucks up all the cards, and then forces a shut off.

Code:
[18:00:01] Stratum connection to NiceHash_X13_multi interrupted
[18:00:02] NiceHash_X13_multi not responding!
[18:00:02] Switching to mrr x13 platinum4.2
[18:00:03] mrr x13 platinum4.2 difficulty changed to 0.005
[18:00:17] Network diff set to 1.52K
[18:00:17] Stratum from tmb x13 multiport east2 detected new block
[18:00:17] Stratum from mrr x13 platinum4.2 requested work restart
[18:00:19] Accepted Coin 1521 Diff 0.014/0.005 GPU 0 at mrr x13 platinum4.2
[18:00:21] Accepted Coin 1521 Diff 0.050/0.005 GPU 0 at mrr x13 platinum4.2
[18:00:23] Accepted Coin 1521 Diff 0.006/0.005 GPU 0 at mrr x13 platinum4.2
[18:00:23] Accepted Coin 1521 Diff 0.008/0.005 GPU 0 at mrr x13 platinum4.2
[18:00:28] Accepted Coin 1521 Diff 0.006/0.005 GPU 1 at mrr x13 platinum4.2
[18:00:28] Accepted Coin 1521 Diff 0.010/0.005 GPU 0 at mrr x13 platinum4.2
[18:00:28] Accepted Coin 1521 Diff 0.005/0.005 GPU 1 at mrr x13 platinum4.2
[18:00:32] Accepted Coin 1521 Diff 0.024/0.005 GPU 1 at mrr x13 platinum4.2
[18:00:33] Accepted Coin 1521 Diff 0.007/0.005 GPU 0 at mrr x13 platinum4.2
[18:00:34] Accepted Coin 1521 Diff 0.007/0.005 GPU 0 at mrr x13 platinum4.2
[18:00:38] Accepted Coin 1521 Diff 0.005/0.005 GPU 0 at mrr x13 platinum4.2
[18:00:38] Network diff set to 1.56K
[18:00:38] Stratum from mrr x13 platinum4.2 detected new block
[18:00:40] Accepted Coin 1563 Diff 0.007/0.005 GPU 0 at mrr x13 platinum4.2
[18:00:41] Network diff set to 1.63K
[18:00:41] Stratum from mrr x13 platinum4.2 detected new block
[18:00:42] mrr x13 platinum4.2 stale share detected, submitting as user requested
[18:00:42] Rejected Coin 1563 Diff 0.006/0.005 GPU 0 mrr x13 platinum4.2 (job not found)
[18:00:42] Accepted Coin 1634 Diff 0.007/0.005 GPU 1 at mrr x13 platinum4.2
[18:00:54] Accepted Coin 1634 Diff 0.008/0.005 GPU 1 at mrr x13 platinum4.2
[18:00:59] Accepted Coin 1634 Diff 0.027/0.005 GPU 1 at mrr x13 platinum4.2
[18:01:02] Network diff set to 1.74K
[18:01:02] Stratum from mrr x13 platinum4.2 detected new block
[18:01:05] Accepted Coin 1736 Diff 0.005/0.005 GPU 1 at mrr x13 platinum4.2
[18:01:05] NiceHash_X13_multi alive, testing stability
[18:01:06] Accepted Coin 1736 Diff 0.005/0.005 GPU 1 at mrr x13 platinum4.2
[18:01:06] Accepted Coin 1736 Diff 0.005/0.005 GPU 0 at mrr x13 platinum4.2
[18:01:07] NiceHash_X13_multi stable for 30 seconds
[18:01:07] Switching to NiceHash_X13_multi
[18:01:08] Accepted Coin 1736 Diff 0.008/0.005 GPU 0 at NiceHash_X13_multi
[18:01:08] Stratum from NiceHash_X13_multi requested work restart
[18:01:09] Accepted Coin 1736 Diff 0.008/0.005 GPU 1 at NiceHash_X13_multi
[18:01:09] Accepted Coin 1736 Diff 0.015/0.005 GPU 1 at NiceHash_X13_multi
[18:01:10] Accepted Coin 1736 Diff 0.035/0.005 GPU 0 at NiceHash_X13_multi
[18:01:13] Accepted Coin 1736 Diff 0.006/0.005 GPU 0 at NiceHash_X13_multi
[18:01:23] Accepted Coin 1736 Diff 0.009/0.005 GPU 1 at NiceHash_X13_multi
[18:01:23] Network diff set to 14.9K
[18:01:23] Stratum from NiceHash_Keccak_multi detected new block
[18:01:23] NiceHash_X13_multi stale share detected, submitting as user requested
[18:01:24] Accepted Coin 1736 Diff 0.009/0.005 GPU 0 at NiceHash_X13_multi
[18:01:29] Accepted Coin 1736 Diff 0.022/0.005 GPU 1 at NiceHash_X13_multi
[18:01:29] NiceHash_X11_multi alive, testing stability
[18:01:30] Accepted Coin 1736 Diff 0.008/0.005 GPU 0 at NiceHash_X13_multi
[18:01:36] Network diff set to 4
[18:01:36] Stratum from NiceHash_X11_multi detected new block
[18:01:36] NiceHash_X13_multi stale share detected, submitting as user requested
[18:01:36] Accepted Coin 1736 Diff 0.020/0.005 GPU 0 at NiceHash_X13_multi
[18:01:38] NiceHash_X11_multi stable for 30 seconds
[18:01:38] Switching to NiceHash_X11_multi
[18:01:46] Network diff set to 4
[18:01:46] Stratum from NiceHash_X11_multi detected new block
[18:01:47] Network diff set to 24
[18:01:47] Stratum from mrr x13 platinum4.2 detected new block
[18:01:47] Stratum connection to NiceHash_X13_multi interrupted
[18:01:50] Network diff set to 3
[18:01:50] Stratum from NiceHash_X11_multi detected new block
[18:01:54] Network diff set to 4
[18:01:54] Stratum from NiceHash_X11_multi detected new block
[18:01:55] Network diff set to 4
[18:01:55] Stratum from NiceHash_X11_multi detected new block
[18:01:59] Network diff set to 4
[18:01:59] Stratum from NiceHash_X11_multi detected new block
[18:02:07] Network diff set to 5
[18:02:07] Stratum from NiceHash_X11_multi detected new block
[18:02:09] Network diff set to 6
[18:02:09] Stratum from NiceHash_X11_multi detected new block
[18:02:10] Network diff set to 292
[18:02:10] Stratum from NiceHash_X11_multi detected new block
[18:03:05] Stratum from NiceHash_X11_multi requested work restart
[18:03:43] Network diff set to 276
[18:03:43] Stratum from NiceHash_X11_multi detected new block
[18:04:07] Network diff set to 3
[18:04:07] Stratum from NiceHash_X11_multi detected new block
[18:04:11] Network diff set to 4
[18:04:11] Stratum from NiceHash_X11_multi detected new block
[18:04:11] Stratum from NiceHash_X11_multi requested work restart
[18:04:17] Network diff set to 286
[18:04:17] Stratum from NiceHash_X11_multi detected new block
[18:04:19] Network diff set to 298
[18:04:19] Stratum from NiceHash_X11_multi detected new block
[18:04:22] Network diff set to 327
[18:04:22] Stratum from NiceHash_X11_multi detected new block
[18:04:37] NiceHash_X11_multi extranonce change requested
[18:04:37] Network diff set to 19
[18:04:37] Stratum from NiceHash_X11_multi detected new block
[18:05:02] Network diff set to 14
[18:05:02] Stratum from NiceHash_X11_multi detected new block
[18:05:10] Stratum from NiceHash_X11_multi detected new block
[18:05:12] Network diff set to 11
[18:05:12] Stratum from NiceHash_X11_multi detected new block
[18:05:18] Network diff set to 13
[18:05:18] Stratum from NiceHash_X11_multi detected new block
[18:05:19] Stratum from NiceHash_X11_multi detected new block
[18:05:22] Network diff set to 15
[18:05:22] Stratum from NiceHash_X11_multi detected new block
[18:05:25] Stratum from NiceHash_X11_multi requested work restart
[18:05:25] Network diff set to 12
[18:05:25] Stratum from NiceHash_X11_multi detected new block
[18:05:32] Network diff set to 14
[18:05:32] Stratum from NiceHash_X11_multi detected new block
[18:05:35] Stratum from NiceHash_X11_multi requested work restart
[18:05:35] Network diff set to 15
[18:05:35] Stratum from NiceHash_X11_multi detected new block
[18:05:44] Stratum from NiceHash_X11_multi requested work restart
[18:05:44] Network diff set to 17
[18:05:44] Stratum from NiceHash_X11_multi detected new block
[18:05:49] Network diff set to 18
[18:05:49] Stratum from NiceHash_X11_multi detected new block
[18:05:50] Network diff set to 20
[18:05:50] Stratum from NiceHash_X11_multi detected new block
[18:05:54] Network diff set to 23
[18:05:54] Stratum from NiceHash_X11_multi detected new block
[18:06:20] NiceHash_X11_multi extranonce change requested
[18:06:21] NiceHash_X11_multi difficulty changed to 0.010
[18:06:21] Network diff set to 3.83K
[18:06:21] Stratum from NiceHash_X11_multi detected new block
[18:06:29] Stratum connection to NiceHash_X11_multi interrupted
[18:06:29] NiceHash_X11_multi difficulty changed to 0.010
[18:06:38] Stratum from NiceHash_X11_multi requested work restart
[18:06:41] Network diff set to 3.97K
[18:06:41] Stratum from NiceHash_X11_multi detected new block
[18:08:11] Stratum connection to NiceHash_X11_multi interrupted
[18:08:12] NiceHash_X11_multi difficulty changed to 0.020
[18:08:16] Network diff set to 93
[18:08:16] New block detected on network before pool notification
[18:08:20] Network diff set to 99
[18:08:20] Stratum from NiceHash_X11_multi detected new block
[18:08:38] Network diff set to 99
[18:08:38] Stratum from NiceHash_X11_multi detected new block
[18:08:51] Network diff set to 102
[18:08:51] Stratum from NiceHash_X11_multi detected new block
[18:08:55] Network diff set to 106
[18:08:55] Stratum from NiceHash_X11_multi detected new block
[18:08:56] Stratum from NiceHash_X11_multi requested work restart
[18:09:00] Network diff set to 112
[18:09:00] Stratum from NiceHash_X11_multi detected new block
[18:09:10] Network diff set to 118
[18:09:10] Stratum from NiceHash_X11_multi detected new block
[18:09:18] Network diff set to 124
[18:09:18] Stratum from NiceHash_X11_multi detected new block
[18:09:21] Network diff set to 131
[18:09:21] Stratum from NiceHash_X11_multi detected new block
[18:09:24] Network diff set to 139
[18:09:24] Stratum from NiceHash_X11_multi detected new block
[18:09:29] Network diff set to 147
[18:09:29] Stratum from NiceHash_X11_multi detected new block
[18:09:31] Network diff set to 271
[18:09:31] Stratum from NiceHash_X11_multi detected new block
[18:09:50] Network diff set to 267
[18:09:50] Stratum from NiceHash_X11_multi detected new block
[18:10:22] Stratum from NiceHash_X11_multi detected new block
[18:11:02] Network diff set to 280
[18:11:02] Stratum from NiceHash_X11_multi detected new block
[18:11:13] Stratum connection to NiceHash_X11_multi interrupted
[18:11:14] NiceHash_X11_multi not responding!
[18:11:14] Switching to NiceHash_X13_multi
[18:11:15] NiceHash_X13_multi difficulty changed to 0.020
[18:11:23] Network diff set to 1.63K
[18:11:23] New block detected on network before pool notification
[18:11:38] Stratum from NiceHash_X13_multi requested work restart
[18:11:45] Network diff set to 18
[18:11:45] Stratum from NiceHash_X13_multi detected new block
[18:11:48] Stratum from NiceHash_X13_multi detected new block
[18:11:52] Network diff set to 18
[18:11:52] Stratum from NiceHash_X13_multi detected new block
[18:12:07] Network diff set to 20
[18:12:07] Stratum from NiceHash_X13_multi detected new block
[18:12:07] Network diff set to 21
[18:12:07] Stratum from NiceHash_X13_multi detected new block
[18:12:07] Network diff set to 22
[18:12:07] Stratum from NiceHash_X13_multi detected new block
[18:12:10] Network diff set to 23
[18:12:10] Stratum from NiceHash_X13_multi detected new block
[18:12:12] Network diff set to 25
[18:12:12] Stratum from NiceHash_X13_multi detected new block
[18:12:23] Network diff set to 26
[18:12:23] Stratum from NiceHash_X13_multi detected new block
[18:12:25] Network diff set to 27
[18:12:25] Stratum from NiceHash_X13_multi detected new block
[18:12:34] Network diff set to 29
[18:12:34] Stratum from NiceHash_X13_multi detected new block
[18:12:35] Network diff set to 31
[18:12:35] Stratum from NiceHash_X13_multi detected new block
[18:12:54] Network diff set to 33
[18:12:54] Stratum from NiceHash_X13_multi detected new block
[18:12:59] Network diff set to 33
[18:12:59] Stratum from NiceHash_X13_multi detected new block
[18:13:01] Network diff set to 36
[18:13:01] Stratum from NiceHash_X13_multi detected new block
[18:13:10] Network diff set to 38
[18:13:10] Stratum from NiceHash_X13_multi detected new block
[18:13:12] Network diff set to 39
[18:13:12] Stratum from NiceHash_X13_multi detected new block
[18:13:20] Network diff set to 42
[18:13:20] Stratum from NiceHash_X13_multi detected new block
[18:13:27] Network diff set to 44
[18:13:27] Stratum from NiceHash_X13_multi detected new block
[18:13:31] Network diff set to 46
[18:13:31] Stratum from NiceHash_X13_multi detected new block
[18:13:32] Network diff set to 49
[18:13:32] Stratum from NiceHash_X13_multi detected new block
[18:13:34] Network diff set to 52
[18:13:34] Stratum from NiceHash_X13_multi detected new block
[18:13:45] Stratum connection to NiceHash_X13_multi interrupted
[18:13:46] NiceHash_X13_multi difficulty changed to 0.020
[18:13:49] Network diff set to 117
[18:13:49] Stratum from NiceHash_X13_multi detected new block
[18:14:06] Stratum from NiceHash_X13_multi detected new block
[18:14:14] Network diff set to 79
[18:14:14] Stratum from NiceHash_X13_multi detected new block
[18:14:18] Network diff set to 109
[18:14:18] Stratum from NiceHash_X13_multi detected new block
[18:14:21] Stratum from NiceHash_X13_multi detected new block
[18:14:22] Network diff set to 152
[18:14:22] Stratum from NiceHash_X13_multi detected new block
[18:14:30] Stratum from NiceHash_X13_multi detected new block
[18:14:36] Stratum from NiceHash_X13_multi detected new block
[18:14:47] Stratum from NiceHash_X13_multi detected new block
[18:14:55] Network diff set to 177
[18:14:55] Stratum from NiceHash_X13_multi detected new block
[18:15:15] Network diff set to 244
[18:15:15] Stratum from NiceHash_X13_multi detected new block
[18:15:47] Network diff set to 1.49K
[18:15:47] Stratum from NiceHash_X13_multi detected new block
[18:16:04] Stratum from NiceHash_X13_multi requested work restart
[18:16:04] Network diff set to 1.27K
[18:16:04] Stratum from NiceHash_X13_multi detected new block
[18:16:22] Network diff set to 1.35K
[18:16:22] Stratum from NiceHash_X13_multi detected new block
[18:16:42] Stratum from NiceHash_X13_multi requested work restart
[18:16:51] Network diff set to 1.42K
[18:16:51] Stratum from NiceHash_X13_multi detected new block
[18:17:35] Stratum from NiceHash_X13_multi requested work restart
[18:17:56] Stratum from NiceHash_X13_multi requested work restart
[18:18:19] Stratum from NiceHash_X13_multi requested work restart
[18:18:19] Network diff set to 1.37K
[18:18:19] Stratum from NiceHash_X13_multi detected new block
[18:18:42] Stratum from NiceHash_X13_multi requested work restart
[18:18:46] Stratum connection to NiceHash_X13_multi interrupted
[18:18:46] NiceHash_X13_multi difficulty changed to 0.005
[18:19:02] Stratum from NiceHash_X13_multi requested work restart
[18:19:23] Network diff set to 1.34K
[18:19:23] Stratum from NiceHash_X13_multi detected new block
[18:20:18] NiceHash_X13_multi difficulty changed to 0.020
[18:20:18] Stratum from NiceHash_X13_multi requested work restart
[18:20:31] Network diff set to 1.34K
[18:20:31] Stratum from NiceHash_X13_multi detected new block
[18:21:03] NiceHash_X13_multi extranonce change requested
[18:21:03] Stratum from NiceHash_X13_multi requested work restart
[18:21:27] Stratum from NiceHash_X13_multi requested work restart
[18:21:41] Network diff set to 1.41K
[18:21:41] Stratum from NiceHash_X13_multi detected new block
[18:22:36] Stratum from NiceHash_X13_multi requested work restart
[18:22:39] Stratum from NiceHash_X13_multi requested work restart
[18:23:03] Network diff set to 1.31K
[18:23:03] Stratum from NiceHash_X13_multi detected new block
[18:23:10] Network diff set to 1.35K
[18:23:10] Stratum from NiceHash_X13_multi detected new block
[18:23:40] Stratum from NiceHash_X13_multi requested work restart
[18:23:46] Stratum connection to NiceHash_X13_multi interrupted
[18:23:47] NiceHash_X13_multi not responding!
[18:23:47] Switching to NiceHash_Keccak_multi
[18:23:50] NiceHash_Keccak_multi difficulty changed to 61
[18:23:50] Network diff set to 14.9K
[18:23:50] Stratum from NiceHash_Keccak_multi detected new block
[18:23:50] Network diff set to 12.7K
[18:23:50] Stratum from NiceHash_Keccak_multi detected new block
[18:23:50] Stratum from NiceHash_Keccak_multi requested work restart
[18:24:45] NiceHash_Keccak_multi difficulty changed to 256
[18:24:46] Stratum from NiceHash_Keccak_multi requested work restart
[18:25:31] Stratum from NiceHash_Keccak_multi detected new block
[18:25:35] Stratum from NiceHash_Keccak_multi requested work restart
[18:26:30] Stratum from NiceHash_Keccak_multi requested work restart
[18:26:52] Network diff set to 12.5K
[18:26:52] Stratum from NiceHash_Keccak_multi detected new block
[18:26:52] Stratum from NiceHash_Keccak_multi requested work restart
[18:27:43] Network diff set to 12.3K
[18:27:43] Stratum from NiceHash_Keccak_multi detected new block
[18:27:43] Stratum from NiceHash_Keccak_multi requested work restart
[18:27:54] Network diff set to 12.2K
[18:27:54] Stratum from NiceHash_Keccak_multi detected new block
[18:27:54] Stratum from NiceHash_Keccak_multi requested work restart
[18:28:06] Network diff set to 12.3K
[18:28:06] Stratum from NiceHash_Keccak_multi detected new block
[18:28:07] Stratum from NiceHash_Keccak_multi requested work restart
[18:28:18] Network diff set to 12.4K
[18:28:18] Stratum from NiceHash_Keccak_multi detected new block
[18:28:18] Stratum from NiceHash_Keccak_multi requested work restart
[18:28:32] Stratum connection to NiceHash_Keccak_multi interrupted
[18:28:33] NiceHash_Keccak_multi difficulty changed to 256
[18:29:13] Stratum from NiceHash_Keccak_multi requested work restart
[18:29:27] Network diff set to 12.2K
[18:29:27] Stratum from NiceHash_Keccak_multi detected new block
[18:29:27] Stratum from NiceHash_Keccak_multi requested work restart
[18:29:59] Network diff set to 12.3K
[18:29:59] Stratum from NiceHash_Keccak_multi detected new block
[18:29:59] Stratum from NiceHash_Keccak_multi requested work restart
[18:30:16] Network diff set to 12.2K
[18:30:16] Stratum from NiceHash_Keccak_multi detected new block
[18:30:17] Stratum from NiceHash_Keccak_multi requested work restart
[18:30:18] Network diff set to 12.3K
[18:30:18] Stratum from NiceHash_Keccak_multi detected new block
[18:30:19] Stratum from NiceHash_Keccak_multi requested work restart
[18:30:27] Network diff set to 12.3K
[18:30:27] Stratum from NiceHash_Keccak_multi detected new block
[18:30:27] Stratum from NiceHash_Keccak_multi requested work restart
[18:31:22] Stratum from NiceHash_Keccak_multi requested work restart
[18:31:30] Stratum from NiceHash_Keccak_multi detected new block
[18:31:32] Stratum from NiceHash_Keccak_multi requested work restart
[18:31:40] Network diff set to 12.2K
[18:31:40] Stratum from NiceHash_Keccak_multi detected new block
[18:31:41] Stratum from NiceHash_Keccak_multi requested work restart
[18:31:44] Network diff set to 12.3K
[18:31:44] Stratum from NiceHash_Keccak_multi detected new block
[18:31:44] Stratum from NiceHash_Keccak_multi requested work restart
[18:31:59] Network diff set to 12.4K
[18:31:59] Stratum from NiceHash_Keccak_multi detected new block
[18:31:59] Stratum from NiceHash_Keccak_multi requested work restart
[18:32:11] Network diff set to 12.4K
[18:32:11] Stratum from NiceHash_Keccak_multi detected new block
[18:32:11] Stratum from NiceHash_Keccak_multi requested work restart
[18:32:59] Network diff set to 12.5K
[18:32:59] Stratum from NiceHash_Keccak_multi detected new block
[18:32:59] Stratum from NiceHash_Keccak_multi requested work restart
[18:33:05] Network diff set to 12.4K
[18:33:05] Stratum from NiceHash_Keccak_multi detected new block
[18:33:05] Stratum from NiceHash_Keccak_multi requested work restart
[18:33:23] Stratum from NiceHash_Keccak_multi detected new block
[18:33:24] Stratum from NiceHash_Keccak_multi requested work restart
[18:33:32] Stratum connection to NiceHash_Keccak_multi interrupted
[18:33:33] NiceHash_Keccak_multi difficulty changed to 256
[18:33:36] Network diff set to 12.4K
[18:33:36] Stratum from NiceHash_Keccak_multi detected new block
[18:33:37] Stratum from NiceHash_Keccak_multi requested work restart
[18:33:49] Network diff set to 12.5K
[18:33:49] Stratum from NiceHash_Keccak_multi detected new block
[18:33:49] Stratum from NiceHash_Keccak_multi requested work restart
[18:34:39] NiceHash_X13_multi alive, testing stability
[18:34:44] Stratum from NiceHash_Keccak_multi requested work restart
[18:34:50] NiceHash_X13_multi stable for 30 seconds
[18:34:50] Switching to NiceHash_X13_multi
[18:34:51] Network diff set to 1.27K
[18:34:51] New block detected on network before pool notification
[18:35:13] Network diff set to 12.5K
[18:35:13] Stratum from NiceHash_Keccak_multi detected new block
[18:35:31] Stratum from NiceHash_X13_multi requested work restart
[18:36:26] Stratum from NiceHash_X13_multi requested work restart
[18:36:35] Network diff set to 1.26K
[18:36:35] Stratum from NiceHash_X13_multi detected new block
[18:36:52] Network diff set to 1.26K
[18:36:52] Stratum from NiceHash_X13_multi detected new block
[18:37:48] Stratum from NiceHash_X13_multi requested work restart
[18:37:52] Network diff set to 1.31K
[18:37:52] Stratum from NiceHash_X13_multi detected new block
[18:38:48] Stratum from NiceHash_X13_multi requested work restart
[18:38:55] Network diff set to 1.25K
[18:38:55] Stratum from NiceHash_X13_multi detected new block
[18:39:38] Stratum connection to NiceHash_X13_multi interrupted
[18:39:39] NiceHash_X13_multi difficulty changed to 0.020
[18:39:57] Stratum from NiceHash_X13_multi requested work restart
[18:40:27] Network diff set to 1.32K
[18:40:27] Stratum from NiceHash_X13_multi detected new block
[18:41:27] Stratum from NiceHash_X13_multi requested work restart
[18:41:37] Network diff set to 1.21K
[18:41:37] Stratum from NiceHash_X13_multi detected new block
[18:41:52] Network diff set to 1.27K
[18:41:52] Stratum from NiceHash_X13_multi detected new block
[18:42:17] Network diff set to 1.34K
[18:42:17] Stratum from NiceHash_X13_multi detected new block

Stratum dies and then for 42 minutes no shares submitted.
member
Activity: 97
Merit: 10
anyone else seeing this behavior where the auto-switching stratum will just drop connection and leave me back at the regular scrypt mining stratum ?

all the auto-switch stratums show DEAD

edit: now they are back up after few hours
member
Activity: 97
Merit: 10
I'm having problems getting this going on my rig with 3 x MSI R9 290 Gamings. 

It starts up fine on the first pool, but when I test the switch to the next pool manually, i get the annoying "Error -4: enqueueing kernel onto command queue error" then it disables all 3 GPUs.

I have 8GB of memory. I've tried multiple thread concurrency settings on the second pool,.. they all fail.  At first it was happening when switching to Scrypt-N, but then I made it so that that it would start up with Scrypt-N as first pool to switch over to Scrypt, still failed.

This has to be one of the most frustrating things I've encountered in all my days of mining... it is very tough to figure out what is causing it to throw that Error -4.

i found that taking the individual settings and trying to start the miner up from the command line with those settings for each of the algorithms then, once that's stable transcribing them into the config file works best ...
full member
Activity: 142
Merit: 101
I'm having problems getting this going on my rig with 3 x MSI R9 290 Gamings. 

It starts up fine on the first pool, but when I test the switch to the next pool manually, i get the annoying "Error -4: enqueueing kernel onto command queue error" then it disables all 3 GPUs.

I have 8GB of memory. I've tried multiple thread concurrency settings on the second pool,.. they all fail.  At first it was happening when switching to Scrypt-N, but then I made it so that that it would start up with Scrypt-N as first pool to switch over to Scrypt, still failed.

This has to be one of the most frustrating things I've encountered in all my days of mining... it is very tough to figure out what is causing it to throw that Error -4.
sr. member
Activity: 547
Merit: 250
very good on 280x but not stable on 290 's
after wirking couple of hours im getting average hash zero on 4x 290
dont know whats wrong but after restarting its normal but after like 6 7 hours getting 0 on average
notice: no crash- no freeze just zero like

GPU 0:  72.0C 1309RPM | 2.210M/0.00Mh/s | R:  1.9% HW:0 WU: 0.000/m xI:512

Ha.  Mine just locks the rig completely and I lose TeamViewer, that's how I know to cold boot.  But yeah you're right, it's at about uptime of 6 hours..  I will post logs when home from work.

Try xI:256 also and let me know your results.
legendary
Activity: 1372
Merit: 1005
Anyone has a working bat file? Show it please.  
sr. member
Activity: 560
Merit: 250
very good on 280x but not stable on 290 's
after wirking couple of hours im getting average hash zero on 4x 290
dont know whats wrong but after restarting its normal but after like 6 7 hours getting 0 on average
notice: no crash- no freeze just zero like

GPU 0:  72.0C 1309RPM | 2.210M/0.00Mh/s | R:  1.9% HW:0 WU: 0.000/m xI:512
full member
Activity: 142
Merit: 101
cant run it with cgwatcher Angry Angry
gettin hw
any solution

I had the same problem with CGWatcher.. it strips out the pool options out of the config file after you save it.  It *might* work if you dont save the config file through CGWatcher's conf file editor and save it normally through notepad instead.  I didnt get that far into testing with it, i went back to the .bat file execution of it.



Removing the pool-gpu-threads from the individual pool entries fixed the 60 second timeout.

I am seeing X13 shares being accepted but at 0.00/0.00 .. seems like the diff settings arent right?  I have a custom diff defined for X11/X13 at 0.01, low speed miner i used to test thing out with.

Yep you guys have found the cause of the issue quite a few of us are having.  Launch this sgminer outside of cgwatcher, and algorithm switching works (so far).   I'm still getting 20-30% rejects with keccak, but I believe I will be able to troubleshoot this by changing miner settings.

Anyway, mining without cgwatcher is kind of a deal-breaker for me.   I guess it's back to waiting for updates.

keccak was giving me a few problems at first until I realized I needed to crank the intensity all the way up for it.  I have it running at *31* intensity which still blows my mind it's running fine that high, no rejects.  GPU was averaging about 50MH/s.
Jump to: