platinum4
|
|
June 28, 2014, 09:08:39 AM |
|
I'd be very carefull with the X15 AMD miner floating around, it could be trojan/virus.
Not sure if that's true, but I've counted now five different versions of x15 miners floating around.
|
|
|
|
McNulty
|
|
June 28, 2014, 01:52:38 PM |
|
Is it possible to use more than one algo in the same time ?
like this:
], "failover-only" : true, "api-allow" : "W:127.0.0.1", "api-listen" : true, "intensity" : "19,19,19,19,19", "worksize" : "128,128,128,128,128", "thread-concurrency" : "8192,8192,8192,8192,8192", "gpu-threads" : "4,4,4,4,2", "kernel": "x13mod,x13mod,x13mod,x13mod,x13modold"
(280x,280x,280x,280x,HD5870)
|
|
|
|
hero18688
|
|
June 28, 2014, 02:35:51 PM |
|
Cgwatcher is no longer working with this version.Any backup plan?It's hot in summer and sgminer like to hang.
|
|
|
|
lucid_ity
Newbie
Offline
Activity: 5
Merit: 0
|
|
June 28, 2014, 04:36:36 PM |
|
Nope, don't agree. It is not rational to think that a 290 @ 2.5mhs is "optimized" when a 750 Ti is pulling in the same hash rate vicinity but spending only 30w doing so.
With clocks exactly the same / drivers exactly the same, the optimized lasybear / sgminer v5 builds fall within 5-10% power usage (more) of the most current phm build on all my 290, 270, 280x, and 7950 rigs. Temps are virtually the same (including VRMs). I do not use 5/6xxx cards, so it may be different with those architectures.
My take is that X11 has simply been under-optimized for AMD hardware since phm stopped developing a while back. These current enhancements are bringing the performance up to where it should be.
You are correct, I had no idea nvidia cards were mining X11 so efficiently. In that case, keep up the progress!
|
|
|
|
|
LeetPoolsOP
|
|
June 29, 2014, 03:02:22 AM Last edit: June 29, 2014, 06:51:24 AM by LeetPoolsOP |
|
I got cgwatcher working with the newest version.
Get CGWatcher 1.3.9
In the settings there is something you need to disable...
Settings>Miner> CHECK - Disable temporary config file creation during miner start
Now, you are not done. Launch SGMiner through CGWatcher and it should instaclose.
Go to your config file and you should see a 2 new lines in there:
"api-listen" : true,
"api-allow" : "W:127.0.0.1"
For whatever reason it will add the lines needed to monitor, but it wont add the comma that will cause a JSON error and make the miner crash. For me, it was the "api-allow" : "W:127.0.0.1" it would continuously delete the comma, so the fix is to add that line to the VERY bottom:
EXAMPLE
"api-listen" : true, "intensity" : "19", "worksize" : "256", "lookup-gap" : "2", "thread-concurrency" : "8193", "gpu-threads" : "2", "gpu-fan" : "40,60,60,40,40", "gpu-memclock" : "1500", "gpu-powertune" : "20", "expiry" : "10", "gpu-dyninterval" : "7", "log" : "5", "no-pool-disable" : true, "tcp-keepalive" : "30", "temp-hysteresis" : "3", "failover-only" : true, "failover-switch-delay" : "1", "no-submit-stale" : true, "kernel-path" : "/usr/local/bin", "api-allow" : "W:127.0.0.1" }
Problem solved. You can now use CGWatcher when using multi algo switching.
I sincerely hope this helps someone.
Thanks.
|
|
|
|
cookieboyeli
Newbie
Offline
Activity: 4
Merit: 0
|
|
June 29, 2014, 04:38:39 AM |
|
I'm having a problem and I'm out of ideas. Using sgminer-5.0-pre-release-2014-06-25-win32 only 1 GPU will mine and the others will be listed as "OFF". Also, it forces marucoin-mod even when x11mod is set as the algo in the config. (Using x11mod because I can't get marucoin-mod to work). The same config works with sph-sgminer_x11mod (not including kernel vs algo). I'm running 4x270x's I'm going to switch to Nicehash after this is working. { "pools" : [ { "url" : "stratum+tcp://east01.us.trademybit.com:4440", "no-extranonce" : true, "user" : "x", "pass" : "x", "algorithm" : "x11mod" }, { "url" : "stratum+tcp://east02.us.trademybit.com:4440", "no-extranonce" : true, "user" : "x", "pass" : "x", "algorithm" : "x11mod" } ] , "api-listen" : true, "expiry" : "28", "failover-only" : true, "no-submit-stale" : true, "queue" : "1", "scan-time" : "5", "device" : "0,1,2,3", "gpu-threads" : "2", "gpu-engine" : "1070", "gpu-fan" : "0-100", "gpu-memclock" : "1470", "gpu-powertune" : "20", "gpu-dyninterval" : "7", "temp-target" : "70", "temp-overheat" : "85", "temp-cutoff" : "95", "temp-hysteresis" : "3", "worksize" : "128", "lookup-gap" : "2", "vectors" : "1", "thread-concurrency" : "8192", "xintensity" : "300", "tcp-keepalive" : "30", "api-allow" : "W:127.0.0.1" } http://imgur.com/rmpcuwf
|
|
|
|
platinum4
|
|
June 29, 2014, 07:30:07 AM |
|
I'm having a problem and I'm out of ideas.
Using sgminer-5.0-pre-release-2014-06-25-win32 only 1 GPU will mine and the others will be listed as "OFF". Also, it forces marucoin-mod even when x11mod is set as the algo in the config. (Using x11mod because I can't get marucoin-mod to work). The same config works with sph-sgminer_x11mod (not including kernel vs algo).
That build doesn't allow for --kernel i don't think, builds after 6/25 do, but some are broken in the v5_0 tree for the next day or two
|
|
|
|
bullus
|
|
June 29, 2014, 08:12:43 AM |
|
I'm having a problem and I'm out of ideas. Using sgminer-5.0-pre-release-2014-06-25-win32 only 1 GPU will mine and the others will be listed as "OFF". Also, it forces marucoin-mod even when x11mod is set as the algo in the config. (Using x11mod because I can't get marucoin-mod to work). The same config works with sph-sgminer_x11mod (not including kernel vs algo). I'm running 4x270x's I'm going to switch to Nicehash after this is working. { "pools" : [ { "url" : "stratum+tcp://east01.us.trademybit.com:4440", "no-extranonce" : true, "user" : "x", "pass" : "x", "algorithm" : "x11mod" }, { "url" : "stratum+tcp://east02.us.trademybit.com:4440", "no-extranonce" : true, "user" : "x", "pass" : "x", "algorithm" : "x11mod" } ] , "api-listen" : true, "expiry" : "28", "failover-only" : true, "no-submit-stale" : true, "queue" : "1", "scan-time" : "5", "device" : "0,1,2,3", "gpu-threads" : "2", "gpu-engine" : "1070", "gpu-fan" : "0-100", "gpu-memclock" : "1470", "gpu-powertune" : "20", "gpu-dyninterval" : "7", "temp-target" : "70", "temp-overheat" : "85", "temp-cutoff" : "95", "temp-hysteresis" : "3", "worksize" : "128", "lookup-gap" : "2", "vectors" : "1", "thread-concurrency" : "8192", "xintensity" : "300", "tcp-keepalive" : "30", "api-allow" : "W:127.0.0.1" } http://imgur.com/rmpcuwfTry to delete the whole device setting.
|
btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
|
|
|
B.T.Coin
|
|
June 29, 2014, 10:16:59 AM |
|
I got cgwatcher working with the newest version.
Get CGWatcher 1.3.9
In the settings there is something you need to disable...
Settings>Miner> CHECK - Disable temporary config file creation during miner start
Now, you are not done. Launch SGMiner through CGWatcher and it should instaclose.
Go to your config file and you should see a 2 new lines in there:
"api-listen" : true,
"api-allow" : "W:127.0.0.1"
For whatever reason it will add the lines needed to monitor, but it wont add the comma that will cause a JSON error and make the miner crash. For me, it was the "api-allow" : "W:127.0.0.1" it would continuously delete the comma, so the fix is to add that line to the VERY bottom:
EXAMPLE
"api-listen" : true, "intensity" : "19", "worksize" : "256", "lookup-gap" : "2", "thread-concurrency" : "8193", "gpu-threads" : "2", "gpu-fan" : "40,60,60,40,40", "gpu-memclock" : "1500", "gpu-powertune" : "20", "expiry" : "10", "gpu-dyninterval" : "7", "log" : "5", "no-pool-disable" : true, "tcp-keepalive" : "30", "temp-hysteresis" : "3", "failover-only" : true, "failover-switch-delay" : "1", "no-submit-stale" : true, "kernel-path" : "/usr/local/bin", "api-allow" : "W:127.0.0.1" }
Problem solved. You can now use CGWatcher when using multi algo switching.
I sincerely hope this helps someone.
Thanks.
Thanks for the tip. This kind of works for me but only if I do it manually every time I start CGwatcher. For some reason the "disable temporary config file" setting is not properly loaded into CGwatcher on startup, even though my cgwatcher.exe.ini does have "UseTempConfigFile=False" included.
|
A fine is a tax you pay for something you did wrong. A tax is a fine you pay for something you did right.
|
|
|
badman74
|
|
June 29, 2014, 01:53:25 PM |
|
I'm having a problem and I'm out of ideas. Using sgminer-5.0-pre-release-2014-06-25-win32 only 1 GPU will mine and the others will be listed as "OFF". Also, it forces marucoin-mod even when x11mod is set as the algo in the config. (Using x11mod because I can't get marucoin-mod to work). The same config works with sph-sgminer_x11mod (not including kernel vs algo). I'm running 4x270x's I'm going to switch to Nicehash after this is working. { "pools" : [ { "url" : "stratum+tcp://east01.us.trademybit.com:4440", "no-extranonce" : true, "user" : "x", "pass" : "x", "algorithm" : "x11mod" }, { "url" : "stratum+tcp://east02.us.trademybit.com:4440", "no-extranonce" : true, "user" : "x", "pass" : "x", "algorithm" : "x11mod" } ] , "api-listen" : true, "expiry" : "28", "failover-only" : true, "no-submit-stale" : true, "queue" : "1", "scan-time" : "5", "device" : "0,1,2,3", "gpu-threads" : "2", "gpu-engine" : "1070", "gpu-fan" : "0-100", "gpu-memclock" : "1470", "gpu-powertune" : "20", "gpu-dyninterval" : "7", "temp-target" : "70", "temp-overheat" : "85", "temp-cutoff" : "95", "temp-hysteresis" : "3", "worksize" : "128", "lookup-gap" : "2", "vectors" : "1", "thread-concurrency" : "8192", "xintensity" : "300", "tcp-keepalive" : "30", "api-allow" : "W:127.0.0.1" } http://imgur.com/rmpcuwfTry to delete the whole device setting. also try darkcoin-mod instead of x11mod
|
|
|
|
esatceza
Sr. Member
Offline
Activity: 385
Merit: 250
www.thegeomadao.com
|
|
June 29, 2014, 02:41:12 PM |
|
I NEED R9 290 X15 CONFİG MY HASH RATE 2.6 MHASH BUT MY 280X 2.6 MHASH
|
|
|
|
bureaucrat
Newbie
Offline
Activity: 4
Merit: 0
|
|
June 29, 2014, 03:12:42 PM |
|
Hi, can any1 pls help to configure this miner for my 3xR9280x Now I have poor result for scrypt N: sgminer 4.2.1 - Started: [2014-06-29 17:14:39] - [0 days 00:51:53] ------------------------------------------------------------------------------ (5s):807.1K (avg):820.1Kh/s | A:38400 R:1792 HW:0 WU:804.171/m ST: 1 SS: 0 NB: 31 LW: 5327 GF: 2 RF: 0 Connected to NiceHash_Scrypt-N_multi! (stratum) diff 256 as user 17BN6cua7Lkeg Block: 9231bb05... Diff:13.1M Started: [18:05:19] Best share: 109K ------------------------------------------------------------------------------ [P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit GPU 0: 77.0C 3430RPM | 332.6K/334.2Kh/s | R: 0.0% HW:0 WU:348.173/m I:13 GPU 1: 81.0C 3429RPM | 238.0K/238.1Kh/s | R: 2.4% HW:0 WU:217.097/m I:13 GPU 2: 74.0C 1612RPM | 236.0K/248.8Kh/s | R: 12.8% HW:0 WU:243.841/m I:13 ------------------------------------------------------------------------------ [18:03:30] Accepted 6dcc9853 Diff 596/256 GPU 2 at NiceHash_Scrypt-N_multi! [18:03:43] Accepted 0d668a83 Diff 4.89K/256 GPU 0 at NiceHash_Scrypt-N_multi! [18:03:47] Accepted 48091549 Diff 909/256 GPU 0 at NiceHash_Scrypt-N_multi! [18:04:00] Accepted 7fd8104d Diff 512/256 GPU 0 at NiceHash_Scrypt-N_multi! [18:04:24] Accepted 2187cd4e Diff 1.95K/256 GPU 0 at NiceHash_Scrypt-N_multi! [18:04:25] Accepted e341f71d Diff 288/256 GPU 2 at NiceHash_Scrypt-N_multi! [18:04:29] NiceHash_Scrypt-N_multi! extranonce change requested [18:04:32] Accepted fbc9ec82 Diff 260/256 GPU 2 at NiceHash_Scrypt-N_multi! [18:05:09] Accepted c5a886a3 Diff 331/256 GPU 1 at NiceHash_Scrypt-N_multi! [18:05:27] Accepted 555dd2db Diff 767/256 GPU 2 at NiceHash_Scrypt-N_multi! [18:05:56] Accepted be0f7654 Diff 344/256 GPU 1 at NiceHash_Scrypt-N_multi! [18:06:30] Accepted aeae757b Diff 375/256 GPU 1 at NiceHash_Scrypt-N_multi!
my config { "pools" : [ { "name" : "NiceHash_Scrypt_multi!", "url" : "stratum+tcp://stratum.nicehash.com:4333", "user" : "17BN6cua7Lkeg7SFb1HJgcuqUEKBhQBC1z", "pass" : "111", "nfactor" : "10", "algorithm" : "zuikkis", "intensity" : "18", "worksize" : "256", "gpu-engine" : "1042", "gpu-memclock" : "1500", "gpu-powertune" : "20", "gpu-threads" : "2", "thread-concurrency" : "8193" }, { "name" : "NiceHash_Scrypt-N_multi!", "url" : "stratum+tcp://stratum.nicehash.com:4335", "user" : "17BN6cua7Lkeg7SFb1HJgcuqUEKBhQBC1z", "pass" : "111", "nfactor" : "11", "algorithm" : "zuikkis", "intensity" : "13", "worksize" : "256", "gpu-engine" : "1000", "gpu-memclock" : "1500", "gpu-powertune" : "20", "gpu-threads" : "2", "thread-concurrency" : "8193" }, { "name" : "NiceHash_X11_multi!", "url" : "stratum+tcp://stratum.nicehash.com:4336", "user" : "17BN6cua7Lkeg7SFb1HJgcuqUEKBhQBC1z", "pass" : "111", "nfactor" : "10", "algorithm" : "darkcoin-mod", "intensity" : "17", "worksize" : "256", "gpu-engine" : "1050, 1042, 1040", "gpu-memclock" : "1500", "gpu-threads" : "2", "gpu-powertune" : "20" }, { "name" : "NiceHash_X13_multi!", "url" : "stratum+tcp://stratum.nicehash.com:4337", "user" : "17BN6cua7Lkeg7SFb1HJgcuqUEKBhQBC1z", "pass" : "111", "nfactor" : "10", "algorithm" : "marucoin-mod", "intensity" : "17", "worksize" : "256", "gpu-engine" : "1050, 1042, 1040", "gpu-memclock" : "1500", "gpu-threads" : "2", "gpu-powertune" : "20" }, { "name" : "NiceHash_Keccak_multi!", "url" : "stratum+tcp://stratum.nicehash.com:4338", "user" : "17BN6cua7Lkeg7SFb1HJgcuqUEKBhQBC1z", "pass" : "111", "nfactor" : "10", "algorithm" : "maxcoin", "intensity" : "14", "worksize" : "256", "gpu-engine" : "1070", "gpu-memclock" : "1020", "gpu-powertune" : "20", "gpu-threads" : "2" }, { "name" : "TradeMyBit_X13_Backup!", "url" : "stratum+tcp://am02.eu.trademybit.com:5557", "user" : "bureaucrat.1", "pass" : "111", "algorithm" : "marucoin-mod", "intensity" : "17", "worksize" : "256", "gpu-engine" : "1050, 1042, 1040", "gpu-memclock" : "1500", "gpu-threads" : "2", "gpu-powertune" : "20" } ] ,
"shaders" : "2048", "gpu-fan" : "0-100", "temp-cutoff" : "95", "temp-overheat" : "85", "temp-target" : "75", "api-mcast-port" : "4028", "api-port" : "4028", "auto-fan" : true, "expiry" : "10", "gpu-dyninterval" : "7", "log" : "5", "no-pool-disable" : true, "queue" : "1", "scan-time" : "7", "tcp-keepalive" : "30", "temp-hysteresis" : "3", "shares" : "0", "no-client-reconnect" : true, "failover-only" : true, "failover-switch-delay" : "30", "api-listen" : true, "api-allow" : "W:127.0.0.1/24" } Thank You!
|
|
|
|
badman74
|
|
June 29, 2014, 04:27:11 PM |
|
Hi, can any1 pls help to configure this miner for my 3xR9280x Now I have poor result for scrypt N: sgminer 4.2.1 - Started: [2014-06-29 17:14:39] - [0 days 00:51:53] ------------------------------------------------------------------------------ (5s):807.1K (avg):820.1Kh/s | A:38400 R:1792 HW:0 WU:804.171/m ST: 1 SS: 0 NB: 31 LW: 5327 GF: 2 RF: 0 Connected to NiceHash_Scrypt-N_multi! (stratum) diff 256 as user 17BN6cua7Lkeg Block: 9231bb05... Diff:13.1M Started: [18:05:19] Best share: 109K ------------------------------------------------------------------------------ [P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit GPU 0: 77.0C 3430RPM | 332.6K/334.2Kh/s | R: 0.0% HW:0 WU:348.173/m I:13 GPU 1: 81.0C 3429RPM | 238.0K/238.1Kh/s | R: 2.4% HW:0 WU:217.097/m I:13 GPU 2: 74.0C 1612RPM | 236.0K/248.8Kh/s | R: 12.8% HW:0 WU:243.841/m I:13 ------------------------------------------------------------------------------ [18:03:30] Accepted 6dcc9853 Diff 596/256 GPU 2 at NiceHash_Scrypt-N_multi! [18:03:43] Accepted 0d668a83 Diff 4.89K/256 GPU 0 at NiceHash_Scrypt-N_multi! [18:03:47] Accepted 48091549 Diff 909/256 GPU 0 at NiceHash_Scrypt-N_multi! [18:04:00] Accepted 7fd8104d Diff 512/256 GPU 0 at NiceHash_Scrypt-N_multi! [18:04:24] Accepted 2187cd4e Diff 1.95K/256 GPU 0 at NiceHash_Scrypt-N_multi! [18:04:25] Accepted e341f71d Diff 288/256 GPU 2 at NiceHash_Scrypt-N_multi! [18:04:29] NiceHash_Scrypt-N_multi! extranonce change requested [18:04:32] Accepted fbc9ec82 Diff 260/256 GPU 2 at NiceHash_Scrypt-N_multi! [18:05:09] Accepted c5a886a3 Diff 331/256 GPU 1 at NiceHash_Scrypt-N_multi! [18:05:27] Accepted 555dd2db Diff 767/256 GPU 2 at NiceHash_Scrypt-N_multi! [18:05:56] Accepted be0f7654 Diff 344/256 GPU 1 at NiceHash_Scrypt-N_multi! [18:06:30] Accepted aeae757b Diff 375/256 GPU 1 at NiceHash_Scrypt-N_multi!
my config { "pools" : [ { "name" : "NiceHash_Scrypt_multi!", "url" : "stratum+tcp://stratum.nicehash.com:4333", "user" : "17BN6cua7Lkeg7SFb1HJgcuqUEKBhQBC1z", "pass" : "111", "nfactor" : "10", "algorithm" : "zuikkis", "intensity" : "18", "worksize" : "256", "gpu-engine" : "1042", "gpu-memclock" : "1500", "gpu-powertune" : "20", "gpu-threads" : "2", "thread-concurrency" : "8193" }, { "name" : "NiceHash_Scrypt-N_multi!", "url" : "stratum+tcp://stratum.nicehash.com:4335", "user" : "17BN6cua7Lkeg7SFb1HJgcuqUEKBhQBC1z", "pass" : "111", "nfactor" : "11", "algorithm" : "zuikkis", "intensity" : "13", "worksize" : "256", "gpu-engine" : "1000", "gpu-memclock" : "1500", "gpu-powertune" : "20", "gpu-threads" : "2", "thread-concurrency" : "8193" }, { "name" : "NiceHash_X11_multi!", "url" : "stratum+tcp://stratum.nicehash.com:4336", "user" : "17BN6cua7Lkeg7SFb1HJgcuqUEKBhQBC1z", "pass" : "111", "nfactor" : "10", "algorithm" : "darkcoin-mod", "intensity" : "17", "worksize" : "256", "gpu-engine" : "1050, 1042, 1040", "gpu-memclock" : "1500", "gpu-threads" : "2", "gpu-powertune" : "20" }, { "name" : "NiceHash_X13_multi!", "url" : "stratum+tcp://stratum.nicehash.com:4337", "user" : "17BN6cua7Lkeg7SFb1HJgcuqUEKBhQBC1z", "pass" : "111", "nfactor" : "10", "algorithm" : "marucoin-mod", "intensity" : "17", "worksize" : "256", "gpu-engine" : "1050, 1042, 1040", "gpu-memclock" : "1500", "gpu-threads" : "2", "gpu-powertune" : "20" }, { "name" : "NiceHash_Keccak_multi!", "url" : "stratum+tcp://stratum.nicehash.com:4338", "user" : "17BN6cua7Lkeg7SFb1HJgcuqUEKBhQBC1z", "pass" : "111", "nfactor" : "10", "algorithm" : "maxcoin", "intensity" : "14", "worksize" : "256", "gpu-engine" : "1070", "gpu-memclock" : "1020", "gpu-powertune" : "20", "gpu-threads" : "2" }, { "name" : "TradeMyBit_X13_Backup!", "url" : "stratum+tcp://am02.eu.trademybit.com:5557", "user" : "bureaucrat.1", "pass" : "111", "algorithm" : "marucoin-mod", "intensity" : "17", "worksize" : "256", "gpu-engine" : "1050, 1042, 1040", "gpu-memclock" : "1500", "gpu-threads" : "2", "gpu-powertune" : "20" } ] ,
"shaders" : "2048", "gpu-fan" : "0-100", "temp-cutoff" : "95", "temp-overheat" : "85", "temp-target" : "75", "api-mcast-port" : "4028", "api-port" : "4028", "auto-fan" : true, "expiry" : "10", "gpu-dyninterval" : "7", "log" : "5", "no-pool-disable" : true, "queue" : "1", "scan-time" : "7", "tcp-keepalive" : "30", "temp-hysteresis" : "3", "shares" : "0", "no-client-reconnect" : true, "failover-only" : true, "failover-switch-delay" : "30", "api-listen" : true, "api-allow" : "W:127.0.0.1/24" } Thank You! looks fairly normal to me nscrypt typically runs at half of scrypt hash rate
|
|
|
|
bureaucrat
Newbie
Offline
Activity: 4
Merit: 0
|
|
June 29, 2014, 05:07:42 PM |
|
looks fairly normal to me [P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit GPU 0: 77.0C 3430RPM | 332.6K/334.2Kh/s | R: 0.0% HW:0 WU:348.173/m I:13 GPU 1: 81.0C 3429RPM | 238.0K/238.1Kh/s | R: 2.4% HW:0 WU:217.097/m I:13 GPU 2: 74.0C 1612RPM | 236.0K/248.8Kh/s | R: 12.8% HW:0 WU:243.841/m I:13 GPU 0 looks good, but the other ones? I thought something is wrong with config. Thanks!
|
|
|
|
platinum4
|
|
June 29, 2014, 06:23:39 PM |
|
looks fairly normal to me [P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit GPU 0: 77.0C 3430RPM | 332.6K/334.2Kh/s | R: 0.0% HW:0 WU:348.173/m I:13 GPU 1: 81.0C 3429RPM | 238.0K/238.1Kh/s | R: 2.4% HW:0 WU:217.097/m I:13 GPU 2: 74.0C 1612RPM | 236.0K/248.8Kh/s | R: 12.8% HW:0 WU:243.841/m I:13 GPU 0 looks good, but the other ones? I thought something is wrong with config. Thanks! Nope this is the standard drop in performance experienced when using 14.x drivers versus 13.x I think. It murders scrypt performance.
|
|
|
|
badman74
|
|
June 29, 2014, 06:25:36 PM |
|
looks fairly normal to me [P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit GPU 0: 77.0C 3430RPM | 332.6K/334.2Kh/s | R: 0.0% HW:0 WU:348.173/m I:13 GPU 1: 81.0C 3429RPM | 238.0K/238.1Kh/s | R: 2.4% HW:0 WU:217.097/m I:13 GPU 2: 74.0C 1612RPM | 236.0K/248.8Kh/s | R: 12.8% HW:0 WU:243.841/m I:13 GPU 0 looks good, but the other ones? I thought something is wrong with config. Thanks! not sure really but TC for scrypt and nscrypt are not usually the same.... try setting your shaders, remove the TC and .bin files then run the .bin files it creates will give you a starting point for your TC for each for example i am running 290x with 14.6 drivers and my bins are alexkarnewHawaiigw256l4lg2 tc2816nf11.bin and alexkarnewHawaiigw256l4lg2 tc5632nf10.bin so i would use TC 2816 for nscrypt and TC 5632 for scypt or just use shaders
|
|
|
|
bureaucrat
Newbie
Offline
Activity: 4
Merit: 0
|
|
June 29, 2014, 07:21:37 PM |
|
not sure really but TC for scrypt and nscrypt are not usually the same.... try setting your shaders, remove the TC and .bin files then run the .bin files it creates will give you a starting point for your TC for each for example i am running 290x with 14.6 drivers and my bins are alexkarnewHawaiigw256l4lg2tc2816nf11.bin and alexkarnewHawaiigw256l4lg2tc5632nf10.bin so i would use TC 2816 for nscrypt and TC 5632 for scypt or just use shaders my bin are zuikkisTahitigw256l4lg2tc10240nf11.bin TC -10240 result: ------------------------------------------------------------------------- PU 0: 74.0C 3432RPM | 256.4K/258.8Kh/s | R: 0.0% HW:0 WU:129.739/m I:13 PU 1: 73.0C 3439RPM | 235.7K/235.9Kh/s | R: 0.0% HW:0 WU:167.844/m I:13 PU 2: 73.0C 1464RPM | 240.5K/243.7Kh/s | R: 0.0% HW:0 WU:144.644/m I:13 -------------------------------------------------------------------------
as I understand it is normal for nscrypt & 14.6 driver. Furthermore the temperature dropped a bit and I calmed down so thank you very much
|
|
|
|
Trillium
|
|
June 30, 2014, 03:01:48 AM |
|
Or set shaders to 0 and use TC by itself. Or also leave TC=0 and use rawintensity which is a lot like TC.
For scrypt-n, TC is usually half (or less) of what is known to be best for your cards on normal scrypt. There are heaps of sites that list these for most cards.
|
BTC:1AaaAAAAaAAE2L1PXM1x9VDNqvcrfa9He6
|
|
|
dewminer
Newbie
Offline
Activity: 5
Merit: 0
|
|
June 30, 2014, 09:00:00 AM |
|
Can somebody, who is using the latest nicehash windows build sgminer_v5 (sgminer-5.0-pre-release-2014-06-25-win32.zip) with 14.6 beta drivers , please check if the gpu-engine/gpu-memclock options are working with this build as expected ? For me, the latest windows build, completely ignores the core/memory clock settings from config file, the GPU boost mode default values are used instead (1070/1550MHz for the given R9-280X cards). I'm unable to change the values from sgminer GPU menu (Shift+G) as well. thanks
|
|
|
|
|