Author

Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner - page 174. (Read 877844 times)

hero member
Activity: 826
Merit: 1000
What version PiMP and Windows AMD drivers are you using?
hero member
Activity: 1274
Merit: 556
At same clock speeds and same settings the speed difference is 200KH/s.
(using 1125/1500 on all my Asus R9 280X for testing purposes. The ones in Pimp do 3500Kh, the one in the windows pc does 3300) Huh
hero member
Activity: 826
Merit: 1000
Hmmm... did you supply the Pimp guys with a turbo version? I need to o/c my card in Windows madly to reach the same speed as my miner running pimp on X13... Did I miss anything??
What's your speed difference on what cards?
hero member
Activity: 1274
Merit: 556
Hmmm... did you supply the Pimp guys with a turbo version? I need to o/c my card in Windows madly to reach the same speed as my miner running pimp on X13... Did I miss anything??
hero member
Activity: 826
Merit: 1000
He Guys,

Been trying to get the best out of my 280x cards.
Updated to catalyst 14 and using the newest sgminer from this thread.

but.. not getting it higher than 3.150M with each card mining X11.
Anybody some good advice / good config for 280x card?

Did you delete your old .bin files after upgrading your catalyst?
I assume you upgraded to 14.6 or 14.7 and not 14.3

Yes. i have 14.4
That much difference?
Try the 14.6 Beta, I'm getting 3.6MH on my 7950's. Also, I'm using the Nicehash 8-4 daily Sgminer 5.

EDIT: X11 Speed^^

Are you running Windows, PiMP or BAMT?
hero member
Activity: 527
Merit: 500
Blockchain!!!
He Guys,

Been trying to get the best out of my 280x cards.
Updated to catalyst 14 and using the newest sgminer from this thread.

but.. not getting it higher than 3.150M with each card mining X11.
Anybody some good advice / good config for 280x card?

Did you delete your old .bin files after upgrading your catalyst?
I assume you upgraded to 14.6 or 14.7 and not 14.3

Yes. i have 14.4
That much difference?

The real improvements start from 14.6 and up.

Now using 14.3
no luck with any speed improvements. Damn..
Yes, i deleted the bin ;-)
sr. member
Activity: 332
Merit: 250
He Guys,

Been trying to get the best out of my 280x cards.
Updated to catalyst 14 and using the newest sgminer from this thread.

but.. not getting it higher than 3.150M with each card mining X11.
Anybody some good advice / good config for 280x card?

Did you delete your old .bin files after upgrading your catalyst?
I assume you upgraded to 14.6 or 14.7 and not 14.3

Yes. i have 14.4
That much difference?

The real improvements start from 14.6 and up.
hero member
Activity: 527
Merit: 500
Blockchain!!!
He Guys,

Been trying to get the best out of my 280x cards.
Updated to catalyst 14 and using the newest sgminer from this thread.

but.. not getting it higher than 3.150M with each card mining X11.
Anybody some good advice / good config for 280x card?

Did you delete your old .bin files after upgrading your catalyst?
I assume you upgraded to 14.6 or 14.7 and not 14.3

Yes. i have 14.4
That much difference?
sr. member
Activity: 332
Merit: 250
He Guys,

Been trying to get the best out of my 280x cards.
Updated to catalyst 14 and using the newest sgminer from this thread.

but.. not getting it higher than 3.150M with each card mining X11.
Anybody some good advice / good config for 280x card?

Did you delete your old .bin files after upgrading your catalyst?
I assume you upgraded to 14.6 or 14.7 and not 14.3
hero member
Activity: 527
Merit: 500
Blockchain!!!
He Guys,

Been trying to get the best out of my 280x cards.
Updated to catalyst 14 and using the newest sgminer from this thread.

but.. not getting it higher than 3.150M with each card mining X11.
Anybody some good advice / good config for 280x card?

My settings:

Code:
	"name" : "x11",
"algorithm" : "darkcoin-mod",
"xintensity" : "50",
"worksize": "64",
"gpu-engine": "1040",
"gpu-memclock": "1500",
"gpu-fan" : "80-100"

Code:
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"gpu-threads" : "2",
"temp-target" : "88",
"temp-overheat" : "92",
"temp-cutoff" : "96",
"blake-compact" : true,
"keccak-unroll" : "8",
"luffa-parallel" : true,
"include" : "profiles.conf"

thanks in advance
full member
Activity: 203
Merit: 100
Stats come from Sgminer, nothing to do with what i use to get them, they're the same in sgminer, cgwatcher, php script.
sr. member
Activity: 547
Merit: 250
Prolly cuz u got that fancy ass readout thing.
full member
Activity: 203
Merit: 100
Can you look too at stat in sgminer ?

When sgminer switch from 2 pool on the same Algo, stat are not reset and keep rissing but when switch between 2 algo stat are reset and correct

As you see, mining time, number of accepted are not reset even if sgminer have switch multi time here  Huh

hero member
Activity: 658
Merit: 500
A problem with bitblock.cl (x15) in modded sgminer.


well crap... will have to work on that i broke it when i added whirlcoin
drop the old version of whirlpool.cl into it and it should work as long as you dont try to use whirlcoin
member
Activity: 66
Merit: 10
A problem with bitblock.cl (x15) in modded sgminer.

full member
Activity: 181
Merit: 100
Anyone ever get this version working with local P2Pool using scrypt-n?
for p2pools put "no-extranonce" : true, in the pool config
like this

"pools" : [
   {
      "name" : "X11P2P.com",
      "url" : "http://x11p2p.com:7903",
      "user" : "XvRs67Wnw1n1Kwtq4ihhTpv699DdJpxdnt+.02",
      "pass" : "x",
      "priority" : "0",
      "no-extranonce" : true,
      "profile": "x11"
   },

Thanks for the information.  It still does not work.  Here is is the none working config.

Code:
{
"pools" : [
{
"name" : "p2pool",
"url" : "http://192.168.1.4:9172",
"user" : "Vv8DSRtwKwYsFdaskKHLyAPvtNiVEoUaYp",
"pass" : "1234",
"priority" : "0",
"no-extranonce" : true,
"profile": "nscrypt"
}
],
"profiles" : [
{
"name" : "nscrypt",
"lookup-gap" : "2",
"algorithm" : "psw",
"nfactor" : "11"
}
],

"scrypt" : true,
"kernel" : "psw",
"xintensity" : "4",
"worksize" : "256",
"shaders" : "2048",
"failover-only" : true,
"no-submit-stales" : true,
"lookup-gap" : "2,",
"auto-fan" : true,
"log-file" : "output.log",

"gpu-platform" : "1",
"gpu-engine" : "1020",
"gpu-memclock" : "1500",
"gpu-threads" : "2",

"temp-cutoff" : "85",
"temp-overheat" : "80",
"temp-target" : "72",
"temp-hysteresis" : "3",

"api-port" : "4028",
"api-listen" : true,
"api-allow" : "W:127.0.0.1",
"api-network" : true,

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

}

Same settings but works with a regular pool.
Code:
{
"pools" : [
{
"name" : "ltc.give-me-coins.com",
"url" : "stratum+tcp://vtc.give-me-coins.com:3337",
"user" : "KlaianDragon.Klaian",
"pass" : "1234",
"priority" : "0",
"no-extranonce" : true,
"profile": "nscrypt"
}
],
"profiles" : [
{
"name" : "nscrypt",
"lookup-gap" : "2",
"algorithm" : "psw",
"nfactor" : "11"
}
],

"scrypt" : true,
"kernel" : "psw",
"xintensity" : "4",
"worksize" : "256",
"shaders" : "2048",
"failover-only" : true,
"no-submit-stales" : true,
"lookup-gap" : "2,",
"auto-fan" : true,
"log-file" : "output.log",

"gpu-platform" : "1",
"gpu-engine" : "1020",
"gpu-memclock" : "1500",
"gpu-threads" : "2",

"temp-cutoff" : "85",
"temp-overheat" : "80",
"temp-target" : "72",
"temp-hysteresis" : "3",

"api-port" : "4028",
"api-listen" : true,
"api-allow" : "W:127.0.0.1",
"api-network" : true,

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

}
sr. member
Activity: 378
Merit: 250
badman, is there any builds that support doomcoin and whirlpool kernels yet ?
Whirlpool has been added to my develop branch if you can build yourself otherwise you will have to wait till I can get home and update my mod build

As for doomcoin I don't know anything about it

doomcoin is luffa512
new mod binary is up in my sig
whirlcoin algo added, and myriadcoin-groestl fixed (don't know if it will be any faster as i had to remove most of the optimization till i can figure out what was wrong)

i would add doomcoin but it will take some major conversion to import it from sph-sgminer to the new sgminer
and i don't really know enough to easily do that
thanks, i got your 290 config but one 290 in my rig needs +44mV to be stable @1075 where others run +0mV.Does that mean +44mV one will die soon?
sr. member
Activity: 547
Merit: 250
What about jackpotcoin and cryptonight  ? Sad
I know, ystarnaud still hasn't closed those issues yet...
sr. member
Activity: 294
Merit: 250
What about jackpotcoin and cryptonight  ? Sad
hero member
Activity: 658
Merit: 500
badman, is there any builds that support doomcoin and whirlpool kernels yet ?
Whirlpool has been added to my develop branch if you can build yourself otherwise you will have to wait till I can get home and update my mod build

As for doomcoin I don't know anything about it

doomcoin is luffa512
new mod binary is up in my sig
whirlcoin algo added, and myriadcoin-groestl fixed (don't know if it will be any faster as i had to remove most of the optimization till i can figure out what was wrong)

i would add doomcoin but it will take some major conversion to import it from sph-sgminer to the new sgminer
and i don't really know enough to easily do that
Jump to: