Bitcoin Forum
June 30, 2024, 01:41:44 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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 ... 233 »
  Print  
Author Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner  (Read 877806 times)
KiloWatts
Member
**
Offline Offline

Activity: 119
Merit: 10


View Profile
June 17, 2014, 07:15:41 PM
 #521

Update - I get the HW errors when switching from X11 to Scrypt-N.  No crash, but it calms down after a few minutes.
KiloWatts
Member
**
Offline Offline

Activity: 119
Merit: 10


View Profile
June 17, 2014, 07:22:59 PM
 #522

Don't know if this helps, but I tend to get rejects when this happens:

Code:
[15:21:35] Accepted 01fff32d Diff 0.500/0.080 GPU 0 at NiceHash_X11_AS 
[15:21:52] NiceHash_Scrypt_AS alive, testing stability
[15:22:47] Rejected 09cc36bf Diff 0.102/0.080 GPU 1 NiceHash_X11_AS (Job not found.)
[15:23:16] Rejected 0c688d36 Diff 0.081/0.080 GPU 0 NiceHash_X11_AS (Job not found.)

It's like the new alive pool interrupts and causes a delay...  so the shares X11 was working on are invalid and rejected by the time it gets to submit.
LeetPoolsOP
Full Member
***
Offline Offline

Activity: 507
Merit: 100



View Profile
June 17, 2014, 08:42:44 PM
 #523

Just thought I should contribute to this thread here.

Here is my config for Trademybit multi algo x11/x13

I was getting 2-3 min delays between algo switches but the problem was resolved by making the port that closes the FIRST pool in the list, and leaving the port that is ALWAYS OPEN as the second one.

The logic here (this will probably be addressed in later releases but for the time being its smooth): First pool opens and closes. If x11 is more profitable, x13 shuts, insta fail-over to x11, when x13 is more profitable, pool port opens up, since its first pool, it will go back to it from x11.

For what ever reason the miner didn't like the fact that both could be closed or overlap... no idea why... but it works now.

This is using Catalyst 14.4

sgminer.conf  =

This is for my 290 @ stock clocks using this build:
https://mega.co.nz/#!Ld5QASiI!cS1ETIXI_-jdvx6ZW93rD-IYY91zcWG4B24ZbYs2Ik8
x11 = 4Mhs
x13 = 3Mhs
http://pastebin.com/eNbaahbY

Heres one for my 5x 280x Rig using the same build in the megalink:
x11 = 3.1-3.2
x13 = 2.2-2.4 (Cards are beat to shit from scrypt mining their hashes swing up and down)
http://pastebin.com/FpvMKVBc

Credit goes to Pelk for the pool list configuration at #pool from Trademybit IRC.

Hope this will help.

bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
June 17, 2014, 10:22:45 PM
 #524


Can't download the file.

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
June 17, 2014, 10:46:29 PM
 #525

try this one then
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 17, 2014, 11:47:20 PM
 #526

FUCKING FUCK FUCKING SICK FUCKING CARD FUCK
gold368
Member
**
Offline Offline

Activity: 104
Merit: 10


View Profile
June 18, 2014, 04:55:31 AM
 #527

im cannot config for 280x help me ,
Ghost__
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
June 18, 2014, 09:39:06 AM
 #528

I use this config for my 280x. I have the Sapphire R9 280X Tri-x OC. It is working fine for 3 days now switching smoothly between all algorithms.

I get per card :

760 kh/s for Scrypt
380kh/s for Scrypt-N
3.3 Mh/s for X11
2.6 Mh/s for X13
330 Mh/s for keccak

Hope it helps someone...

Code:
{
"pools" : [
     {
          "name" : "NiceHash_Scrypt_multi!",
          "url" : "stratum+tcp://stratum.nicehash.com:4333",
          "user" : "17E7hXHuyJB1jUuHtoQgnb9ijPmXYRGoGP",
          "pass" : "d=1024;f0=4.5;f2=2.2;f3=20.2;f4=15.5;f5=2220.0;c0=5.0;c2=5.0;c3=3.0;c4=3.0;c5=4.1",
          "pool-nfactor" : "10",
          "pool-algorithm" : "zuikkis",
          "pool-gpu-engine" : "1125",
  "gpu-threads" : "2",
  "pool-gpu-memclock" : "1500",
          "pool-thread-concurrency" : "8192"
     },
     {
          "name" : "NiceHash_Scrypt-N_multi!",
          "url" : "stratum+tcp://stratum.nicehash.com:4335",
          "user" : "17E7hXHuyJB1jUuHtoQgnb9ijPmXYRGoGP",
          "pass" : "d=512;f0=4.5;f2=2.2;f3=20.2;f4=15.5;f5=2220.0;c0=5.0;c2=5.0;c3=3.0;c4=3.0;c5=4.1",
          "pool-nfactor" : "11",
          "pool-algorithm" : "zuikkis",
          "pool-gpu-engine" : "1070",
  "pool-intensity" : "13",
  "pool-gpu-memclock" : "1500",
  "pool-g" : "2",
  "pool-lookup-gap" : "2",
  "gpu-threads" : "2",
          "pool-thread-concurrency" : "8192"
     },
     {
          "name" : "NiceHash_X11_multi!",
          "url" : "stratum+tcp://stratum.nicehash.com:4336",
          "user" : "17E7hXHuyJB1jUuHtoQgnb9ijPmXYRGoGP",
          "pass" : "d=0.08;f0=4.5;f2=2.2;f3=20.2;f4=15.5;f5=2220.0;c0=5.0;c2=5.0;c3=3.0;c4=3.0;c5=4.1",
          "pool-nfactor" : "10",
          "pool-algorithm" : "darkcoin-mod",
          "pool-gpu-engine" : "1160",
  "pool-intensity" : "17",
  "pool-gpu-memclock" : "1600",
  "gpu-threads" : "2",
          "pool-thread-concurrency" : "10240"
     },
     {
          "name" : "NiceHash_X13_multi!",
          "url" : "stratum+tcp://stratum.nicehash.com:4337",
          "user" : "17E7hXHuyJB1jUuHtoQgnb9ijPmXYRGoGP",
          "pass" : "d=0.08;f0=4.5;f2=2.2;f3=20.2;f4=15.5;f5=2220.0;c0=5.0;c2=5.0;c3=3.0;c4=3.0;c5=4.1",
          "pool-nfactor" : "10",
          "pool-algorithm" : "marucoin-mod",
          "pool-gpu-engine" : "1160",
  "pool-worksize" : "128",
  "pool-intensity" : "20",
  "gpu-threads" : "2",
  "pool-g" : "4",
          "pool-thread-concurrency" : "8192"
     },
     {
          "name" : "NiceHash_Keccak_multi!",
          "url" : "stratum+tcp://stratum.nicehash.com:4338",
          "user" : "17E7hXHuyJB1jUuHtoQgnb9ijPmXYRGoGP",
          "pass" : "d=1024;f0=4.5;f2=2.2;f3=20.2;f4=15.5;f5=2220.0;c0=5.0;c2=5.0;c3=3.0;c4=3.0;c5=4.1",
          "pool-nfactor" : "10",
          "pool-algorithm" : "maxcoin",
          "pool-gpu-engine" : "1100",
  "pool-gpu-memclock" : "675",
  "pool-intensity" : "6"
     },
     {
          "name" : "TradeMyBit_X13_Backup!",
          "url" : "stratum+tcp://am02.eu.trademybit.com:5557",
          "user" : "aklothakis.1",
          "pass" : "x",
          "pool-algorithm" : "marucoin-mod",
          "pool-gpu-engine" : "1160",
          "pool-thread-concurrency" : "8192"
     }
]
,
"intensity" : "13",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "2048",
"gpu-engine" : "1070",
"gpu-fan" : "0-100",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"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-allow" : "W:127.0.0.1/24",
"api-listen" : true
}


If this helps anybody and wants to donate my BTC address is 17E7hXHuyJB1jUuHtoQgnb9ijPmXYRGoGP

       
oktay50000
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


View Profile
June 18, 2014, 09:43:55 AM
 #529


this one newer than 6/11 build?Huh

BTC : bc1qqz9hvv806w2zs42mx4rn576whxmr202yxp00e9

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

Activity: 658
Merit: 500



View Profile
June 18, 2014, 11:13:03 AM
 #530

this one was built on 6/16
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 18, 2014, 12:13:37 PM
 #531

No lie, shit is now extremely stable on well-configured rigs with no mixmatches of card types.

Still getting a SICK -> DEAD on a config with 2x Sapphire R9 290X + 1x Sapphire Tri-OC R9 290X.

Been flipping between x11/x13 flawless, haven't witnessed keccak or scrypt yet as I don't think they've been served as most profitable.
mannyg
Full Member
***
Offline Offline

Activity: 142
Merit: 101


View Profile
June 18, 2014, 02:25:49 PM
Last edit: June 18, 2014, 02:59:59 PM by mannyg
 #532

Just thought I should contribute to this thread here.

Here is my config for Trademybit multi algo x11/x13

I was getting 2-3 min delays between algo switches but the problem was resolved by making the port that closes the FIRST pool in the list, and leaving the port that is ALWAYS OPEN as the second one.

The logic here (this will probably be addressed in later releases but for the time being its smooth): First pool opens and closes. If x11 is more profitable, x13 shuts, insta fail-over to x11, when x13 is more profitable, pool port opens up, since its first pool, it will go back to it from x11.

For what ever reason the miner didn't like the fact that both could be closed or overlap... no idea why... but it works now.

This is using Catalyst 14.4

sgminer.conf  =

This is for my 290 @ stock clocks using this build:
https://mega.co.nz/#!Ld5QASiI!cS1ETIXI_-jdvx6ZW93rD-IYY91zcWG4B24ZbYs2Ik8
x11 = 4Mhs
x13 = 3Mhs
http://pastebin.com/eNbaahbY

Heres one for my 5x 280x Rig using the same build in the megalink:
x11 = 3.1-3.2
x13 = 2.2-2.4 (Cards are beat to shit from scrypt mining their hashes swing up and down)
http://pastebin.com/FpvMKVBc

Credit goes to Pelk for the pool list configuration at #pool from Trademybit IRC.

Hope this will help.



Why do you have your 290 shaders set to 2048... they have 2560 shaders.  

Also, your 280x's might be going up and down because of the 18 intensity you have them set at.  I run mine at 17 and they stay solid. These 280x's are 3-5 months old and did most of their time mining scrypt and scrypt-n.  Try the 8193 thread concurrency with them as well you may see improvement.
mannyg
Full Member
***
Offline Offline

Activity: 142
Merit: 101


View Profile
June 18, 2014, 02:57:14 PM
Last edit: June 18, 2014, 03:12:19 PM by mannyg
 #533

2+ days of mining X11 only.  Rig is 4x MSI 280x Gamings open aluminium frame, 4GB ram on ASRock Pro BTC board.



Core config:
"vectors" : "1",
"intensity" : "17",
"worksize" : "256",
"lookup-gap" : "2",
"shaders" : "2048",
"nfactor" : "10",
"thread-concurrency" : "8193",
"gpu-engine" : "1125",
"gpu-memclock" : "1500",
"gpu-powertune" : "-20",
"temp-target" : "68",
"gpu-threads" : "2",


landy68888
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
June 18, 2014, 04:44:04 PM
 #534

Do not support the 5xxx 6xxx card
yotadrivers
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
June 18, 2014, 05:38:08 PM
 #535

hello! im using sgminer_x11x13mod_03_06_2014 mod, how to switch X13 and X11 on fly?
kenshirothefist (OP)
Sr. Member
****
Offline Offline

Activity: 457
Merit: 273



View Profile
June 18, 2014, 07:22:42 PM
 #536

hello! im using sgminer_x11x13mod_03_06_2014 mod, how to switch X13 and X11 on fly?

Use newer sgminer https://nicehash.com/software/#sgminer and take a look at this: https://nicehash.com/multialgo/#finetuning
shacky
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile
June 18, 2014, 07:42:56 PM
 #537

I use this config for my 280x. I have the Sapphire R9 280X Tri-x OC. It is working fine for 3 days now switching smoothly between all algorithms.

I get per card :

760 kh/s for Scrypt
380kh/s for Scrypt-N
3.3 Mh/s for X11
2.6 Mh/s for X13
330 Mh/s for keccak

Hope it helps someone...

Code:
{
"pools" : [
     {
          "name" : "NiceHash_Scrypt_multi!",
          "url" : "stratum+tcp://stratum.nicehash.com:4333",
          "user" : "17E7hXHuyJB1jUuHtoQgnb9ijPmXYRGoGP",
          "pass" : "d=1024;f0=4.5;f2=2.2;f3=20.2;f4=15.5;f5=2220.0;c0=5.0;c2=5.0;c3=3.0;c4=3.0;c5=4.1",
          "pool-nfactor" : "10",
          "pool-algorithm" : "zuikkis",
          "pool-gpu-engine" : "1125",
 "gpu-threads" : "2",
 "pool-gpu-memclock" : "1500",
          "pool-thread-concurrency" : "8192"
     },
     {
          "name" : "NiceHash_Scrypt-N_multi!",
          "url" : "stratum+tcp://stratum.nicehash.com:4335",
          "user" : "17E7hXHuyJB1jUuHtoQgnb9ijPmXYRGoGP",
          "pass" : "d=512;f0=4.5;f2=2.2;f3=20.2;f4=15.5;f5=2220.0;c0=5.0;c2=5.0;c3=3.0;c4=3.0;c5=4.1",
          "pool-nfactor" : "11",
          "pool-algorithm" : "zuikkis",
          "pool-gpu-engine" : "1070",
 "pool-intensity" : "13",
 "pool-gpu-memclock" : "1500",
 "pool-g" : "2",
 "pool-lookup-gap" : "2",
 "gpu-threads" : "2",
          "pool-thread-concurrency" : "8192"
     },
     {
          "name" : "NiceHash_X11_multi!",
          "url" : "stratum+tcp://stratum.nicehash.com:4336",
          "user" : "17E7hXHuyJB1jUuHtoQgnb9ijPmXYRGoGP",
          "pass" : "d=0.08;f0=4.5;f2=2.2;f3=20.2;f4=15.5;f5=2220.0;c0=5.0;c2=5.0;c3=3.0;c4=3.0;c5=4.1",
          "pool-nfactor" : "10",
          "pool-algorithm" : "darkcoin-mod",
          "pool-gpu-engine" : "1160",
 "pool-intensity" : "17",
 "pool-gpu-memclock" : "1600",
 "gpu-threads" : "2",
          "pool-thread-concurrency" : "10240"
     },
     {
          "name" : "NiceHash_X13_multi!",
          "url" : "stratum+tcp://stratum.nicehash.com:4337",
          "user" : "17E7hXHuyJB1jUuHtoQgnb9ijPmXYRGoGP",
          "pass" : "d=0.08;f0=4.5;f2=2.2;f3=20.2;f4=15.5;f5=2220.0;c0=5.0;c2=5.0;c3=3.0;c4=3.0;c5=4.1",
          "pool-nfactor" : "10",
          "pool-algorithm" : "marucoin-mod",
          "pool-gpu-engine" : "1160",
 "pool-worksize" : "128",
 "pool-intensity" : "20",
 "gpu-threads" : "2",
 "pool-g" : "4",
          "pool-thread-concurrency" : "8192"
     },
     {
          "name" : "NiceHash_Keccak_multi!",
          "url" : "stratum+tcp://stratum.nicehash.com:4338",
          "user" : "17E7hXHuyJB1jUuHtoQgnb9ijPmXYRGoGP",
          "pass" : "d=1024;f0=4.5;f2=2.2;f3=20.2;f4=15.5;f5=2220.0;c0=5.0;c2=5.0;c3=3.0;c4=3.0;c5=4.1",
          "pool-nfactor" : "10",
          "pool-algorithm" : "maxcoin",
          "pool-gpu-engine" : "1100",
 "pool-gpu-memclock" : "675",
 "pool-intensity" : "6"
     },
     {
          "name" : "TradeMyBit_X13_Backup!",
          "url" : "stratum+tcp://am02.eu.trademybit.com:5557",
          "user" : "aklothakis.1",
          "pass" : "x",
          "pool-algorithm" : "marucoin-mod",
          "pool-gpu-engine" : "1160",
          "pool-thread-concurrency" : "8192"
     }
]
,
"intensity" : "13",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "2048",
"gpu-engine" : "1070",
"gpu-fan" : "0-100",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"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-allow" : "W:127.0.0.1/24",
"api-listen" : true
}


If this helps anybody and wants to donate my BTC address is 17E7hXHuyJB1jUuHtoQgnb9ijPmXYRGoGP

        

Hi everyone,

Im trying this config, but can't mine. All the pools show as dead, and the miner say:

"waiting for work to be available from pools"

I tried using a blank password, and see the same error,

How I can fix it?

Thanks!
compile
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
June 19, 2014, 02:14:19 AM
 #538

Anyone have a 7950 or 270x config?  The link on the site isn't working.
winkler
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
June 19, 2014, 03:10:24 AM
 #539

I just followed the directions on a new Ubuntu Trusty headless install, AMD catalyst 14.6 beta drivers and keep getting a Bus error (core dumped) message. Any ideas? Seems to be happening with all the different builds...
grivad
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 19, 2014, 08:20:41 AM
Last edit: June 20, 2014, 08:01:53 AM by grivad
 #540

Some help here would be greatly appreciated!

Finally got the multi-algo switching working right after much hair pulling, once I realized that a new CGWatcher version was out (auto update didn't pick it up).

However, when sgminer runs with the multi-algo config (both 6/11 and 6/16 builds), after a few minutes, the miner dies saying that GPU0's status is UNKNOWN.  Using a config for a specific algo pool doesn't have this problem.  Starting sgminer via CGWatcher or command line causes the same issue.

Config:
Quote
{
"pools" : [
    {    "name" : "NiceHash_Scrypt",
        "url" : "stratum+tcp://stratum.nicehash.com:4333",
        "user" : "1Jp4cZcpCjQrqkAaPisktfVgU1uHV7uVQc",
        "pass" : "f0=2.4;f2=1.1;f3=10.5;f4=7.5;f5=1200;c0=2.4;c2=2.4;c3=1.4;c4=1.4;c5=1.7",
        "pool-algorithm" : "zuikkis",
        "pool-nfactor" : "10",
        "pool-xintensity" : "400",
        "pool-gpu-engine" : "1000-1000",
        "pool-gpu-memclock" : "1300-1300",
        "pool-gpu-threads" : "1",
        "pool-thread-concurrency" : "25601"
    },
    {    "name" : "NiceHash_Scrypt-N",
        "url" : "stratum+tcp://stratum.nicehash.com:4335",
        "user" : "1Jp4cZcpCjQrqkAaPisktfVgU1uHV7uVQc",
        "pass" : "f0=2.4;f2=1.1;f3=10.5;f4=7.5;f5=1200;c0=2.4;c2=2.4;c3=1.4;c4=1.4;c5=1.7",
        "pool-algorithm" : "zuikkis",
        "pool-nfactor" : "11",
        "pool-xintensity" : "400",
        "pool-gpu-engine" : "1000-1000",
        "pool-gpu-memclock" : "1300-1300",
        "pool-gpu-threads" : "1",
        "pool-thread-concurrency" : "20481"
    },
    {    "name" : "NiceHash_x11",
        "url" : "stratum+tcp://stratum.nicehash.com:4336",
        "user" : "1Jp4cZcpCjQrqkAaPisktfVgU1uHV7uVQc",
        "pass" : "f0=2.4;f2=1.1;f3=10.5;f4=7.5;f5=1200;c0=2.4;c2=2.4;c3=1.4;c4=1.4;c5=1.7",
        "pool-algorithm" : "darkcoin-mod",
        "pool-nfactor" : "10",
        "pool-xintensity" : "400",
        "pool-gpu-engine" : "1000-1000",
        "pool-gpu-memclock" : "1300-1300",
        "pool-gpu-threads" : "4",
        "pool-thread-concurrency" : "25601"
    },
    {    "name" : "NiceHash_x13",
        "url" : "stratum+tcp://stratum.nicehash.com:4337",
        "user" : "1Jp4cZcpCjQrqkAaPisktfVgU1uHV7uVQc",
        "pass" : "f0=2.4;f2=1.1;f3=10.5;f4=7.5;f5=1200;c0=2.4;c2=2.4;c3=1.4;c4=1.4;c5=1.7",
        "pool-algorithm" : "marucoin-mod",
        "pool-nfactor" : "10",
        "pool-xintensity" : "400",
        "pool-gpu-engine" : "1000-1000",
        "pool-gpu-memclock" : "1300-1300",
        "pool-gpu-threads" : "4",
        "pool-thread-concurrency" : "25601"
    },
    {    "name" : "NiceHash_Keccak",
        "url" : "stratum+tcp://stratum.nicehash.com:4338",
        "user" : "1Jp4cZcpCjQrqkAaPisktfVgU1uHV7uVQc",
        "pass" : "f0=2.4;f2=1.1;f3=10.5;f4=7.5;f5=1200;c0=2.4;c2=2.4;c3=1.4;c4=1.4;c5=1.7",
        "pool-algorithm" : "maxcoin",
        "pool-nfactor" : "10",
        "pool-xintensity" : "300",
        "pool-gpu-engine" : "1000-1000",
        "pool-gpu-memclock" : "1300-1300",
        "pool-gpu-threads" : "1",
        "pool-thread-concurrency" : "25601"
    }
],

"no-submit-stale" : true,
"failover-only" : true,
"failover-switch-delay" : "30",
"no-pool-disable" : true,

"api-allow" : "W:127.0.0.1",
"api-description" : "m1-multi",
"api-listen" : true,
"api-port" : "4096",

"remove-disabled" : true,

"temp-cutoff" : "95",
"temp-overheat" : "87",
"temp-target" : "80",
"gpu-fan" : "50-100",
"auto-fan" : true,

"lookup-gap" : "2",
"worksize" : "128",
"shaders" : "2560",
"queue" : "1",
"expiry" : "1",
"scan-time" : "1",
"timeout" : "60",
"log" : "5",
"temp-hysteresis" : "3",

"kernel-path" : "/usr/local/bin"
}

Any help greatly appreciated!
Posted from Bitcointa.lk - #A7J23pvPIVJKFWfH
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 [27] 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 ... 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!