Author

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

hero member
Activity: 658
Merit: 500
Do git clone --recursive https://github.com/sgminer-dev/sgminer.git to get sgminer instead of downloading it the way you are, or use git submodule init and git submodule update before configuring
still not working Sad
still shows you dont have jasson... in mingw shell, goto your sgminer dir and enter git submodule update --init and see if it downloads it if not then there is a problem with git
i have to open a git shell separately (not the one i use for mingw) then use git submodule update --init, then go back to mingw and do the rest from autoreconf -fvi on

Thanks,

I got jansson installed now. Do version numbers matter here? i did the submodule update on sgminer folder, but now it doesn't find OpenCL after configure.

Gonna try to redo it.
not really... for some reason i cant get my fork of sgminer to show 5.0.0
only way i could do it as far as i have found would be to delete my repo and refork it then add my changes back

Duuuuuude. I know you probably brain farted here... but *facepaw*

Try grepping master of the official sgminer git for the version message. Do the same with with yours. Copy. Paste.
ehhh what's grepping?
the extent of my actual programming knowledge is computer basic learned about 25 years ago
i did add 5.0.0 tags and release to my fork but it didn't help
still a newbie at github controls
full member
Activity: 125
Merit: 100
in sgminer v5 doesn't work nscrypt  Huh
Code:
sgminer.exe --algorithm nscrypt -o stratum+tcp://stratum.nicehash.com:3335 -u ...... -p d=128 -I 19 -w 256 -g 1 --lookup-gap 2 --thread-concurrency 19712,12800 -s 1 --queue 0 --expiry 10 --gpu-engine 1100,1160 --gpu-memclock 1400,1500 --gpu-powertune 20 --gpu-fan 72,48
have: " Rejected ....share above target "  on 4.2.1 version it's OK  What is wrong with sgminer v5?
use
"algorithm" : "alexkarnew",
"nfactor" : "11"
or whatever scrypt kernel you want instead of alexkarnew

Thank you
hero member
Activity: 528
Merit: 500
Any help for upgrading to 14.9?
If you are using "Badman74" mod from his sig then i would most defenintly   stick with or go back to 14.6 rc beta
member
Activity: 81
Merit: 1002
It was only the wind.
I just started using remote desktop on win 7 and the temp,fan speed,engine clocks and men clocks reading's have gone from sgminer i tryed a couple of fixes but they don't seem to work
anyone here know any ?
cheers

Don't use it - use TeamViewer or something.
sr. member
Activity: 275
Merit: 250
Any help for upgrading to 14.9?
hero member
Activity: 658
Merit: 500
in sgminer v5 doesn't work nscrypt  Huh
Code:
sgminer.exe --algorithm nscrypt -o stratum+tcp://stratum.nicehash.com:3335 -u ...... -p d=128 -I 19 -w 256 -g 1 --lookup-gap 2 --thread-concurrency 19712,12800 -s 1 --queue 0 --expiry 10 --gpu-engine 1100,1160 --gpu-memclock 1400,1500 --gpu-powertune 20 --gpu-fan 72,48
have: " Rejected ....share above target "  on 4.2.1 version it's OK  What is wrong with sgminer v5?
use
"algorithm" : "alexkarnew",
"nfactor" : "11"
or whatever scrypt kernel you want instead of alexkarnew
full member
Activity: 125
Merit: 100
in sgminer v5 doesn't work nscrypt  Huh
Code:
sgminer.exe --algorithm nscrypt -o stratum+tcp://stratum.nicehash.com:3335 -u ...... -p d=128 -I 19 -w 256 -g 1 --lookup-gap 2 --thread-concurrency 19712,12800 -s 1 --queue 0 --expiry 10 --gpu-engine 1100,1160 --gpu-memclock 1400,1500 --gpu-powertune 20 --gpu-fan 72,48
have: " Rejected ....share above target "  on 4.2.1 version it's OK  What is wrong with sgminer v5?
member
Activity: 81
Merit: 1002
It was only the wind.
tell you what i've had one r9 290 elipa playing up for ages it just would not hash like the other elipa's i thought it was couse of when i flashed the bioses with the stilt's ages ago but today i happened to end up looking at the driver version with device manager and you know what ,, it still had the 13.2 driver on it when the other 3 had 14.7 even though i ran the 14.7 driver installer with all the cards installed.

Running linux - driver is latest.

Finally got my 290 non x's hashing over 5M on x11 but one card seems very much slower for the "wu" to rise it just is not getting the same rate of accepts, rejects is fine at 0% just v low wu,  would that be normal or am i pushing it too far

wu 0.068
wu 0.087
wu 0.074
wu 0.044 !!!!

after 20 min's

Normal - had the same thing when running one of my testers' rigs - 6x 290 at 7.1MH/s X11 each, but the WU on one was rather low. Evened out after about 6 - 8 hours.
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.
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"

[Edit] Fixed this low hash rate on nist5 by changing to 14.6 rc beta  driver     instead of 14.7 :-)
newbie
Activity: 28
Merit: 0
not really... for some reason i cant get my fork of sgminer to show 5.0.0
only way i could do it as far as i have found would be to delete my repo and refork it then add my changes back

Turns out I forgot to re-add the OpenCL stuff, after you told me how to do the github stuff. Yeah, my prob was something with git.

Anyways, got it all compiled and working happy right now (been a long time since I had my cards doing something useful).

Testing it out now, thanks! Cheesy
hero member
Activity: 528
Merit: 500

i am using 14.6 drivers

great just [edit just removed 14.7 and] installed 14,6rc beta and was able to raise clocks to get 75kh/s more per 290 on x13

did you use 14.6 rc beta  or 14.6 rc2 ?

beta

smooth 5.28M on 290 for 2 hour's 0% rejects :-)

[edit] and it's fixed my low hash rat on NIST5
newbie
Activity: 28
Merit: 0
Do git clone --recursive https://github.com/sgminer-dev/sgminer.git to get sgminer instead of downloading it the way you are, or use git submodule init and git submodule update before configuring
still not working Sad
still shows you dont have jasson... in mingw shell, goto your sgminer dir and enter git submodule update --init and see if it downloads it if not then there is a problem with git
i have to open a git shell separately (not the one i use for mingw) then use git submodule update --init, then go back to mingw and do the rest from autoreconf -fvi on

Thanks,

I got jansson installed now. Do version numbers matter here? i did the submodule update on sgminer folder, but now it doesn't find OpenCL after configure.

Gonna try to redo it.
not really... for some reason i cant get my fork of sgminer to show 5.0.0
only way i could do it as far as i have found would be to delete my repo and refork it then add my changes back

Oh, I meant version #'s for mingw/jansson. Weird that the fork won't show 5.0.0 though.
hero member
Activity: 658
Merit: 500
Do git clone --recursive https://github.com/sgminer-dev/sgminer.git to get sgminer instead of downloading it the way you are, or use git submodule init and git submodule update before configuring
still not working Sad
still shows you dont have jasson... in mingw shell, goto your sgminer dir and enter git submodule update --init and see if it downloads it if not then there is a problem with git
i have to open a git shell separately (not the one i use for mingw) then use git submodule update --init, then go back to mingw and do the rest from autoreconf -fvi on

Thanks,

I got jansson installed now. Do version numbers matter here? i did the submodule update on sgminer folder, but now it doesn't find OpenCL after configure.

Gonna try to redo it.
not really... for some reason i cant get my fork of sgminer to show 5.0.0
only way i could do it as far as i have found would be to delete my repo and refork it then add my changes back
member
Activity: 81
Merit: 1002
It was only the wind.
God, my 280X is a dog. Gets slightly more HW errors than everything else, and throttles for no reason.
hero member
Activity: 658
Merit: 500

i am using 14.6 drivers

great just installed 14,6rc beta and was able to raise clocks to get 75kh/s more per 290 on x13

did you use 14.6 rc beta  or 14.6 rc2 ?

beta
newbie
Activity: 28
Merit: 0
Do git clone --recursive https://github.com/sgminer-dev/sgminer.git to get sgminer instead of downloading it the way you are, or use git submodule init and git submodule update before configuring
still not working Sad
still shows you dont have jasson... in mingw shell, goto your sgminer dir and enter git submodule update --init and see if it downloads it if not then there is a problem with git
i have to open a git shell separately (not the one i use for mingw) then use git submodule update --init, then go back to mingw and do the rest from autoreconf -fvi on

Thanks,

I got jansson installed now. Do version numbers matter here? i did the submodule update on sgminer folder, but now it doesn't find OpenCL after configure.

Gonna try to redo it.
hero member
Activity: 528
Merit: 500

i am using 14.6 drivers

great just installed 14,6rc beta and was able to raise clocks to get 75kh/s more per 290 on x13

did you use 14.6 rc beta  or 14.6 rc2 ?
member
Activity: 81
Merit: 1002
It was only the wind.
what i have to use to be possable to incrase hash rate Smiley

Maybe badman74's can get you a little bit higher - beyond that, it's as good as it's going to get.
member
Activity: 99
Merit: 10
Has anyone tried Windows 10 yet?
I have tried it on Windows 10 x64.. Worked perfectly fine
newbie
Activity: 28
Merit: 0
I may start up the little thing I was doing, compiling SG5 for Win x64 every week or so again. Seems like people could use it.


Thanks for the nice offers, but I'd really like to know how to compile it so I can play in source. I'm not really a miner, or an investor. I was trying to build sgminer with a change to source code, so I'd need to build from my own github Cheesy

gonna try out what badman74 said to try out now.
Jump to: