Bitcoin Forum
May 03, 2024, 05:12:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 ... 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
July 28, 2014, 01:41:23 AM
 #1381

Wow, yeah, I hit the mythical 6.2M as well.
The performance increase is a creeper, but it gets there after around 20 minutes.
1714713158
Hero Member
*
Offline Offline

Posts: 1714713158

View Profile Personal Message (Offline)

Ignore
1714713158
Reply with quote  #2

1714713158
Report to moderator
1714713158
Hero Member
*
Offline Offline

Posts: 1714713158

View Profile Personal Message (Offline)

Ignore
1714713158
Reply with quote  #2

1714713158
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714713158
Hero Member
*
Offline Offline

Posts: 1714713158

View Profile Personal Message (Offline)

Ignore
1714713158
Reply with quote  #2

1714713158
Report to moderator
1714713158
Hero Member
*
Offline Offline

Posts: 1714713158

View Profile Personal Message (Offline)

Ignore
1714713158
Reply with quote  #2

1714713158
Report to moderator
1714713158
Hero Member
*
Offline Offline

Posts: 1714713158

View Profile Personal Message (Offline)

Ignore
1714713158
Reply with quote  #2

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

Activity: 547
Merit: 250



View Profile
July 28, 2014, 01:42:42 AM
 #1382

badman74, are you familiar with #pragma unroll?

Why can't we #pragma unroll 14 for the bottom two loops in groestl.cl?  Is it because we are inside of a do-while?

Trying to #pragma unroll 14 the two for loops inside of the do-whiles doesn't work; it won't build the bin.
actually i have no idea
the only reason i found that for groestl.cl was because it was in aznboy84's darkcoin-mod.cl

Yeah if you look in his bitblock.cl, you will see something in the end, under the whirlpool section; take notice of his #pragma unroll 10

I'm wondering why we can't mimic such behavior but with #pragma unroll 14 for the r<14 for loops.  I don't think we can unroll do-whiles, though.
ebliever
Legendary
*
Offline Offline

Activity: 1708
Merit: 1035


View Profile
July 28, 2014, 02:35:48 AM
 #1383

#define SPH_COMPACT_BLAKE_64 1 seems to give just a tiny bit more
Edited all .cl's; running experiment for uptime & stability; will report back.
Appears to add around 50Kh/s on x11.
seems like
#define SPH_LUFFA_PARALLEL 1 = 2%
#define SPH_COMPACT_BLAKE_64 1 = 1%
#define SPH_KECCAK_UNROLL  6 = 1%
substituted loops in groestl.cl = ~5%
I wonder if this is only for us on these Hawaii architectures.
Would it be worth us submitting a pull request to edit/update these four .cl files, or would it break compatibility for Tahitis & Pitcairns?
same seems to apply for my 7750's
Where can we get .cl's with these changes in the meantime?

Luke 12:15-21

Ephesians 2:8-9
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
July 28, 2014, 02:46:01 AM
 #1384

#define SPH_COMPACT_BLAKE_64 1 seems to give just a tiny bit more
Edited all .cl's; running experiment for uptime & stability; will report back.
Appears to add around 50Kh/s on x11.
seems like
#define SPH_LUFFA_PARALLEL 1 = 2%
#define SPH_COMPACT_BLAKE_64 1 = 1%
#define SPH_KECCAK_UNROLL  6 = 1%
substituted loops in groestl.cl = ~5%
I wonder if this is only for us on these Hawaii architectures.
Would it be worth us submitting a pull request to edit/update these four .cl files, or would it break compatibility for Tahitis & Pitcairns?
same seems to apply for my 7750's
Where can we get .cl's with these changes in the meantime?
check my sig
let me know if you find any that wont build or decrease in hashrate
ebliever
Legendary
*
Offline Offline

Activity: 1708
Merit: 1035


View Profile
July 28, 2014, 03:35:09 AM
Last edit: July 29, 2014, 12:53:06 PM by ebliever
 #1385

Thanks; my rig's on a lease (which I consider hands-off periods) so I'll have to wait to try it, but I'll let you know if it makes a difference pro or con.

EDIT: The newer builds mentioned here didn't help any, I ended up reverted to my July 25 build for best stability.

I've been playing with engine/memory settings on individual GPUs. After a few hopeful minutes I keep getting SICK GPU's at anything above 1020/1350 on X11.

Luke 12:15-21

Ephesians 2:8-9
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
July 28, 2014, 08:53:24 PM
 #1386

My max with x11 is 6230kh/s but I can't achieve it everytime..usual it is 6160kh/s..
It happen often if I reboot my pc and start hashing with x11, but today that don't even work. Any explanation or do someone get the same?

There are some changes regarding
"blake-compact" : true,
"keccak-unroll" : "8",
"luffa-parallel" : true,

Are there already windows build out?

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

Activity: 658
Merit: 500



View Profile
July 28, 2014, 09:14:25 PM
Last edit: July 28, 2014, 10:26:13 PM by badman74
 #1387

My max with x11 is 6230kh/s but I can't achieve it everytime..usual it is 6160kh/s..
It happen often if I reboot my pc and start hashing with x11, but today that don't even work. Any explanation or do someone get the same?

There are some changes regarding
"blake-compact" : true,
"keccak-unroll" : "8",
"luffa-parallel" : true,

Are there already windows build out?
the mod in my sig
edit: i see it is out on the develop branch, will compile shortly
edit2: develop branch binaries added to my sig
add this to your config
Code:
"blake-compact" : true,
"keccak-unroll" : "8",
"luffa-parallel" : true,
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
July 28, 2014, 10:55:13 PM
Last edit: July 28, 2014, 11:34:14 PM by bullus
 #1388

My max with x11 is 6230kh/s but I can't achieve it everytime..usual it is 6160kh/s..
It happen often if I reboot my pc and start hashing with x11, but today that don't even work. Any explanation or do someone get the same?

There are some changes regarding
"blake-compact" : true,
"keccak-unroll" : "8",
"luffa-parallel" : true,

Are there already windows build out?
the mod in my sig
edit: i see it is out on the develop branch, will compile shortly
edit2: develop branch binaries added to my sig
add this to your config
Code:
"blake-compact" : true,
"keccak-unroll" : "8",
"luffa-parallel" : true,

Thanks for compile  Wink

Tested 1050/1350 14.7rc1

X11=5930kh/s  Sad
x13=4650kh/s
x15=4010kh/s

Tested 1050/1350 14.6rc1 (opencl files)

X11=6160kh/s  

Code:
{
"profiles" : [
{
"name" : "x11",
"algorithm" : "darkcoin-mod",
"xintensity" : "64",
"gpu-threads" : "2",
"worksize": "64"
},
{
"name" : "x13",
"algorithm" : "marucoin-mod",
"xintensity" : "51",
"gpu-threads" : "2",
"worksize": "64"
},
{
"name" : "x15",
"algorithm" : "bitblock",
"xintensity" : "51",
"gpu-threads" : "2",
"worksize": "64"
},
{
"name" : "nist5",
"algorithm" : "talkcoin-mod",
"intensity" : "16",
"gpu-threads" : "2",
"worksize": "64"
}
],
"default-profile": "x15",
"hamsi-expand-big" : "7",
"hamsi-short" : true,
"blake-compact" : true,
"keccak-unroll" : "8",
"luffa-parallel" : true,
"shaders" : "2816",
"gpu-fan" : "85-100",
"gpu-powertune" : "10",
"gpu-engine" : "1050",
"gpu-memclock" : "1350",
"gpu-vddc" : "0",
"auto-fan" : true,
"failover-only" : true,
"expiry" : "1",
"gpu-dyninterval" : "7",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "2",
"shares" : "0",
"no-submit-stale" : false,
"no-restart" : true,
"failover-switch-delay" : "30",
"show-coindiff" : true,
"remove-disabled" : true,
"extranonce-subscription" : true
}

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
Arachnid
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 29, 2014, 04:14:50 AM
Last edit: July 29, 2014, 02:25:49 PM by Arachnid
 #1389

Where can we get .cl's with these changes in the meantime?
check my sig
let me know if you find any that wont build or decrease in hashrate

The .cl's in the 'sgminer_v5_0_develop' branch in your sig have the changes? Do I need to use that sgminer, or just the .cl files?

I'm just not getting anything like your guys' hashrates. What sdk are you running, or does sgminer even require that?

5.1kh = x11 Sad

Using the new conf files on 290x @ 1050, 1350 on the 7/25 nightly sgminer with 14.7RC driver on Win 7 x64.

Thanks!
ramx2
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
July 29, 2014, 10:01:56 AM
 #1390

Working config for x11/x13/x14/x15/keccak/nist5/qubit algos on 3x 290X (shaders 2816) rig on CGWatcher 1.4.1, W7x64 CCC 14.7RC
disabled ULPS in MSI AB; substituted loops in groestl.cl; #define SPH_KECCAK_UNROLL   6, #define SPH_LUFFA_PARALLEL 1 in darkcoin-mod.cl, marucoin-mod.cl, x14.cl, bitblock.cl; nist5 algo xI: 30, x13/x14/x15 algos w/hamsi xI:50, x11 algo xI:64.
https://www.nicehash.com/software/nightly/sgminer-5.0-daily-20140725-21-win32.zip
Hashrates:
x11: 6.1M
x13: 4.8M
x15: 4.1M
nist5: 18M
keccak: 440M
scrypt: disabled
nscrypt: disabled
qubit: disabled
x14: disabled

sgminer.conf
Code:
{
"pools" : [
{
"name" : "br x15 platinum4.3",
"url" : "stratum+tcp://r6215.g52.rigs.eu.betarigs.com:9046",
"user" : "platinumstephen-6215",
"pass" : "x",
"pool-priority" : "0",
"profile" : "x15"
},
{
"name" : "mrr keccak platinum4.3",
"url" : "http://us-central01.miningrigrentals.com:3333",
"user" : "platinumstephen.6445",
"pass" : "x",
"pool-priority" : "1",
"profile" : "keccak"
},
{
"name" : "mrr keccak platinum4.3 (2)",
"url" : "http://us-east01.miningrigrentals.com:3333",
"user" : "platinumstephen.6445",
"pass" : "x",
"pool-priority" : "2",
"profile" : "keccak"
},
{
"name" : "mrr keccak platinum4.3 (3)",
"url" : "http://us-west01.miningrigrentals.com:3333",
"user" : "platinumstephen.6445",
"pass" : "x",
"pool-priority" : "3",
"profile" : "keccak"
},
{
"name" : "mrr keccak platinum4.3 (4)",
"url" : "http://eu-01.miningrigrentals.com:3333",
"user" : "platinumstephen.6445",
"pass" : "x",
"pool-priority" : "4",
"profile" : "keccak"
},
{
"name" : "mrr keccak platinum4.3 (5)",
"url" : "http://ap-01.miningrigrentals.com:3333",
"user" : "platinumstephen.6445",
"pass" : "x",
"pool-priority" : "5",
"profile" : "keccak"
},
{
"name" : "nh nist5 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4340",
"user" : "19VAeHKFfo91wxPhXQAEvHbkV4B2t5yRgq.3",
"pass" : "d=0.050;f0=0;f2=0;f3=18.06;f4=14.11;f5=1320;f6=12;f7=52.8;c0=0;c2=0;c3=1.8;c4=1.8;c5=2.2;c6=1.8;c7=1.6",
"pool-priority" : "6",
"profile" : "nist5"
},
{
"name" : "nh x15 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4339",
"user" : "19VAeHKFfo91wxPhXQAEvHbkV4B2t5yRgq.3",
"pass" : "d=0.050;f0=0;f2=0;f3=18.06;f4=14.11;f5=1320;f6=12;f7=52.8;c0=0;c2=0;c3=1.8;c4=1.8;c5=2.2;c6=1.8;c7=1.6",
"pool-priority" : "7",
"profile" : "x15"
},
{
"name" : "nh x13 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4337",
"user" : "19VAeHKFfo91wxPhXQAEvHbkV4B2t5yRgq.3",
"pass" : "d=0.050;f0=0;f2=0;f3=18.06;f4=14.11;f5=1320;f6=12;f7=52.8;c0=0;c2=0;c3=1.8;c4=1.8;c5=2.2;c6=1.8;c7=1.6",
"pool-priority" : "8",
"profile" : "x13"
},
{
"name" : "nh x11 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4336",
"user" : "19VAeHKFfo91wxPhXQAEvHbkV4B2t5yRgq.3",
"pass" : "d=0.050;f0=0;f2=0;f3=18.06;f4=14.11;f5=1320;f6=12;f7=52.8;c0=0;c2=0;c3=1.8;c4=1.8;c5=2.2;c6=1.8;c7=1.6",
"pool-priority" : "9",
"profile" : "x11"
},
{
"name" : "nh keccak multi",
"url" : "stratum+tcp://stratum.nicehash.com:4338",
"user" : "19VAeHKFfo91wxPhXQAEvHbkV4B2t5yRgq.3",
"pass" : "d=512;f0=0;f2=0;f3=18.06;f4=14.11;f5=1320;f6=12;f7=52.8;c0=0;c2=0;c3=1.8;c4=1.8;c5=2.2;c6=1.8;c7=1.6",
"pool-priority" : "10",
"profile" : "keccak"
},
{
"name" : "mrr x15 platinum4.3",
"url" : "http://us-central01.miningrigrentals.com:3333",
"user" : "platinumstephen.3983",
"pass" : "x",
"pool-priority" : "11",
"profile" : "x15"
},
{
"name" : "mrr x15 platinum4.3 (2)",
"url" : "http://us-east01.miningrigrentals.com:3333",
"user" : "platinumstephen.3983",
"pass" : "x",
"pool-priority" : "12",
"profile" : "x15"
},
{
"name" : "mrr x15 platinum4.3 (3)",
"url" : "http://us-west01.miningrigrentals.com:3333",
"user" : "platinumstephen.3983",
"pass" : "x",
"pool-priority" : "13",
"profile" : "x15"
},
{
"name" : "mrr x15 platinum4.3 (4)",
"url" : "http://eu-01.miningrigrentals.com:3333",
"user" : "platinumstephen.3983",
"pass" : "x",
"pool-priority" : "14",
"profile" : "x15"
},
{
"name" : "mrr x15 platinum4.3 (5)",
"url" : "http://ap-01.miningrigrentals.com:3333",
"user" : "platinumstephen.3983",
"pass" : "x",
"pool-priority" : "15",
"profile" : "x15"
},
{
"name" : "mrr nist5 platinum4.3",
"url" : "http://us-central01.miningrigrentals.com:3333",
"user" : "platinumstephen.5406",
"pass" : "x",
"pool-priority" : "16",
"profile" : "nist5"
},
{
"name" : "mrr nist5 platinum4.3 (2)",
"url" : "http://us-east01.miningrigrentals.com:3333",
"user" : "platinumstephen.5406",
"pass" : "x",
"pool-priority" : "17",
"profile" : "nist5"
},
{
"name" : "mrr nist5 platinum4.3 (3)",
"url" : "http://us-west01.miningrigrentals.com:3333",
"user" : "platinumstephen.5406",
"pass" : "x",
"pool-priority" : "18",
"profile" : "nist5"
},
{
"name" : "mrr nist5 platinum4.3 (4)",
"url" : "http://eu-01.miningrigrentals.com:3333",
"user" : "platinumstephen.5406",
"pass" : "x",
"pool-priority" : "19",
"profile" : "nist5"
},
{
"name" : "mrr nist5 platinum4.3 (5)",
"url" : "http://ap-01.miningrigrentals.com:3333",
"user" : "platinumstephen.5406",
"pass" : "x",
"pool-priority" : "20",
"profile" : "nist5"
},
{
"name" : "mrr x13 platinum4.3",
"url" : "http://us-central01.miningrigrentals.com:3333",
"user" : "platinumstephen.1769",
"pass" : "x",
"pool-priority" : "21",
"profile" : "x13"
},
{
"name" : "mrr x13 platinum4.3 (2)",
"url" : "http://us-east01.miningrigrentals.com:3333",
"user" : "platinumstephen.1769",
"pass" : "x",
"pool-priority" : "22",
"profile" : "x13"
},
{
"name" : "mrr x13 platinum4.3 (3)",
"url" : "http://us-west01.miningrigrentals.com:3333",
"user" : "platinumstephen.1769",
"pass" : "x",
"pool-priority" : "23",
"profile" : "x13"
},
{
"name" : "mrr x13 platinum4.3 (4)",
"url" : "http://eu-01.miningrigrentals.com:3333",
"user" : "platinumstephen.1769",
"pass" : "x",
"pool-priority" : "24",
"profile" : "x13"
},
{
"name" : "mrr x13 platinum4.3 (5)",
"url" : "http://ap-01.miningrigrentals.com:3333",
"user" : "platinumstephen.1769",
"pass" : "x",
"pool-priority" : "25",
"profile" : "x13"
},
{
"name" : "mrr x11 platinum4.3",
"url" : "http://us-central01.miningrigrentals.com:3333",
"user" : "platinumstephen.4266",
"pass" : "x",
"pool-priority" : "26",
"profile" : "x11"
},
{
"name" : "mrr x11 platinum4.3 (2)",
"url" : "http://us-east01.miningrigrentals.com:3333",
"user" : "platinumstephen.4266",
"pass" : "x",
"pool-priority" : "27",
"profile" : "x11"
},
{
"name" : "mrr x11 platinum4.3 (3)",
"url" : "http://us-west01.miningrigrentals.com:3333",
"user" : "platinumstephen.4266",
"pass" : "x",
"pool-priority" : "28",
"profile" : "x11"
},
{
"name" : "mrr x11 platinum4.3 (4)",
"url" : "http://eu-01.miningrigrentals.com:3333",
"user" : "platinumstephen.4266",
"pass" : "x",
"pool-priority" : "29",
"profile" : "x11"
},
{
"name" : "mrr x11 platinum4.3 (5)",
"url" : "http://ap-01.miningrigrentals.com:3333",
"user" : "platinumstephen.4266",
"pass" : "x",
"pool-priority" : "30",
"profile" : "x11"
}
],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"gpu-threads" : "2",
"temp-hysteresis" : "1",
"temp-target" : "80",
"temp-overheat" : "90",
"temp-cutoff" : "94",
"include" : "profiles.conf"
}
profiles.conf
Code:
{
"profiles" : [
{
"name" : "x11",
"algorithm" : "darkcoin-mod",
"xintensity" : "64"
},
{
"name" : "x13",
"algorithm" : "marucoin-mod",
"xintensity" : "50"
},
{
"name" : "x14",
"algorithm" : "x14",
"xintensity" : "50"
},
{
"name" : "x15",
"algorithm" : "bitblock",
"xintensity" : "50"
},
{
"name" : "nist5",
"algorithm" : "talkcoin-mod",
"xintensity" : "30"
},
{
"name" : "qubit",
"algorithm" : "qubitcoin",
"intensity" : "21",
"worksize": "256"
},
{
"name" : "keccak",
"algorithm" : "maxcoin",
"intensity" : "14",
"worksize" : "256",
"gpu-threads": "1"
}
],
"gpu-fan" : "50-100",
"gpu-engine": "1040",
"gpu-memclock" : "1500",
"worksize": "64",
"expiry" : "1",
"failover-only" : true,
"scan-time" : "1",
"auto-fan" : true,
"no-restart" : true,
"shaders" : "2816",
"log-file" : "output.log",
"no-client-reconnect" : true,
"show-coindiff" : true,
"failover-switch-delay" : "30",
"hamsi-expand-big" : "7",
"hamsi-short" : true,
"extranonce-subscription" : true
}

Platinum4,

Just need to know if those configs are running correctly on your 290X Trix-oc ?
unlock.mk
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
July 29, 2014, 10:09:19 AM
 #1391

sgminer v5 doesnt seems to work for my AMD GPU cards​, my PC hangs completly, and i have to manual restart

Can you help me ?​
Cards that needs to be supported are:

HD5800
HD5870
HD5970


Windows 7 64bit
GPU drivers tested: v13.12; 14.4; 14.6

Do you guys have some config that works on these cards ?

Stats:

There is no progress for old HD5XXX cards.
No X15 mining.
My pc just freezes to white screen, or just become unresponsive.
No matter what i combine, what kernel or config i use.

If someone has experience or knowledge to help me i'be very grateful.



Present speed that i can run Sgminer on algos X11 and X13 is:

X11
HD5850 =1900
HD5870 =1750
HD5970 =1750+1750=3500

X13
HD5850 =1300
HD5870 =1150
HD5970 =1200+1200=2400

bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
July 29, 2014, 11:03:21 AM
Last edit: July 29, 2014, 11:15:59 AM by bullus
 #1392

Where can we get .cl's with these changes in the meantime?
check my sig
let me know if you find any that wont build or decrease in hashrate

The .cl's in the 'sgminer_v5_0_develop' branch in your sig have the changes? Do I need to use that sgminer, or just the .cl files?

I'm just not getting anything like your guys' hashrates. What sdk are you running, or does sgminer even require that?

5.1kh = x11 Sad

Using the new conf files and the 7/25 sgminer with 14.7RC driver on Win 7 x64.

Thanks!
Just use badmans develop branch or the nightly build fom platinum4 post.
Did u try my profiles.conf or platinums4?
Can't see what settings ur using.

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
July 29, 2014, 11:18:07 AM
 #1393

Code:
https://www.dropbox.com/s/qmrmlzelblstfl1/sgminer5.0.3.zip
What's this?
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
July 29, 2014, 11:46:37 AM
 #1394

Code:
https://www.dropbox.com/s/qmrmlzelblstfl1/sgminer5.0.3.zip
What's this?

Just download it and u know ..  Grin

Strange I can't see the link only when u quote it.

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
July 29, 2014, 12:34:24 PM
 #1395

Code:
https://www.dropbox.com/s/qmrmlzelblstfl1/sgminer5.0.3.zip
What's this?
Just download it and u know ..  Grin
Strange I can't see the link only when u quote it.
Fuck that, that's an extra weird way to drop a link, from a new account as well.
I wasn't aware we were on 5.0.3, I coulda swore it was 4.2.2
Maybe, he is from the future?
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
July 29, 2014, 12:38:19 PM
 #1396

Code:
https://www.dropbox.com/s/qmrmlzelblstfl1/sgminer5.0.3.zip
What's this?
Just download it and u know ..  Grin
Strange I can't see the link only when u quote it.
Fuck that, that's an extra weird way to drop a link, from a new account as well.
I wasn't aware we were on 5.0.3, I coulda swore it was 4.2.2
Maybe, he is from the future?
Grin The post is gone, send him back to the past

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
July 29, 2014, 12:54:33 PM
 #1397

Code:
https://www.dropbox.com/s/qmrmlzelblstfl1/sgminer5.0.3.zip
What's this?
Just download it and u know ..  Grin
Strange I can't see the link only when u quote it.
Fuck that, that's an extra weird way to drop a link, from a new account as well.
I wasn't aware we were on 5.0.3, I coulda swore it was 4.2.2
Maybe, he is from the future?
Grin The post is gone, send him back to the past
Marty McFly ass.
Arachnid
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 29, 2014, 03:05:09 PM
Last edit: July 29, 2014, 05:33:28 PM by Arachnid
 #1398

Just use badmans develop branch or the nightly build fom platinum4 post.
Did u try my profiles.conf or platinums4?
Can't see what settings ur using.

OK, thanks for your help!
Used badmans develop branch.
Used your profiles.conf except upped "gpu-memclock" : "1500" for x11 and nist5 like in Platinums conf.

Also, I got rid of:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
in my batch file. Is this necessary any more or not? Seems to make no difference either way.

X11 = 5.67Mh  (started at 5.9 and then settled at that. That is much better than what I had before [5.1])

Edit: Down to 5.48 now. Hmmmm....
lbr
Sr. Member
****
Offline Offline

Activity: 423
Merit: 254


View Profile
July 29, 2014, 06:48:52 PM
 #1399

Also, I got rid of:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
in my batch file. Is this necessary any more or not? Seems to make no difference either way.
Yes, but they come in effect after first run and logoff/reboot or immediately. No need to set them again and again.

Tho, x11/x13/x15 barely use GPU RAM, so prly GPU_MAX_ALLOC is not required at all.

BTC: 18ozhbkfHneX8tnPgHJuTizyBmspM5Vgpa  LTC: LgVc7KdedPGZyDXHXEH9G7z6AoTmTvDdWb
cgminer 2.11.13 x64 portable for Mac OS X 10.6.8
6+ GPUs driver mod for Windows
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
July 29, 2014, 07:24:23 PM
 #1400

Just use badmans develop branch or the nightly build fom platinum4 post.
Did u try my profiles.conf or platinums4?
Can't see what settings ur using.

OK, thanks for your help!
Used badmans develop branch.
Used your profiles.conf except upped "gpu-memclock" : "1500" for x11 and nist5 like in Platinums conf.

Also, I got rid of:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
in my batch file. Is this necessary any more or not? Seems to make no difference either way.

X11 = 5.67Mh  (started at 5.9 and then settled at that. That is much better than what I had before [5.1])

Edit: Down to 5.48 now. Hmmmm....

gpu-throttle ?

MAybe lower your xIntensity

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
Pages: « 1 ... 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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 ... 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!