Author

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

hero member
Activity: 658
Merit: 500
What happened to the github page?
v5_0 has been merged into master so the master branch is now 5.0.0
https://github.com/sgminer-dev/sgminer
legendary
Activity: 2646
Merit: 2793
Shitcoin Minimalist
What happened to the github page?
hero member
Activity: 658
Merit: 500
how do I setup sgminer to work with Zeusminer Thunder X6?

any examples?
sgminer works with gpu's.... unless it registers as a gpu, sgminer would need to be modded to work with it i believe
sr. member
Activity: 476
Merit: 250
how do I setup sgminer to work with Zeusminer Thunder X6?

any examples?
hero member
Activity: 658
Merit: 500
So is the mod version bumped to 5.0.0 now or what?
yes just having problems getting it to actually say 5.0.0 from git
sr. member
Activity: 547
Merit: 250
So is the mod version bumped to 5.0.0 now or what?
hero member
Activity: 658
Merit: 500
Hi
    Do I still need to make two config files to make the coin switcher on nicehash work with cgwatcher ?

cheers
I think the newest version is fine with just 1
hero member
Activity: 672
Merit: 500
I know pretty well how opensource works. I am an opersource programmer for 20 years now.
The code was initially based on sph but is now completely rewritten, so I can license it as I like. Or simply avoid publishing it.
Then keep it for yourself and enjoy a couple months of mining. Groestl and groestl-myr is on my list already and I will release it for free when it's done.
hero member
Activity: 528
Merit: 500
Hi
    Do I still need to make two config files to make the coin switcher on nicehash work with cgwatcher ?

cheers
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
I've made a 25 Mh/s (R9 290) groestlcoin/diamond/etc. kernel for sph-sgminer or derivates. It took months of work.
Convince me to opensource it! (or make an offer)
Donations (BTC):

Presuming you built if off another kernel, and didn't write it from scratch without reference to any public domain opensource software - by the license agreement associated with that public domain base/reference software your code must be made public domain.  That is how open-source works...

I know pretty well how opensource works. I am an opersource programmer for 20 years now.
The code was initially based on sph but is now completely rewritten, so I can license it as I like. Or simply avoid publishing it.
sr. member
Activity: 470
Merit: 250
Better to have 100 friends than 100 rubles
I've made a 25 Mh/s (R9 290) groestlcoin/diamond/etc. kernel for sph-sgminer or derivates. It took months of work.
Convince me to opensource it! (or make an offer)
Donations (BTC): 1H7qC5uHuGX2d5s9Kuw3k7Wm7xMQzL16SN

Presuming you built if off another kernel, and didn't write it from scratch without reference to any public domain opensource software - by the license agreement associated with that public domain base/reference software your code must be made public domain.  That is how open-source works...
hero member
Activity: 658
Merit: 500
try redownloading my mod from my sig

badman74, is the code on https://github.com/badman74/sgminer/ master tree the "mod" version, that is, the same that is used for your windows binaries mod?
yes
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
I've made a 25 Mh/s (R9 290) groestlcoin/diamond/etc. kernel for sph-sgminer or derivates. It took months of work.
Convince me to opensource it! (or make an offer)
Donations (BTC): 1H7qC5uHuGX2d5s9Kuw3k7Wm7xMQzL16SN
sr. member
Activity: 294
Merit: 250
I'm mining at nicehash because of the promotion  Grin

Same config/settings gpu etc but yesterday I got x11@6140 and today 6240 after starting again because I was gaming Huh
Still don't understand why it makes that difference..
sr. member
Activity: 457
Merit: 273
try redownloading my mod from my sig

badman74, is the code on https://github.com/badman74/sgminer/ master tree the "mod" version, that is, the same that is used for your windows binaries mod?
hero member
Activity: 658
Merit: 500
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" : "15",
"gpu-engine" : "0",
"gpu-memclock" : "0",
"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
}
R9 290x
Try hamsi-expand 7
There non x r9 290's but even so being under 10M was making me think i was missing some mod   or some reading that with nist5 the speed was hard to get to.
i would say yes you should be getting more than 9mh/s out of them but i dont really see any huge problems with your setup...
try redownloading my mod from my sig
and make sure

"hamsi-expand-big" : "7",
"hamsi-short" : true,
"blake-compact" : true,
"keccak-unroll" : "8",
"luffa-parallel" : true,

are in your config
also set

"gpu-threads" : "2",
"worksize": "64"
hero member
Activity: 528
Merit: 500
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" : "15",
"gpu-engine" : "0",
"gpu-memclock" : "0",
"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
}
R9 290x
Try hamsi-expand 7
There non x r9 290's but even so being under 10M was making me think i was missing some mod   or some reading that with nist5 the speed was hard to get to.
sr. member
Activity: 294
Merit: 250
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" : "15",
"gpu-engine" : "0",
"gpu-memclock" : "0",
"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
}
R9 290x
Try hamsi-expand 7
hero member
Activity: 528
Merit: 500
thanks guys i got threads at "2" and i down to  I16  now but not much difference i just cant get above 9M

i am using Badmans modded miner with no modded bin's or kernel files added just what the miner makes it self

Also all my GPU's are reading different hash speeds which is not the case when minning X11


{
"pools" : [
   {
      "name" : "darkcoin.fr:7903",
      "url" : "stratum+tcp://darkcoin.fr:7903",
      "user" : "XeSaKmKmrhZ3728gPkcJSYsdRTgnZwFht8",
      "pass" : "j",
      "pool-priority" : "1"
   },
   {
      "name" : "nicehash",
      "url" : "stratum+tcp://stratum.nicehash.com:3340",
      "user" : "1Jfi4nYdjn2NNrrvdYkXs9uPL58v7Jpi3m",
      "pass" : "j",
      "pool-priority" : "0"
   }
],
"api-allow" : "W:127.0.0.1",
"hamsi-expand-big" : "4",
"api-listen" : true,
"expiry" : "1",
"failover-only" : true,
"algorithm" : "talkcoin-mod",
"gpu-engine" : "947-947",
"gpu-memclock" : "1200",
"queue" : "0",
"scan-time" : "1",
"auto-fan" : true,
"auto-gpu" : false,
"gpu-threads" : "2",
"gpu-fan" : "0-100",
"gpu-platform" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "0.000",
"temp-target" : "80",
"temp-overheat" : "90",
"temp-cutoff" : "95",
"vectors" : "1",
"worksize" : "128",
"lookup-gap" : "2",
"shaders" : "2560",
"intensity" : "16",
"no-pool-disable" : true,
"tcp-keepalive" : "30"
}



cheers
hero member
Activity: 672
Merit: 500
http://fuk.io - check it out!
Jump to: