[Dev] NeoScrypt GPU Miner - Public Beta Test
-
You can definitely tell that everyone just started using 3.7.8 - the network hash rate is up almost 40% and the diff with it.
-
SGMiner is now out! Buggy, but better than the current GPU miner which is based off shit-tier CGMiner - no Win bins for now, a guy I know did it, not me: https://github.com/sgminer-dev/sgminer – IT IS THE DEVELOP BRANCH.
You can definitely tell that everyone just started using 3.7.8 - the network hash rate is up almost 40% and the diff with it.
Haha, yeah. Release a faster miner and diff rises; but neoscrypt needed a working miner.
-
I’m getting more stable hashrate and better hash estimation on SG5.
-
Would be anyone so kind and compile the SG5 miner for windows and upload it?
-
I was playing with the sgminer and neoscrypt for few days but had one bug in *.cl file I wasn’t able to solve.
Where is the source I would like to try to compile. I don’t see anything neoscrypt related in that link Wolf0 posted.
-
I was playing with the sgminer and neoscrypt for few days but had one bug in *.cl file I wasn’t able to solve.
Where is the source I would like to try to compile. I don’t see anything neoscrypt related in that link Wolf0 posted.
My God, it has capital letters! Develop branch.
-
I was playing with the sgminer and neoscrypt for few days but had one bug in *.cl file I wasn’t able to solve.
Where is the source I would like to try to compile. I don’t see anything neoscrypt related in that link Wolf0 posted.
-
Ok found it trying to compile but have some strange problems on cygwin need more time.
-
Ok found it trying to compile but have some strange problems on cygwin need more time.
Cross-compiling from Linux I find is far easier.
-
Cross-compiling from Linux I find is far easier.
make[4]: *** No rule to make target ‘jansson_config.h’, needed by ‘all-am’. Stop.
make[4]: Leaving directory ‘/home/miner/s/submodules/jansson’
Makefile:365: recipe for target ‘all’ failed
make[3]: *** [all] Error 2
make[3]: Leaving directory ‘/home/miner/s/submodules/jansson’
Makefile:501: recipe for target ‘all-recursive’ failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory ‘/home/miner/s/submodules’
Makefile:1353: recipe for target ‘all-recursive’ failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory ‘/home/miner/s’
Makefile:613: recipe for target ‘all’ failed
make: *** [all] Error 2This is what I get in cygwin, I think that submodules is the problem.
No matter what compiling option I try it is the same.
-
This is what I get in cygwin, I think that submodules is the problem.
No matter what compiling option I try it is the same.
Oh, you must be new at this. git clone --recursive -b develop https://github.com/sgminer-dev/sgminer
That will get the submodules - your git has to be new enough to support submodules though.
-
ok compiled, no improvement whatsoever :( I m testing it in cygwin
here is the exe file other needed files you can find in any other compiled sgminer version
https://www.dropbox.com/s/12249ypcwlcmvum/sgminer.exe?dl=0
It seems that some parts are not compiled properly but maybe someone can use this to create better performance, on my side is too late to do more testings.
-
Here’s the one that I threw together complete with the 13.x AMD drivers (you need them as the kernel included with this dev release does not appear to work with 14.x yet). For those of you who normally use cgminer, you use “-k neoscrypt” instead of --neoscrypt to tell the miner which algo to use.
https://www.dropbox.com/s/0327xxwnuriv6z2/sgminerNeoScrypt-Dev.zip?dl=0
-
Here’s the one that I threw together complete with the 13.x AMD drivers (you need them as the kernel included with this dev release does not appear to work with 14.x yet). For those of you who normally use cgminer, you use “-k neoscrypt” instead of --neoscrypt to tell the miner which algo to use.
https://www.dropbox.com/s/0327xxwnuriv6z2/sgminerNeoScrypt-Dev.zip?dl=0
You don’t need those drivers, it’s the same kernel! Change WORKGROUPSIZE to WORKSIZE in mine, rename it to neoscrypt.cl, and place in kernel directory. Done.
-
LoL. Works great now with 14.x. Edited the other post and updated the zip file.
-
LoL. Works great now with 14.x. Edited the other post and updated the zip file.
Ohgod, all those DLLs… plus the Cygwin one… and it’s 32-bit…
Fine, I’ll compile it.
-
Okay, done. I’m pretty sure it works, but haven’t tested on a Windows installation. This is a zip of my kernel, slighly modified for SGMiner, as well as all the other kernels included on the github’s develop branch, and a Win64 binary. Static compile, no DLLs, just like my standard SGMiner builds on Litecointalk. Also GPG signed, like my standard builds. Someone please test for me and ensure it works.
https://ottrbutt.com/sgminer/neoscrypt/sgminer5-neoscrypt-11-02-2014.zip
And of course, GPG sigs for those that check them (you should be): https://ottrbutt.com/sgminer/neoscrypt/sgminer5-neoscrypt-11-02-2014.zip.sig
-
Okay, done. I’m pretty sure it works, but haven’t tested on a Windows installation. This is a zip of my kernel, slighly modified for SGMiner, as well as all the other kernels included on the github’s develop branch, and a Win64 binary. Static compile, no DLLs, just like my standard SGMiner builds on Litecointalk. Also GPG signed, like my standard builds. Someone please test for me and ensure it works.
https://ottrbutt.com/sgminer/neoscrypt/sgminer5-neoscrypt-11-02-2014.zip
And of course, GPG sigs for those that check them (you should be): https://ottrbutt.com/sgminer/neoscrypt/sgminer5-neoscrypt-11-02-2014.zip.sig
DL and tested, no hash rate change from earlier it seem like a few kh slower. Thanks!
-
DL and tested, no hash rate change from earlier it seem like a few kh slower. Thanks!
It’s actually pretty much exactly the same, except it’s a 64-bit binary, it’s stripped so it’s not massive, you don’t have DLLs you need to move if you ever move the binary, and I’ve staked my reputation on its integrity.
-
Couldn’t thank everyone enough for all this. Amazing work the lot of you ahy.
Cheers!