Bitcoin Forum
June 24, 2024, 07:03:03 AM *
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 ... 233 »
  Print  
Author Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner  (Read 877805 times)
LeMiner
Member
**
Offline Offline

Activity: 139
Merit: 10


View Profile
June 05, 2014, 12:20:38 AM
 #101

use like this not pool-algorithm


  

       {
                "name" : "NiceHash_X13",
                "url" : "stratum+tcp://stratum.nicehash.com:4337",
                "user" : "1KYPapEzhxvpLwb6eZB1DBg9joq2hVsz55",
                "pass" : "123",
                  "algorithm" : "marucoin-mod"
        }

if this worked for you buy me a beer  Wink

1KYPapEzhxvpLwb6eZB1DBg9joq2hVsz55

beer send, thanks! Smiley
trogdorjw73
Hero Member
*****
Offline Offline

Activity: 482
Merit: 500


View Profile WWW
June 05, 2014, 12:27:29 AM
Last edit: June 05, 2014, 12:44:54 AM by trogdorjw73
 #102

Having a terrible time getting this to work with many of the pools, at least if I try to do more than one algorithm. Maybe someone can help me out? Here's my conf file for a system with 2x7950 GPUs:

Code:
{
"pools" : [
        {
                "name" : "NiceHash_Scrypt",
                "url" : "stratum+tcp://stratum.nicehash.com:4333",
                "user" : "19y5gGye7xj1zKS3vCuv6VdFuFQCzWKPBE",
                "pass" : "d=64",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "10",
                "pool-rawintensity" : "7168",
                "pool-thread-concurrency" : "8192",
                "pool-gpu-threads" : "1"
        },
        {
                "name" : "NiceHash_Scrypt-N",
                "url" : "stratum+tcp://stratum.nicehash.com:4335",
                "user" : "19y5gGye7xj1zKS3vCuv6VdFuFQCzWKPBE",
                "pass" : "d=32",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "11",
                "pool-rawintensity" : "7168",
                "pool-thread-concurrency" : "8192",
                "pool-gpu-threads" : "1"
        },
        {
                "name" : "NiceHash_X11",
                "url" : "stratum+tcp://stratum.nicehash.com:4336",
                "user" : "19y5gGye7xj1zKS3vCuv6VdFuFQCzWKPBE",
                "pass" : "d=0.004",
                "pool-algorithm" : "darkcoin-mod",
                "pool-nfactor" : "10",
                "pool-rawintensity" : "258048",
                "pool-thread-concurrency" : "8192",
                "pool-gpu-threads" : "1"
        },
        {
                "name" : "NiceHash_X13",
                "url" : "stratum+tcp://stratum.nicehash.com:4337",
                "user" : "19y5gGye7xj1zKS3vCuv6VdFuFQCzWKPBE",
                "pass" : "d=0.002",
                "pool-algorithm" : "marucoin-mod",
                "pool-nfactor" : "10",
                "pool-rawintensity" : "258048",
                "pool-thread-concurrency" : "8192",
                "pool-gpu-threads" : "1"
        },
        {
                "name" : "NiceHash_Keccak",
                "url" : "stratum+tcp://stratum.nicehash.com:4338",
                "user" : "19y5gGye7xj1zKS3vCuv6VdFuFQCzWKPBE",
                "pass" : "x",
                "pool-algorithm" : "maxcoin",
                "pool-nfactor" : "10",
                "pool-rawintensity" : "258048",
                "pool-thread-concurrency" : "8192",
                "pool-gpu-threads" : "1"
        },
        {
                "name" : "Drkpool",
                "url" : "stratum+tcp://drkpool.com:3333",
                "user" : "trogdorjw73.liteminer",
                "pass" : "x",
                "pool-algorithm" : "darkcoin-mod",
                "pool-nfactor" : "10",
                "pool-rawintensity" : "258048",
                "pool-thread-concurrency" : "8192",
                "pool-gpu-threads" : "1"
        }
],

"vectors" : "1",
"worksize" : "256",
"lookup-gap" : "2",

"gpu-engine" : "1000",
"gpu-fan" : "40-85",
"gpu-memclock" : "1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "1.067",

"temp-cutoff" : "99",
"temp-overheat" : "95",
"temp-target" : "85",

"auto-fan" : true,
"expiry" : "60",
"failover-only" : true,
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"log-dateformat" : "0",
"queue" : "1",
"scan-time" : "15",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}

I started the the sample conf file from Nicehash, and that didn't work well at all -- nonce errors, hw errors, sgminer exiting after 60 seconds, etc. Then I read through this thread and saw stuff about setting rawintensity instead of xintensity or intensity, so I tried that. I also tried using "algorithm" instead of "pool-algorithm" as another suggested. I also tried the 3xxx ports at Nicehash, and that didn't seem to work right either. Basically, none of the changes work. The current status is this:

If I start with the above config, I'll end up with a "ckolivasTahitiglg2tc22400nf10w256l4.bin" file. WTF? It's using the wrong kernel, ignoring pool-thread-concurrency, and it runs at intensity = 8 (the default if you don't set anything). Pretty much all of the pool-specific settings are completely ignored! If I add a generic intensity, algorithm, and thread-concurrency, that gets used instead, but of course that only works with one algorithm so it's of no use. Help?

Edit: Oh, and sgminer quits after 60 seconds right now. That seems to be my "scan-time" value, as changing that from 15 to 60 at least helped a bit. But scan-time isn't supposed to cause an exit from mining. Ugh....

Edit again: Nope, it's not "scan-time", but I still get 60 seconds before sgminer quits every single time I run it. Here's the error from the latest run I just tried:
Code:
C:\Downloads\SGminer-multi2>sgminer --auto-fan --failover-only -T
[17:41:51] Started sgminer 4.2.1
[17:41:51] Loaded configuration file sgminer.conf
[17:41:51] Initialising kernel ckolivas.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[17:41:51] Initialising kernel ckolivas.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[17:41:51] Probing for an alive pool
[17:41:52] Switching to Drkpool - first alive pool
[17:41:52] Network diff set to 4.06K
[17:41:52] Initialising kernel darkcoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[17:41:52] Initialising kernel darkcoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[17:41:53] NiceHash_X11 alive, testing stability
[17:41:53] Switching to NiceHash_X11
[17:41:53] Network diff set to 112
[17:41:53] New block detected on network before pool notification
[17:41:54] Accepted 36dfcc71 Diff 0.018/0.010 GPU 1 at NiceHash_X11
[17:41:54] Stratum from NiceHash_X11 requested work restart
[17:41:57] API running in local read access mode on port 4028 (30380)
[17:42:03] Accepted 2b303f06 Diff 0.023/0.010 GPU 1 at NiceHash_X11
[17:42:06] Accepted 045d341f Diff 0.229/0.010 GPU 0 at NiceHash_X11
[17:42:09] NiceHash_X11 extranonce change requested
[17:42:09] Network diff set to 1.25K
[17:42:09] Stratum from NiceHash_X11 detected new block
[17:42:10] Accepted 5cea28fd Diff 0.011/0.010 GPU 0 at NiceHash_X11
[17:42:14] Accepted 4fb1bd90 Diff 0.013/0.010 GPU 1 at NiceHash_X11
[17:42:15] Reconnect requested from NiceHash_X11 to stratum.nicehash.com:4336
[17:42:16] NiceHash_X11 difficulty changed to 0.010
[17:42:16] Stratum from NiceHash_X11 requested work restart
[17:42:25] Accepted 5aac5367 Diff 0.011/0.010 GPU 0 at NiceHash_X11
[17:42:42] Stratum from NiceHash_X11 requested work restart
[17:42:50] Accepted 45a922ce Diff 0.014/0.010 GPU 1 at NiceHash_X11
[17:42:52] thread was not cancelled in 60 seconds after restart_mining_threads

cryptofunk
Sr. Member
****
Offline Offline

Activity: 372
Merit: 250


View Profile
June 05, 2014, 12:33:17 AM
 #103

24 hours uptime, 1 SICK -> DEAD card on a R9 290X, same setting as before.

Whoever it was, mrbdo or whatever ---> WHAT IS YOUR PARTICULAR REASON for not wanting to extend the SICK timer?

Mine to extend it is to TEST STABILITY OVER A COURSE OF A FEW DAYS OF UPTIME

I'm having trouble tweaking it for my 290x, would you mind sharing your settings? 
lucid_ity
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 05, 2014, 12:45:05 AM
 #104

After extensive testing with this sgminer and reading through all of these posts, it appears it does NOT switch algorithms on the fly (at least with my config).  I'm sort of skeptical about those who are saying they have algorithm switching working with no problems.   Could you post your entire config for us?

I've tried using "pool-algorithm" and "algorithm" within each pool.  This seems to have no effect in actually switching the algorithm when the pool is selected.  This is obvious from all of the errors received right after switching.

"algorithm" in the main portion of the config makes sgminer use this algorithm for ALL pools.    If algorithm is not specified, ckolivas is used.
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 05, 2014, 02:42:58 AM
 #105

Okay, I have some results in,

Switching from kernels "marucoin-mod" or "darkcoin-mod" over to scrypt kernel "alexkarnew" WILL SHUT OFF ALL OF YOUR GPUs (not SICK, not DEAD, OFF status)

Anybody have insight into this?

Is the ADL GPU idle patch in here or not.
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 05, 2014, 02:45:54 AM
 #106

After extensive testing with this sgminer and reading through all of these posts, it appears it does NOT switch algorithms on the fly (at least with my config).  I'm sort of skeptical about those who are saying they have algorithm switching working with no problems.   Could you post your entire config for us?

I've tried using "pool-algorithm" and "algorithm" within each pool.  This seems to have no effect in actually switching the algorithm when the pool is selected.  This is obvious from all of the errors received right after switching.

"algorithm" in the main portion of the config makes sgminer use this algorithm for ALL pools.    If algorithm is not specified, ckolivas is used.


Code:
{
"pools" : [
    {
          "name" : "NiceHash_Scrypt_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4333",
          "user" : "--",
          "pass" : "d=512",
          "pool-nfactor" : "10",
          "pool-algorithm" : "alexkarold",
          "pool-gpu-engine" : "1030",
          "pool-thread-concurrency" : "32765",
  "pool-rawintensity" : "1802240",
  "pool-gpu-memclock" : "1500"
     },
     {
          "name" : "NiceHash_Scrypt-N_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4335",
          "user" : "--",
          "pass" : "d=512",
          "pool-nfactor" : "11",
          "pool-algorithm" : "zuikkis",
          "pool-gpu-engine" : "1030",
          "pool-thread-concurrency" : "24500",
  "pool-rawintensity" : "1802240",
  "pool-gpu-memclock" : "1500"
     },
     {
          "name" : "NiceHash_X11_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4336",
          "user" : "--",
          "pass" : "d=0.02",
          "pool-nfactor" : "10",
          "pool-algorithm" : "darkcoin-mod",
          "pool-gpu-engine" : "1050",
          "pool-thread-concurrency" : "14080",
  "pool-rawintensity" : "720896",
  "pool-gpu-memclock" : "1500"
     },
     {
          "name" : "NiceHash_X13_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4337",
          "user" : "--",
          "pass" : "d=0.02",
          "pool-nfactor" : "10",
          "pool-algorithm" : "marucoin-mod",
          "pool-gpu-engine" : "1050",
          "pool-thread-concurrency" : "14080",
  "pool-rawintensity" : "720896",
  "pool-gpu-memclock" : "1500"
     },
     {
          "name" : "NiceHash_Keccak_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4338",
          "user" : "--",
          "pass" : "d=512",
          "pool-nfactor" : "10",
          "pool-algorithm" : "maxcoin",
          "pool-gpu-engine" : "1050",
          "pool-thread-concurrency" : "8192",
  "pool-rawintensity" : "8192",
  "pool-gpu-memclock" : "1250"
     },
     {
          "name" : "NiceHash_Scrypt_backup",
          "url" : "stratum+tcp://stratum.nicehash.com:3333",
          "user" : "--",
          "pass" : "d=512",
          "pool-nfactor" : "10",
          "pool-algorithm" : "alexkarnew",
          "pool-gpu-engine" : "1030",
          "pool-thread-concurrency" : "32765",
  "pool-rawintensity" : "1802240",
  "pool-gpu-memclock" : "1500"
     }
],
"scrypt" : true,
"algorithm" : "marucoin-mod",
"failover-only" : true,
"rawintensity" : "720896",
"vectors" : "1",
"worksize" : "128",
"lookup-gap" : "2",
"shaders" : "2816",
"gpu-engine" : "1050",
"gpu-fan" : "70-100",
"gpu-memclock" : "1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "1.05",
"temp-cutoff" : "96",
"temp-overheat" : "94",
"temp-target" : "88",
"auto-fan" : true,
"api-port" : "4028",
"expiry" : "1",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "2",
"shares" : "0",
"no-restart" : true,
"failover-switch-delay" : "30",
"show-coindiff" : true
}

This config works switching from X11 to X13 to Keccak, but it BROKE when I tried 'alexkarnew' kernel for Scrypt.

This config above is with a kernel I am trying "alexkarold" your results may fuck your shit up too.

Above config has specs for 3x R9 290X
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 05, 2014, 02:46:26 AM
 #107

24 hours uptime, 1 SICK -> DEAD card on a R9 290X, same setting as before.

Whoever it was, mrbdo or whatever ---> WHAT IS YOUR PARTICULAR REASON for not wanting to extend the SICK timer?

Mine to extend it is to TEST STABILITY OVER A COURSE OF A FEW DAYS OF UPTIME

I'm having trouble tweaking it for my 290x, would you mind sharing your settings? 

See above post.
Elun
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
June 05, 2014, 02:56:24 AM
 #108

Here is my windows build with latest changes: https://www.dropbox.com/s/28e1tv9ho64eolc/sgminer_v5_0_05062014.zip
There is no ADL GPU idle patch, we tested it and driver drops clocks and gpu load automatically, if all pools dead/internet connection disabled. Let us know, if in your case gpu runs at full speed with all pools dead/internet connection disabled.
No sick time increase, check this comment: https://github.com/sgminer-dev/sgminer/pull/217#issuecomment-45047918
cryptofunk
Sr. Member
****
Offline Offline

Activity: 372
Merit: 250


View Profile
June 05, 2014, 03:02:20 AM
 #109

24 hours uptime, 1 SICK -> DEAD card on a R9 290X, same setting as before.

Whoever it was, mrbdo or whatever ---> WHAT IS YOUR PARTICULAR REASON for not wanting to extend the SICK timer?

Mine to extend it is to TEST STABILITY OVER A COURSE OF A FEW DAYS OF UPTIME

I'm having trouble tweaking it for my 290x, would you mind sharing your settings? 

See above post.

That gives me 2.8M on X13, we're far from 3.4M-ish.  What are you getting with those settings?
mannyg
Full Member
***
Offline Offline

Activity: 142
Merit: 101


View Profile
June 05, 2014, 03:15:43 AM
 #110

I keep having sgminer quit on me after 60 seconds.  Sometimes it accepts a share with 0.00 diff.  Just spent 4 hours testing and trying different settings and the 60 second quit kept happening. 
MysteryX
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
June 05, 2014, 03:33:30 AM
 #111

Tried for over an hour to get something decent going between the x11 and x13 pools but nothing seems to be working correctly. I'll just leave everything on x13 for now.

If somebody has a conf file that works correctly with 7970's i'd love to take a peek.
TheMathGuy
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
June 05, 2014, 04:21:53 AM
 #112

I finally managed to get it fully working on xubuntu 13.10 (multi with ALL algorithms). It took me about 7 hours of painful troubleshooting, but hey, it works.
lbr
Sr. Member
****
Offline Offline

Activity: 423
Merit: 254


View Profile
June 05, 2014, 04:27:39 AM
 #113

Tried for over an hour to get something decent going between the x11 and x13 pools but nothing seems to be working correctly. I'll just leave everything on x13 for now.

If somebody has a conf file that works correctly with 7970's i'd love to take a peek.

I keep having sgminer quit on me after 60 seconds.  Sometimes it accepts a share with 0.00 diff.  Just spent 4 hours testing and trying different settings and the 60 second quit kept happening.  

Issue
Quote
thread was not cancelled in 60 seconds after restart_mining_threads

Cause
sgminer.c
line 6224 - bool soft_restart = !work->pool->gpu_threads; - wtf??
line 6290 - quit(1, "thread was not cancelled in 60 seconds after restart_mining_threads"); - right...

Workaround
remove all "pool-gpu-threads" from the config and use global "gpu-threads".
this ofc sucks, but will do till the bug-fix.

p.s.
I do miss ckolivas ; (

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

Activity: 1848
Merit: 1018


View Profile WWW
June 05, 2014, 04:45:27 AM
 #114

Nice goal and project, but don't release it before it WORKS.

I haven't even tried it yet after reading all these threads,
but from my experience, you will NOT get cards to not be
sick, work at all, be dead, or hash at previous speeds once
you go in and out of Scrypt-N. Scrypt-N switching needs
a reboot if you switch algos.

Binance, hottest/largest alt exchange, 2BTC daily no verification. https://www.binance.com/?ref=13309371
NEED TO RENT A RIG? All algos at http://www.miningrigrentals.com/register?ref=627


  ✵ Super FAST block times      ✵ Block Explorer right in the wallet!     ✵ Stealth Addresses     ✵ PoW/PoS hybrid  
██
██
██
██
██
██
██
██
██
██
██
Ancient Money
for a New World
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
Join the conversation!
██
██
██
██
██
██
██
██
██
██
██

                 ▄████▄▄    ▄
██             ████████████▀
████▄         █████████████▀
▀████████▄▄   █████████████
▄▄█████████████████████████
██████████████████████████
  ▀██████████████████████
   █████████████████████
    ▀█████████████████▀
      ▄█████████████▀
▄▄███████████████▀
   ▀▀▀▀▀▀▀▀▀▀▀

TWITTER


platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 05, 2014, 05:12:35 AM
 #115

Here is my windows build with latest changes: https://www.dropbox.com/s/28e1tv9ho64eolc/sgminer_v5_0_05062014.zip
There is no ADL GPU idle patch, we tested it and driver drops clocks and gpu load automatically, if all pools dead/internet connection disabled. Let us know, if in your case gpu runs at full speed with all pools dead/internet connection disabled.
No sick time increase, check this comment: https://github.com/sgminer-dev/sgminer/pull/217#issuecomment-45047918

Elun this build crashes out immediately with HW errors even if you use the exact same .conf file from the previous build.

Something we're missing?
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 05, 2014, 05:13:30 AM
 #116

24 hours uptime, 1 SICK -> DEAD card on a R9 290X, same setting as before.

Whoever it was, mrbdo or whatever ---> WHAT IS YOUR PARTICULAR REASON for not wanting to extend the SICK timer?

Mine to extend it is to TEST STABILITY OVER A COURSE OF A FEW DAYS OF UPTIME

I'm having trouble tweaking it for my 290x, would you mind sharing your settings? 

See above post.

That gives me 2.8M on X13, we're far from 3.4M-ish.  What are you getting with those settings?

I get 3.4 steady, check and make sure you have an MSI AB, gpu-threads2 etc

Post back with your results please.
Elun
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
June 05, 2014, 05:14:16 AM
 #117

Here is my windows build with latest changes: https://www.dropbox.com/s/28e1tv9ho64eolc/sgminer_v5_0_05062014.zip
There is no ADL GPU idle patch, we tested it and driver drops clocks and gpu load automatically, if all pools dead/internet connection disabled. Let us know, if in your case gpu runs at full speed with all pools dead/internet connection disabled.
No sick time increase, check this comment: https://github.com/sgminer-dev/sgminer/pull/217#issuecomment-45047918

Elun this build crashes out immediately with HW errors even if you use the exact same .conf file from the previous build.

Something we're missing?

Wow, can i see your conf file?
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 05, 2014, 05:28:29 AM
 #118

Here's what happens when the miner SHUTS OFF YOUR FUCKING CARDS

Code:
[00:25:27] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:25:27] Algorithm alexkarold not found, using ckolivas.
[00:25:27] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:25:27] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:25:27] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:25:27] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:25:27] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:25:27] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:25:27] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:25:27] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:25:27] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:25:27] Started sgminer 4.2.1
[00:25:27] Loaded configuration file C:\sgminer_v5_0\sgminer-nicehash.conf
[00:25:28] Building binary marucoin-modHawaiiglg2tc14080nf10w128l4.bin
[00:25:45] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:25:45] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:25:45] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:25:45] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:25:45] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:25:45] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:25:45] Probing for an alive pool
[00:25:46] Switching to Marucoin suprnova - first alive pool
[00:25:46] Network diff set to 38
[00:25:46] NiceHash_Scrypt_backup alive, testing stability
[00:25:46] Switching to NiceHash_Scrypt_backup
[00:25:46] Network diff set to 467K
[00:25:46] New block detected on network before pool notification
[00:25:47] Building binary alexkarnewHawaiiglg2tc32765nf10w128l4.bin
[00:25:49] Switching mrr x13 platinum4.2 to stratum+tcp://us-east01.miningrigrentals.com:50100
[00:25:52] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:25:52] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:25:52] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:25:52] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:25:52] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:25:52] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:25:54] Error -4: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[00:25:54] GPU 2 failure, disabling!
[00:25:54] Error -4: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[00:25:54] GPU 1 failure, disabling!
[00:25:54] NiceHash_Scrypt_backup stale share detected, submitting as user requested
[00:25:54] Error -4: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[00:25:54] GPU 0 failure, disabling!
[00:25:54] Accepted 22acd7aa Diff 1.89K/512 GPU 1 at NiceHash_Scrypt_backup
[00:25:54] Stratum from NiceHash_Scrypt_backup requested work restart
[00:26:02] Network diff set to 394
[00:26:02] Stratum from tmb x13 multiport west detected new block
[00:26:02] Stratum from tmb x13 multiport eu1 detected new block
^C

My question is, how did it accept the 1 share at the Scrypt?

It's obvious this thing fucks up really bad when it tries to flip to it.
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 05, 2014, 05:32:20 AM
 #119

Here goes another.

Something wrong on the Nicehash side or what?

Code:
[00:30:49] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:30:49] Algorithm alexkarold not found, using ckolivas.
[00:30:49] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:30:49] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:30:49] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:30:49] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:30:49] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:30:49] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:30:49] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:30:49] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:30:49] Specifying pool name by --poolname is deprecated. Use --name instead.
[00:30:49] Started sgminer 4.2.1
[00:30:49] Loaded configuration file C:\sgminer_v5_0\sgminer-nicehash.conf
[00:30:49] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:30:49] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:30:49] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:30:50] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:30:50] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:30:50] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:30:50] Probing for an alive pool
[00:30:51] Switching to NiceHash_Scrypt_backup - first alive pool
[00:30:52] Network diff set to 1.36M
[00:30:52] NiceHash_X11_multi alive, testing stability
[00:30:52] Switching to NiceHash_X11_multi
[00:30:52] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:30:52] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:30:52] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:30:52] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:30:52] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:30:52] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:30:52] Switching mrr x13 platinum4.2 to stratum+tcp://us-east01.miningrigrentals.com:50100
[00:30:53] Reconnect requested from NiceHash_X11_multi to stratum.nicehash.com:4336
[00:30:54] NiceHash_X11_multi difficulty changed to 0.020
[00:30:54] Error -4: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[00:30:54] Error -4: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[00:30:54] Error -4: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[00:30:54] GPU 0 failure, disabling!
[00:30:54] GPU 2 failure, disabling!
[00:30:54] GPU 1 failure, disabling!
[00:31:00] Network diff set to 471
[00:31:00] New block detected on network before pool notification
[00:31:00] Stratum from NiceHash_X11_multi requested work restart
[00:31:05] Network diff set to 498
[00:31:05] Stratum from NiceHash_X11_multi detected new block
^C

Anybody know what THIS IS, and how to get rid of it?

Code:
[00:30:54] Error -4: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[00:30:54] Error -4: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[00:30:54] Error -4: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)

It's pretty clear we can get this flip-flop between X11/X13/[maybe] Keccak - but when flip to Scrypt----> NOPE!
dhsc19
Member
**
Offline Offline

Activity: 96
Merit: 10


View Profile
June 05, 2014, 05:33:54 AM
Last edit: June 05, 2014, 06:00:00 AM by dhsc19
 #120

This is working ok for me except for keccak. When mining keccak, I'm getting a lot of stale shares and job not found.  Roughly 20% reject rate for keccak.  Still submits accepted shares, but tons of stale and not found.  The rest (scrypt, scrypt-n, x11, and x13) are working great.  No problems with Nicehash algo-switching for the last 24 hours using it.  Running on Ubuntu 12.04, compiled myself from source.  I'm using an ASUS 280x.

Average hashrates:
scrypt - 771kh/s
scrypt-n - 355kh/s
x11 - 2.650Mh/s
x13 - 2.750Mh/s
keccak - 355Mh/s w/ ~20% reject rate

My FULL config:
Code:
{
"pools" : [
        {
                "poolname" : "NiceHash-Scrypt",
                "url" : "stratum+tcp://stratum.nicehash.com:4333",
                "user" : "BTCaddress",
                "pass" : "d=64",
                "pool-thread-concurrency" : "8192",
                "pool-algorithm" : "zuikkis",
                "pool-intensity" : "13",
                "pool-gpu-engine" : "1100",
                "pool-gpu-memclock" : "1500"
        },
        {
                "poolname" : "NiceHash-Scrypt-N",
                "url" : "stratum+tcp://stratum.nicehash.com:4335",
                "user" : "BTCaddress",
                "pass" : "d=64",
                "pool-thread-concurrency" : "8192",
                "pool-nfactor" : "11",
                "pool-algorithm" : "zuikkis",
                "pool-intensity" : "13",
                "pool-gpu-engine" : "1080",
                "pool-gpu-memclock" : "1500"
        },
        {
                "poolname" : "NiceHash-X11",
                "url" : "stratum+tcp://stratum.nicehash.com:4336",
                "user" : "BTCaddress",
                "pass" : "d=0.008",
                "pool-thread-concurrency" : "8192",
                "pool-algorithm" : "darkcoin-mod",
                "pool-intensity" : "13",
                "pool-gpu-engine" : "1150",
                "pool-gpu-memclock" : "1500"
        },
        {
                "poolname" : "NiceHash-X13",
                "url" : "stratum+tcp://stratum.nicehash.com:4337",
                "user" : "BTCaddress",
                "pass" : "d=0.008",
                "pool-thread-concurrency" : "262144",
                "pool-algorithm" : "marucoin-mod",
                "pool-intensity" : "18",
                "pool-gpu-engine" : "1150",
                "pool-gpu-memclock" : "1500"
        },
        {
                "poolname" : "NiceHash-Keccak",
                "url" : "stratum+tcp://stratum.nicehash.com:4338",
                "user" : "BTCaddress",
                "pass" : "d=64",
                "pool-thread-concurrency" : "16384",
                "pool-algorithm" : "maxcoin",
                "pool-intensity" : "14",
                "pool-gpu-engine" : "1150",
                "pool-gpu-memclock" : "1500"
        },
        {
                "poolname" : "TradeMyBit",
                "url" : "stratum+tcp://east01.us.trademybit.com:4440",
                "user" : "worker",
                "pass" : "1234",
                "pool-thread-concurrency" : "8192",
                "pool-algorithm" : "darkcoin-mod",
                "pool-intensity" : "13",
                "pool-gpu-engine" : "1150",
                "pool-gpu-memclock" : "1500"
        }
]
,
"xintensity" : "0",
"rawintensity" : "0",
"worksize" : "256",
"lookup-gap" : "2",
"shaders" : "0",
"gpu-threads" : "2",
"gpu-fan" : "30-85",
"gpu-memdiff" : "0",
"gpu-powertune" : "-20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "90",
"temp-overheat" : "85",
"temp-target" : "72",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-network" : true,
"api-port" : "4028",
"api-allow" : "W:127.0.0.1",
"auto-fan" : true,
"auto-gpu" : false,
"expiry" : "1",
"failover-switch-delay" : "30",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : false,
"queue" : "1",
"scan-time" : "1",
"temp-hysteresis" : "3",
"shares" : "0",
"failover-only" : true,
"kernel-path" : "/home/user/Downloads/sgminer-5_0/kernel"
}
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 ... 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!