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

Activity: 547
Merit: 250



View Profile
June 05, 2014, 05:40:13 AM
 #121

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?

Sure thing, I have this one currently working on the machine that will SHUT OFF CARDS when flipping to Scrypt.  This is NOT in the new 6/5/14 build, as I couldn't get it to go past initializing...  Let me see if it will build with an X13 base in the bottom part of the conf.

Code:
{
"pools" : [
{
"name" : "br x13 platinum4.3",
"url" : "stratum+tcp://r6215.g52.rigs.eu.betarigs.com:9046",
"user" : "--",
"pass" : "x",
"pool-nfactor" : "10",
        "pool-algorithm" : "marucoin-mod",
        "pool-gpu-engine" : "1050",
        "pool-thread-concurrency" : "14080",
"pool-rawintensity" : "720896"
},
    {
          "name" : "NiceHash_Scrypt_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4333",
          "user" : "--",
          "pass" : "d=512",
          "pool-nfactor" : "10",
          "pool-algorithm" : "alexkarold",
          "pool-thread-concurrency" : "32765",
  "pool-rawintensity" : "1802240"
     },
     {
          "name" : "NiceHash_Scrypt-N_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4335",
          "user" : "--",
          "pass" : "d=512",
          "pool-nfactor" : "11",
          "pool-algorithm" : "zuikkis",
          "pool-thread-concurrency" : "24500",
  "pool-rawintensity" : "1802240"
     },
     {
          "name" : "NiceHash_X11_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4336",
          "user" : "--",
          "pass" : "d=0.02",
          "pool-nfactor" : "10",
          "pool-algorithm" : "darkcoin-mod",
          "pool-thread-concurrency" : "14080",
  "pool-rawintensity" : "720896"
     },
     {
          "name" : "NiceHash_X13_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4337",
          "user" : "--",
          "pass" : "d=0.02",
          "pool-nfactor" : "10",
          "pool-algorithm" : "marucoin-mod",
          "pool-thread-concurrency" : "14080",
  "pool-rawintensity" : "720896"
     },
     {
          "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"
     },
     {
          "name" : "NiceHash_Scrypt_backup",
          "url" : "stratum+tcp://stratum.nicehash.com:3333",
          "user" : "--",
          "pass" : "d=512",
          "pool-nfactor" : "10",
          "pool-algorithm" : "alexkarnew",
          "pool-thread-concurrency" : "32765",
  "pool-rawintensity" : "1802240"
     }
],
"scrypt" : true,
"algorithm" : "marucoin-mod",
"failover-only" : true,
"rawintensity" : "720896",
"vectors" : "1",
"worksize" : "128",
"lookup-gap" : "2",
"shaders" : "2816",
"gpu-engine" : "1050,1050,1040",
"gpu-fan" : "70-100",
"gpu-memclock" : "1500,1500,1300",
"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
}
1714823387
Hero Member
*
Offline Offline

Posts: 1714823387

View Profile Personal Message (Offline)

Ignore
1714823387
Reply with quote  #2

1714823387
Report to moderator
1714823387
Hero Member
*
Offline Offline

Posts: 1714823387

View Profile Personal Message (Offline)

Ignore
1714823387
Reply with quote  #2

1714823387
Report to moderator
1714823387
Hero Member
*
Offline Offline

Posts: 1714823387

View Profile Personal Message (Offline)

Ignore
1714823387
Reply with quote  #2

1714823387
Report to moderator
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714823387
Hero Member
*
Offline Offline

Posts: 1714823387

View Profile Personal Message (Offline)

Ignore
1714823387
Reply with quote  #2

1714823387
Report to moderator
1714823387
Hero Member
*
Offline Offline

Posts: 1714823387

View Profile Personal Message (Offline)

Ignore
1714823387
Reply with quote  #2

1714823387
Report to moderator
1714823387
Hero Member
*
Offline Offline

Posts: 1714823387

View Profile Personal Message (Offline)

Ignore
1714823387
Reply with quote  #2

1714823387
Report to moderator
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 05, 2014, 05:44:25 AM
 #122

Fuck, maybe this is what's going on.

Code:
[00:34:35] Algorithm alexkarold not found, using ckolivas.
[00:34:35] Started sgminer 4.2.1
[00:34:35] Loaded configuration file C:\sgminer_v5_0\sgminer-nicehash.conf

Elun, mrbdo, the best scrypt kernel file for R9 290X cards is this one found in the cgminer 3.7.3 is this file "scrypt130511_alexey.cl"

Can we get this kernel file built in?  I'm going to try and dry drop it in right now.

However, it can find alexkarnew... but here is what happens...

Code:
[00:40:29] Switching to NiceHash_Scrypt_backup
[00:40:29] Rejected untracked stratum share from NiceHash_X11_multi
[00:40:29] Stratum connection to NiceHash_X11_multi interrupted
[00:40:30] NiceHash_Scrypt_backup difficulty changed to 512
[00:40:31] NiceHash_X13_multi alive, testing stability
[00:40:33] NiceHash_Scrypt_backup extranonce change requested
[00:40:33] Network diff set to 597M
[00:40:33] Stratum from NiceHash_Scrypt_backup detected new block
[00:40:33] Network diff set to 717K
[00:40:33] Stratum from NiceHash_Scrypt_backup detected new block
[00:40:35] Network diff set to 816
[00:40:35] Stratum from mrr x13 platinum4.2 detected new block
[00:40:36] Network diff set to 799
[00:40:36] Stratum from NiceHash_X13_multi detected new block
[00:40:38] Waiting for work to be available from pools.
[00:40:38] Work available from pools, resuming.
[00:40:39] Building binary alexkarnewHawaiiglg2tc32765nf10w128l4.bin
[00:40:43] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:40:43] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:40:43] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:40:43] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:40:43] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:40:43] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:40:43] Error -4: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[00:40:43] Error -4: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[00:40:43] Error -4: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[00:40:43] GPU 2 failure, disabling!
[00:40:43] GPU 1 failure, disabling!
[00:40:43] GPU 0 failure, disabling!
[00:40:45] Thread 1 being disabled
[00:40:45] NiceHash_Scrypt_backup stale share detected, submitting as user requested
[00:40:45] Accepted 69f6d357 Diff 618/512 GPU 2 at NiceHash_Scrypt_backup
[00:40:54] Network diff set to 467K
[00:40:54] Stratum from NiceHash_Scrypt_backup detected new block
[00:40:55] Stratum from NiceHash_Scrypt_backup detected new block
[00:41:07] Stratum from NiceHash_Scrypt_backup detected new block
[00:41:27] Stratum from NiceHash_Scrypt_backup detected new block
[00:41:48] NiceHash_X13_multi stable for 30 seconds
[00:41:48] Switching to NiceHash_X13_multi
[00:42:12] Network diff set to 801
[00:42:12] Stratum from NiceHash_X13_multi detected new block
[00:42:15] Network diff set to 467K
[00:42:15] Stratum from NiceHash_Scrypt_backup detected new block
[00:42:37] Network diff set to 822
[00:42:37] Stratum from NiceHash_X13_multi detected new block
[00:42:59] NiceHash_X13_multi extranonce change requested
[00:42:59] NiceHash_X13_multi difficulty changed to 0.020
[00:42:59] Stratum from NiceHash_X13_multi requested work restart
[00:43:14] Network diff set to 854
[00:43:14] Stratum from NiceHash_X13_multi detected new block
[00:43:28] Network diff set to 869
[00:43:28] Stratum from NiceHash_X13_multi detected new block
[00:43:41] Network diff set to 921
[00:43:41] Stratum from NiceHash_X13_multi detected new block
[00:43:47] Network diff set to 972
[00:43:47] Stratum from NiceHash_X13_multi detected new block
[00:44:04] Network diff set to 1.03K
TheMathGuy
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
June 05, 2014, 05:49:13 AM
 #123

Fuck, maybe this is what's going on.

Code:
[00:34:35] Algorithm alexkarold not found, using ckolivas.
[00:34:35] Started sgminer 4.2.1
[00:34:35] Loaded configuration file C:\sgminer_v5_0\sgminer-nicehash.conf

Elun, mrbdo, the best scrypt kernel file for R9 290X cards is this one found in the cgminer 3.7.3 is this file "scrypt130511_alexey.cl"

Can we get this kernel file built in?  I'm going to try and dry drop it in right now.

However, it can find alexkarnew... but here is what happens...

Code:
[00:40:29] Switching to NiceHash_Scrypt_backup
[00:40:29] Rejected untracked stratum share from NiceHash_X11_multi
[00:40:29] Stratum connection to NiceHash_X11_multi interrupted
[00:40:30] NiceHash_Scrypt_backup difficulty changed to 512
[00:40:31] NiceHash_X13_multi alive, testing stability
[00:40:33] NiceHash_Scrypt_backup extranonce change requested
[00:40:33] Network diff set to 597M
[00:40:33] Stratum from NiceHash_Scrypt_backup detected new block
[00:40:33] Network diff set to 717K
[00:40:33] Stratum from NiceHash_Scrypt_backup detected new block
[00:40:35] Network diff set to 816
[00:40:35] Stratum from mrr x13 platinum4.2 detected new block
[00:40:36] Network diff set to 799
[00:40:36] Stratum from NiceHash_X13_multi detected new block
[00:40:38] Waiting for work to be available from pools.
[00:40:38] Work available from pools, resuming.
[00:40:39] Building binary alexkarnewHawaiiglg2tc32765nf10w128l4.bin
[00:40:43] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:40:43] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:40:43] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:40:43] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:40:43] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:40:43] Initialising kernel alexkarnew.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[00:40:43] Error -4: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[00:40:43] Error -4: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[00:40:43] Error -4: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[00:40:43] GPU 2 failure, disabling!
[00:40:43] GPU 1 failure, disabling!
[00:40:43] GPU 0 failure, disabling!
[00:40:45] Thread 1 being disabled
[00:40:45] NiceHash_Scrypt_backup stale share detected, submitting as user requested
[00:40:45] Accepted 69f6d357 Diff 618/512 GPU 2 at NiceHash_Scrypt_backup
[00:40:54] Network diff set to 467K
[00:40:54] Stratum from NiceHash_Scrypt_backup detected new block
[00:40:55] Stratum from NiceHash_Scrypt_backup detected new block
[00:41:07] Stratum from NiceHash_Scrypt_backup detected new block
[00:41:27] Stratum from NiceHash_Scrypt_backup detected new block
[00:41:48] NiceHash_X13_multi stable for 30 seconds
[00:41:48] Switching to NiceHash_X13_multi
[00:42:12] Network diff set to 801
[00:42:12] Stratum from NiceHash_X13_multi detected new block
[00:42:15] Network diff set to 467K
[00:42:15] Stratum from NiceHash_Scrypt_backup detected new block
[00:42:37] Network diff set to 822
[00:42:37] Stratum from NiceHash_X13_multi detected new block
[00:42:59] NiceHash_X13_multi extranonce change requested
[00:42:59] NiceHash_X13_multi difficulty changed to 0.020
[00:42:59] Stratum from NiceHash_X13_multi requested work restart
[00:43:14] Network diff set to 854
[00:43:14] Stratum from NiceHash_X13_multi detected new block
[00:43:28] Network diff set to 869
[00:43:28] Stratum from NiceHash_X13_multi detected new block
[00:43:41] Network diff set to 921
[00:43:41] Stratum from NiceHash_X13_multi detected new block
[00:43:47] Network diff set to 972
[00:43:47] Stratum from NiceHash_X13_multi detected new block
[00:44:04] Network diff set to 1.03K

"Error -4: Enqueueing kernel onto command queue" indicates that your system is running out of memory. Either lower your TC or add more RAM.
fitcoin
Member
**
Offline Offline

Activity: 70
Merit: 10

Fitcoin (Freedom Though Fitness)


View Profile WWW
June 05, 2014, 05:58:21 AM
 #124

That's just a way too difficult to setup Sad

Fitcoins.net
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 05, 2014, 06:08:01 AM
Last edit: June 05, 2014, 06:52:18 AM by platinum4
 #125

So far, this particular miner is useful for going between X11/X13 since those have the same hardcoded thread concurrencies.

I fucking had a really good idea that flipping TCs amongst algos was a terrible idea in the same instance.

Edit: Confirmed if you strip out the multiports for scrypt, scrypt-N, and scrypt-backup then it doesn't shit all over the cards, so currently right now what we have is a pretty well-working X11/X13 kernel-switching combo-miner.

Edit2: Which is cool for the summer right now since, electricity, heat, blah blah blah.  Can we get anybody with results for all 4 algos in the same mining instance, and can we see the log file where we get to watch it switching algos?

Edit3: Also, seem to notice in the latest build that there is a SLIGHT performance drop in the X13 hashing from about 3.4 -> 3.2; can't identify why.  I'm going to go back and see if the uptime counter is causing a performance hit.

Edit4: It seems to be caused by Nicehash getting stratum work restarts...
Dophoeve
Full Member
***
Offline Offline

Activity: 182
Merit: 100

To the MOOOON


View Profile WWW
June 05, 2014, 06:57:05 AM
 #126

For anyone having problems that sgminer stops directly on startup: delete "gpu-platform" : "0" out the config file, helped me

Been mining multi algo 1/2 day now, no problems. Am mining with r9 280x's with following config:

{
"pools" : [
     {
          "name" : "NiceHash_Scrypt_multi!",
          "url" : "stratum+tcp://stratum.nicehash.com:4333",
          "user" : "1HqMYK7EmYGxgLLvSHA5S44dwtDJSnPRst",
          "pass" : "d=1024",
          "pool-nfactor" : "10",
          "pool-algorithm" : "zuikkis",
          "pool-gpu-engine" : "1000",
          "pool-thread-concurrency" : "8192"
     },
     {
          "name" : "NiceHash_Scrypt-N_multi!",
          "url" : "stratum+tcp://stratum.nicehash.com:4335",
          "user" : "1HqMYK7EmYGxgLLvSHA5S44dwtDJSnPRst",
          "pass" : "d=1024",
          "pool-nfactor" : "11",
          "pool-algorithm" : "zuikkis",
          "pool-gpu-engine" : "1000",
     "pool-intensity" : "13",
     "pool-gpu-memclock" : "1500",
     "pool-g" : "2",
     "pool-lookup-gap" : "2",
          "pool-thread-concurrency" : "8192"
     },
     {
          "name" : "NiceHash_X11_multi!",
          "url" : "stratum+tcp://stratum.nicehash.com:4336",
          "user" : "1HqMYK7EmYGxgLLvSHA5S44dwtDJSnPRst",
          "pass" : "d=0.08",
          "pool-nfactor" : "10",
          "pool-algorithm" : "darkcoin-mod",
          "pool-gpu-engine" : "1100",
          "pool-thread-concurrency" : "8192"
     },
     {
          "name" : "NiceHash_X13_multi!",
          "url" : "stratum+tcp://stratum.nicehash.com:4337",
          "user" : "1HqMYK7EmYGxgLLvSHA5S44dwtDJSnPRst",
          "pass" : "d=0.08",
          "pool-nfactor" : "10",
          "pool-algorithm" : "marucoin-mod",
          "pool-gpu-engine" : "1100",
     "pool-worksize" : "128",
     "pool-intensity" : "18",
     "pool-g" : "4",
          "pool-thread-concurrency" : "8192"
     },
     {
          "name" : "NiceHash_Keccak_multi!",
          "url" : "stratum+tcp://stratum.nicehash.com:4338",
          "user" : "1HqMYK7EmYGxgLLvSHA5S44dwtDJSnPRst",
          "pass" : "d=1024",
          "pool-nfactor" : "10",
          "pool-algorithm" : "maxcoin",
          "pool-gpu-engine" : "1100",
     "pool-intensity" : "6",
     "pool-gpu-memclock" : "750",
     "pool-gpu-threads" : "1",
          "pool-thread-concurrency" : "8192"
     },
     {
          "name" : "NiceHash_Scrypt_Backup!",
          "url" : "stratum+tcp://stratum.nicehash.com:4333",
          "user" : "1HqMYK7EmYGxgLLvSHA5S44dwtDJSnPRst",
          "pass" : "d=1024",
          "pool-nfactor" : "10",
          "pool-algorithm" : "zuikkis",
          "pool-gpu-engine" : "1000",
          "pool-thread-concurrency" : "8192"
     },
     {
          "name" : "some third-party scrypt backup pool",
          "url" : "stratum+tcp://am01.eu.trademybit.com:5550",
          "user" : "dophoeve.1",
          "pass" : "x",
          "pool-nfactor" : "10",
          "pool-algorithm" : "marucoin-mod",
          "pool-gpu-engine" : "1100",
          "pool-thread-concurrency" : "8192"
     }
]
,
"intensity" : "13",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "2048",
"gpu-threads" : "2",
"gpu-engine" : "1070",
"gpu-fan" : "100",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"gpu-vddc" : "1.162",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "10",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"no-client-reconnect" : true,
"failover-only" : true,
"failover-switch-delay" : "30",
"api-allow" : "W:127.0.0.1/24",
"api-listen" : true
}

Hope this helps someone!!

platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 05, 2014, 07:01:43 AM
 #127

ONCE AGAIN this another .conf file with ALL THE THREAD CONCURRENCIES AT THE LOWEST POSSIBLE VALUE OF 8192,

-- and there's no mixture of TC's, mixing worksizes, or mixing intensities...  Why mine scrypt if it's on the absolute shittiest possible settings for hashrate?
Dophoeve
Full Member
***
Offline Offline

Activity: 182
Merit: 100

To the MOOOON


View Profile WWW
June 05, 2014, 07:04:54 AM
 #128

ONCE AGAIN this another .conf file with ALL THE THREAD CONCURRENCIES AT THE LOWEST POSSIBLE VALUE OF 8192,

-- and there's no mixture of TC's, mixing worksizes, or mixing intensities...  Why mine scrypt if it's on the absolute shittiest possible settings for hashrate?

Like I said, these settings work for me. I tried all the possible algorithms separately with the file and got maximum out of scrypt / nscrypt. X11&X13 also at good rate, without the mods.

PS if you look at the conf you see mixing worksizes..

TheMathGuy
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
June 05, 2014, 07:06:52 AM
 #129

ONCE AGAIN this another .conf file with ALL THE THREAD CONCURRENCIES AT THE LOWEST POSSIBLE VALUE OF 8192,

-- and there's no mixture of TC's, mixing worksizes, or mixing intensities...  Why mine scrypt if it's on the absolute shittiest possible settings for hashrate?

Uhhmmm.... 8192 is the BEST TC value for the 280x, read his post better please.
Dophoeve
Full Member
***
Offline Offline

Activity: 182
Merit: 100

To the MOOOON


View Profile WWW
June 05, 2014, 07:08:08 AM
 #130

ONCE AGAIN this another .conf file with ALL THE THREAD CONCURRENCIES AT THE LOWEST POSSIBLE VALUE OF 8192,

-- and there's no mixture of TC's, mixing worksizes, or mixing intensities...  Why mine scrypt if it's on the absolute shittiest possible settings for hashrate?

Uhhmmm.... 8192 is the BEST TC value for the 280x, read his post better please.

 Roll Eyes Roll Eyes Roll Eyes

platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 05, 2014, 07:33:11 AM
 #131

ONCE AGAIN this another .conf file with ALL THE THREAD CONCURRENCIES AT THE LOWEST POSSIBLE VALUE OF 8192,

-- and there's no mixture of TC's, mixing worksizes, or mixing intensities...  Why mine scrypt if it's on the absolute shittiest possible settings for hashrate?

Uhhmmm.... 8192 is the BEST TC value for the 280x, read his post better please.

 Roll Eyes Roll Eyes Roll Eyes

Excessively cool story bro and I'm glad you've found your sweet spot, now that the Tahitis are solved, does anybody having a working .conf for all 4 algos on the Hawaii (290/290X) chipsets?
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
June 05, 2014, 07:33:40 AM
 #132

ONCE AGAIN this another .conf file with ALL THE THREAD CONCURRENCIES AT THE LOWEST POSSIBLE VALUE OF 8192,

-- and there's no mixture of TC's, mixing worksizes, or mixing intensities...  Why mine scrypt if it's on the absolute shittiest possible settings for hashrate?

Uhhmmm.... 8192 is the BEST TC value for the 280x, read his post better please.

TD is useless for x11/x13, only for scrypt, but we know scrypt is dead for gpu, so...
Dophoeve
Full Member
***
Offline Offline

Activity: 182
Merit: 100

To the MOOOON


View Profile WWW
June 05, 2014, 07:41:38 AM
 #133

ONCE AGAIN this another .conf file with ALL THE THREAD CONCURRENCIES AT THE LOWEST POSSIBLE VALUE OF 8192,

-- and there's no mixture of TC's, mixing worksizes, or mixing intensities...  Why mine scrypt if it's on the absolute shittiest possible settings for hashrate?

Uhhmmm.... 8192 is the BEST TC value for the 280x, read his post better please.

 Roll Eyes Roll Eyes Roll Eyes

Excessively cool story bro and I'm glad you've found your sweet spot, now that the Tahitis are solved, does anybody having a working .conf for all 4 algos on the Hawaii (290/290X) chipsets?

Go and try figure some conf's out yourself and don't shoot shit arguments at people who try to help.

alphateam
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 531


View Profile
June 05, 2014, 08:16:01 AM
 #134

Same hashrate then sph-miner for X11 and X13 with this one?
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
June 05, 2014, 08:19:52 AM
 #135

thread concurrency, vectors and lookup gap only make a difference for scrypt or sha256.
if you see different hashrates when you change them, try recompiling without changing them and you'll see different hashrates as well ;-)

reza_abay
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
June 05, 2014, 10:04:48 AM
 #136

i have two card 6990 and 290  but i cant two kernel in cofig file
example "pool-algorithm" : "marucoin-modold,marucoin-mod"
frist for 6990 and second for 290 but i get hw error please help for fixing this problem Kiss
i work with sgminer_x11x13mod_03_06_2014 good and no hw error with 2 kernel in cofig file (x13modold,x13mod) but with new sgminer multi algoritm dont work.
Blago
Sr. Member
****
Offline Offline

Activity: 416
Merit: 250



View Profile
June 05, 2014, 10:44:41 AM
Last edit: June 07, 2014, 06:12:34 PM by Blago
 #137

I'm compare hashrate sgminer by lasybear  (x13mod)  https://github.com/lasybear/sph-sgminer_x11mod
and sgminer V5_0 (marucoin-mod)  https://github.com/sgminer-dev/sgminer/tree/v5_0
at the same config, (except "algorithm" : "marucoin-mod")
all miners i compile 7 hrs ago.

lasybear's sgminer maximum perfomance @:  
device 0 280x - gpu-threads = 4
device 1 7870 - gpu-threads = 4
device 2 7850 - gpu-threads = 2


TABLE:

lasybear
V5_0
V5_0
V5_0
gpu-threads=4    gpu-threads=2    gpu-threads=1
280x   2.828 Mh/s     2.824 Mh/s     2.834 Mh/s     -
7870 1.772 Mh/s 1.027 Mh/s 1.772 Mh/s -
7850 1.404 Mh/s - 0.656 Mh/s 1.257 Mh/s

Code:
"kernel-path" : "/usr/local/bin",
"algorithm" : "marucoin-mod",

"vector" : "1",
"intensity" : "18,18,17,15",
"worksize" : "128,128,128,128",
"lookup-gap" : "2,2,2,2",
"gpu-threads" : "4,2,1,1",
"shaders" : "2048,1280,1024,400",
"thread-concurrency" : "10240,6400,5120,1920",
"gpu-engine" : "1070-1190,1100-1200,860-1150,980",
"gpu-memclock" : "1500,1200,1200,950",
"gpu-powertune" : "20,20,20,20",
"gpu-vddc" : "0.000,0.000,0.000,0.000",
"gpu-dyninterval" : "10",
"auto-fan" : true,
"auto-gpu" : true,
"gpu-fan" : "70-100,70-100,70-100,70-100",
"temp-cutoff" : "95,95,95,95",
"temp-overheat" : "90,90,90,90",
"temp-target" : "73,73,73,73",
"temp-hysteresis" : "3",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-network" : true,
"api-port" : "4028",
"failover-switch-delay" : "30",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : true,
"tcp-keepalive" : "30",
"worktime" : true,
"shares" : "0",
"queue" : "3",
"expiry" : "60",
"scan-time" : "60",
"show-coindiff" : true,
"gpu-platform" : "0",
"device" : "0,1,2"


Relax, I’m russian!...
BURST-B2LU-SGCZ-NYVS-HZEPK
Dophoeve
Full Member
***
Offline Offline

Activity: 182
Merit: 100

To the MOOOON


View Profile WWW
June 05, 2014, 11:08:19 AM
 #138


I'm compare hashrate sgminer by lasybear  (x13mod)  https://github.com/lasybear/sph-sgminer_x11mod
and sgminer V5_0 (marucoin-mod)  https://github.com/sgminer-dev/sgminer/tree/v5_0
at the same config, (except "algorithm" : "marucoin-mod")
all miners i compile 7 hrs ago.

lasybear's sgminer maximum perfomance @:  
280x - gpu-threads = 4
7870 - gpu-threads = 4
7850 - gpu-threads = 2


TABLE:

lasybear
V5_0
V5_0
V5_0
gpu-threads=4    gpu-threads=2    gpu-threads=1
280x   2.828 Mh/s     2.824 Mh/s     - -
7870 1.772 Mh/s 1.027 Mh/s 1.772 Mh/s -
7850 1.404 Mh/s - 0.656 Mh/s 1.257 Mh/s

Code:
"kernel-path" : "/usr/local/bin",
"algorithm" : "marucoin-mod",

"vector" : "1",
"intensity" : "18,18,17,15",
"worksize" : "128,128,128,128",
"lookup-gap" : "2,2,2,2",
"gpu-threads" : "4,2,1,1",
"shaders" : "2048,1280,1024,400",
"thread-concurrency" : "10240,6400,5120,1920",
"gpu-engine" : "1070-1190,1100-1200,860-1150,980",
"gpu-memclock" : "1500,1200,1200,950",
"gpu-powertune" : "20,20,20,20",
"gpu-vddc" : "0.000,0.000,0.000,0.000",
"gpu-dyninterval" : "10",
"auto-fan" : true,
"auto-gpu" : true,
"gpu-fan" : "70-100,70-100,70-100,70-100",
"temp-cutoff" : "95,95,95,95",
"temp-overheat" : "90,90,90,90",
"temp-target" : "73,73,73,73",
"temp-hysteresis" : "3",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-network" : true,
"api-port" : "4028",
"failover-switch-delay" : "30",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : true,
"tcp-keepalive" : "30",
"worktime" : true,
"shares" : "0",
"queue" : "3",
"expiry" : "60",
"scan-time" : "60",
"show-coindiff" : true,
"gpu-platform" : "0",
"device" : "0,1,2"


Device 0 is 280x?

Blago
Sr. Member
****
Offline Offline

Activity: 416
Merit: 250



View Profile
June 05, 2014, 11:13:20 AM
 #139



Device 0 is 280x?
Yes,
0 = 280x
1 = 7870
2 = 7850

Relax, I’m russian!...
BURST-B2LU-SGCZ-NYVS-HZEPK
Dophoeve
Full Member
***
Offline Offline

Activity: 182
Merit: 100

To the MOOOON


View Profile WWW
June 05, 2014, 11:32:18 AM
 #140



Device 0 is 280x?
Yes,
0 = 280x
1 = 7870
2 = 7850

Cant seem to get more than 2.5 MH/s for x13 with the gpu-threads on 4. You only have gpu-threads 4 in the config or more settings?

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 ... 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!