Author

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

newbie
Activity: 36
Merit: 0
anyone having issues using this with TMB ?? really long interrupt times and waiting for work time, etc ??
full member
Activity: 181
Merit: 100
Thanks for all the great work on sgminer.  I was wondering if there is a good guide on how to compile for x64 windows?  I have played around with the documents at github, but I have not been successful.

Thanks
hero member
Activity: 658
Merit: 500

it appears that i can't build this from the current source...
don't know if it is a problem on my end or something in the code

looking forward to rebuilding out my farm with this... will keep watching!

thxs for all the hard work devs and ops.
ok i have it working now
https://mega.co.nz/#!fVIVxSZD!1Fqnlm8vu-N2QbVdwXZvohIPD8arXdYD6wKYbCR4-iU
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar
hero member
Activity: 658
Merit: 500
I compiled it but it seems that miner don't understand the main thing - "algorithm" option Sad
are you sure you got the right branch, it sounds like you compiled the master branch
try git clone -b v5_0 git://github.com/sgminer-dev/sgminer.git
ups, yeah...
what branch I should compile?
v5_0
see link above
full member
Activity: 219
Merit: 100
I compiled it but it seems that miner don't understand the main thing - "algorithm" option Sad
are you sure you got the right branch, it sounds like you compiled the master branch
try git clone -b v5_0 git://github.com/sgminer-dev/sgminer.git
ups, yeah...
what branch I should compile?
sr. member
Activity: 547
Merit: 250

it appears that i can't build this from the current source...
don't know if it is a problem on my end or something in the code
Git pull didn't work for me even after a make clean; I had to delete the entire sgminer folder and re-clone the repo so I could compile.

The multiple-profile config is awesome.  Running quite well on my test rig.
i am on win7 and fresh clone still wont compile for me...

I had taken you first link and extracted it already into another folder that had sgminer_multi in it, so it probably already had an sgminer.exe in there too.  I have no idea what version or flavor of this I am running but it's algo-flipping nicely with an old config file, I haven't tried to get fancy with profiles yet until we see a better set of binaries.
newbie
Activity: 3
Merit: 0
Quote
Quote
ok but why did you change "pool-thread-concurrency" : "20481" when it was said you need to get rid of "pool-gpu-threads" and just set "gpu-threads" in the global section
LOL, I had wondered this too.

DUH, thanks Smiley  Totally misread the suggestion.  I'll try this.

That's too bad, though.  Hopefully this gets fixed soon.  x11 and x13 are much better with 2-4 threads, whereas Scrypt and Scrypt-N need 1, as everyone knows.
Posted from Bitcointa.lk - #tISNwkrYDnnFhMya
hero member
Activity: 658
Merit: 500
I compiled it but it seems that miner don't understand the main thing - "algorithm" option Sad
are you sure you got the right branch, it sounds like you compiled the master branch
try git clone -b v5_0 git://github.com/sgminer-dev/sgminer.git
full member
Activity: 219
Merit: 100
I compiled it but it seems that miner don't understand the main thing - "algorithm" option Sad
hero member
Activity: 658
Merit: 500

it appears that i can't build this from the current source...
don't know if it is a problem on my end or something in the code
Git pull didn't work for me even after a make clean; I had to delete the entire sgminer folder and re-clone the repo so I could compile.

The multiple-profile config is awesome.  Running quite well on my test rig.
i am on win7 and fresh clone still wont compile for me...
hero member
Activity: 700
Merit: 500

it appears that i can't build this from the current source...
don't know if it is a problem on my end or something in the code
Git pull didn't work for me even after a make clean; I had to delete the entire sgminer folder and re-clone the repo so I could compile.

The multiple-profile config is awesome.  Running quite well on my test rig.
legendary
Activity: 1876
Merit: 1000

it appears that i can't build this from the current source...
don't know if it is a problem on my end or something in the code

looking forward to rebuilding out my farm with this... will keep watching!

thxs for all the hard work devs and ops.
hero member
Activity: 658
Merit: 500
here is the error i get in mingw
Code:
CCLD   sgminer.exe
sgminer-api.o:api.c:(.text+0x7e0): multiple definition of `strsep'
sgminer-sgminer.o:sgminer.c:(.text+0x1420): first defined here
sgminer-util.o:util.c:(.text+0x1120): multiple definition of `strsep'
sgminer-sgminer.o:sgminer.c:(.text+0x1420): first defined here
sgminer-driver-opencl.o:driver-opencl.c:(.text+0x11f0): multiple definition of `strsep'
sgminer-sgminer.o:sgminer.c:(.text+0x1420): first defined here
sgminer-adl.o:adl.c:(.text+0x210): multiple definition of `strsep'
sgminer-sgminer.o:sgminer.c:(.text+0x1420): first defined here
sgminer-algorithm.o:algorithm.c:(.text+0xe40): multiple definition of `strsep'
sgminer-sgminer.o:sgminer.c:(.text+0x1420): first defined here
sgminer-config_parser.o:config_parser.c:(.text+0x210): multiple definition of `strsep'
sgminer-sgminer.o:sgminer.c:(.text+0x1420): first defined here
sgminer-sgminer.o:sgminer.c:(.text.startup+0xfffffffffff52a7f): Cannot get section contents - auto-import exception
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: sgminer-sgminer.o: bad reloc address 0x208 in sect
ion `.data'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [sgminer.exe] Error 1
hero member
Activity: 658
Merit: 500
Try setting the same "pool-gpu-threads" for all pools or remove the "pool-gpu-threads" and set it in the global section..!

No dice.. I set everything to 20481, either in pool settings or globally, and same issue persists.. Sad
Posted from Bitcointa.lk - #WuQoEoVpRzUw1DO8
ok but why did you change "pool-thread-concurrency" : "20481" when it was said you need to get rid of  "pool-gpu-threads" and just set "gpu-threads" in the global section

Looks like the new configuration parser is in the repo, any chance on most updated Windows binaries, for us early birds?!  Grin
sorry for the wait... i just woke up
https://mega.co.nz/#!eNhxzToT!wNqCHF3hzqbeAb1RqfXP3eyeBZY-us65vNUG82uldCI
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar

14.6 groestl performance boosts included in this?
it is just a fresh build, i didn't do anything to it

it appears to be missing sgminer.exe ...
hmm let me look into that
seems to be something wrong...
i am getting and error about multiple definitions for strsep
try this version
i had to revert changes from https://github.com/sgminer-dev/sgminer/commit/19651317844d7f7760b70bd0224c256709a9a1f1 in compat.h to get it to build
https://mega.co.nz/#!WJJDWLiR!K2cPwFSA_ldz-ohjofbfXib2b1Og1oKNi8KqNXiDvFg
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar

edit: nevermind it wont take algo settings now
it appears that i can't build this from the current source...
don't know if it is a problem on my end or something in the code
sr. member
Activity: 547
Merit: 250
Try setting the same "pool-gpu-threads" for all pools or remove the "pool-gpu-threads" and set it in the global section..!

No dice.. I set everything to 20481, either in pool settings or globally, and same issue persists.. Sad
Posted from Bitcointa.lk - #WuQoEoVpRzUw1DO8
ok but why did you change "pool-thread-concurrency" : "20481" when it was said you need to get rid of  "pool-gpu-threads" and just set "gpu-threads" in the global section

Looks like the new configuration parser is in the repo, any chance on most updated Windows binaries, for us early birds?!  Grin
sorry for the wait... i just woke up
https://mega.co.nz/#!eNhxzToT!wNqCHF3hzqbeAb1RqfXP3eyeBZY-us65vNUG82uldCI
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar

14.6 groestl performance boosts included in this?
it is just a fresh build, i didn't do anything to it

it appears to be missing sgminer.exe ...
hmm let me look into that

Maybe that's why I saw no difference, I had copied it over into the old _multi directory, obviously with the old sgminer.exe

Obviously, no performance increase could be seen.
hero member
Activity: 658
Merit: 500
Try setting the same "pool-gpu-threads" for all pools or remove the "pool-gpu-threads" and set it in the global section..!

No dice.. I set everything to 20481, either in pool settings or globally, and same issue persists.. Sad
Posted from Bitcointa.lk - #WuQoEoVpRzUw1DO8
ok but why did you change "pool-thread-concurrency" : "20481" when it was said you need to get rid of  "pool-gpu-threads" and just set "gpu-threads" in the global section

Looks like the new configuration parser is in the repo, any chance on most updated Windows binaries, for us early birds?!  Grin
sorry for the wait... i just woke up
https://mega.co.nz/#!eNhxzToT!wNqCHF3hzqbeAb1RqfXP3eyeBZY-us65vNUG82uldCI
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar

14.6 groestl performance boosts included in this?
it is just a fresh build, i didn't do anything to it

it appears to be missing sgminer.exe ...
hmm let me look into that
seems to be something wrong...
i am getting and error about multiple definitions for strsep
member
Activity: 97
Merit: 10
Try setting the same "pool-gpu-threads" for all pools or remove the "pool-gpu-threads" and set it in the global section..!

No dice.. I set everything to 20481, either in pool settings or globally, and same issue persists.. Sad
Posted from Bitcointa.lk - #WuQoEoVpRzUw1DO8
ok but why did you change "pool-thread-concurrency" : "20481" when it was said you need to get rid of  "pool-gpu-threads" and just set "gpu-threads" in the global section

Looks like the new configuration parser is in the repo, any chance on most updated Windows binaries, for us early birds?!  Grin
sorry for the wait... i just woke up
https://mega.co.nz/#!eNhxzToT!wNqCHF3hzqbeAb1RqfXP3eyeBZY-us65vNUG82uldCI
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar

14.6 groestl performance boosts included in this?
it is just a fresh build, i didn't do anything to it

it appears to be missing sgminer.exe ...
hero member
Activity: 658
Merit: 500
Try setting the same "pool-gpu-threads" for all pools or remove the "pool-gpu-threads" and set it in the global section..!

No dice.. I set everything to 20481, either in pool settings or globally, and same issue persists.. Sad
Posted from Bitcointa.lk - #WuQoEoVpRzUw1DO8
ok but why did you change "pool-thread-concurrency" : "20481" when it was said you need to get rid of  "pool-gpu-threads" and just set "gpu-threads" in the global section

Looks like the new configuration parser is in the repo, any chance on most updated Windows binaries, for us early birds?!  Grin
sorry for the wait... i just woke up
https://mega.co.nz/#!eNhxzToT!wNqCHF3hzqbeAb1RqfXP3eyeBZY-us65vNUG82uldCI
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar

14.6 groestl performance boosts included in this?
it is just a fresh build, i didn't do anything to it
sr. member
Activity: 547
Merit: 250
Try setting the same "pool-gpu-threads" for all pools or remove the "pool-gpu-threads" and set it in the global section..!

No dice.. I set everything to 20481, either in pool settings or globally, and same issue persists.. Sad
Posted from Bitcointa.lk - #WuQoEoVpRzUw1DO8
ok but why did you change "pool-thread-concurrency" : "20481" when it was said you need to get rid of  "pool-gpu-threads" and just set "gpu-threads" in the global section

Looks like the new configuration parser is in the repo, any chance on most updated Windows binaries, for us early birds?!  Grin
sorry for the wait... i just woke up
https://mega.co.nz/#!eNhxzToT!wNqCHF3hzqbeAb1RqfXP3eyeBZY-us65vNUG82uldCI
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar

14.6 groestl performance boosts included in this?
hero member
Activity: 658
Merit: 500
Try setting the same "pool-gpu-threads" for all pools or remove the "pool-gpu-threads" and set it in the global section..!

No dice.. I set everything to 20481, either in pool settings or globally, and same issue persists.. Sad
Posted from Bitcointa.lk - #WuQoEoVpRzUw1DO8
ok but why did you change "pool-thread-concurrency" : "20481" when it was said you need to get rid of  "pool-gpu-threads" and just set "gpu-threads" in the global section

Looks like the new configuration parser is in the repo, any chance on most updated Windows binaries, for us early birds?!  Grin
sorry for the wait... i just woke up
https://mega.co.nz/#!eNhxzToT!wNqCHF3hzqbeAb1RqfXP3eyeBZY-us65vNUG82uldCI
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar
Jump to: