Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    [Dev] NeoScrypt GPU Miner - Public Beta Test

    Technical Development
    52
    802
    574477
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ChekaZ
      ChekaZ last edited by

      Would be anyone so kind and compile the SG5 miner for windows and upload it?

      BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
      FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY

      1 Reply Last reply Reply Quote 0
      • M
        majsta last edited by

        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.

        1 Reply Last reply Reply Quote 0
        • W
          Wolf0 Regular Member last edited by

          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.

          1 Reply Last reply Reply Quote 0
          • ChekaZ
            ChekaZ last edited by

            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.

            https://github.com/sgminer-dev/sgminer/tree/develop

            BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
            FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY

            1 Reply Last reply Reply Quote 0
            • M
              majsta last edited by

              Ok found it trying to compile but have some strange problems on cygwin need more time.

              1 Reply Last reply Reply Quote 0
              • W
                Wolf0 Regular Member last edited by

                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.

                1 Reply Last reply Reply Quote 0
                • M
                  majsta last edited by

                  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 2

                  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.

                  1 Reply Last reply Reply Quote 0
                  • W
                    Wolf0 Regular Member last edited by

                    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.

                    1 Reply Last reply Reply Quote 0
                    • M
                      majsta last edited by

                      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.

                      1 Reply Last reply Reply Quote 0
                      • R
                        rynomite last edited by

                        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

                        1 Reply Last reply Reply Quote 0
                        • W
                          Wolf0 Regular Member last edited by

                          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.

                          1 Reply Last reply Reply Quote 0
                          • R
                            rynomite last edited by

                            LoL. Works great now with 14.x. Edited the other post and updated the zip file.

                            1 Reply Last reply Reply Quote 0
                            • W
                              Wolf0 Regular Member last edited by

                              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.

                              1 Reply Last reply Reply Quote 0
                              • W
                                Wolf0 Regular Member last edited by

                                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

                                1 Reply Last reply Reply Quote 0
                                • R
                                  RIPPEDDRAGON Regular Member last edited by

                                  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!

                                  1 Reply Last reply Reply Quote 0
                                  • W
                                    Wolf0 Regular Member last edited by

                                    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.

                                    1 Reply Last reply Reply Quote 0
                                    • ?
                                      A Former User last edited by

                                      Couldn’t thank everyone enough for all this. Amazing work the lot of you ahy.

                                      Cheers!

                                      1 Reply Last reply Reply Quote 0
                                      • C
                                        cisahasa last edited by

                                        cgminer was not stable with wolfs kernel, also old nvidia went slower.(280x was fast)

                                        im trying now 280x/sgminer over night.

                                        1 Reply Last reply Reply Quote 0
                                        • R
                                          RIPPEDDRAGON Regular Member last edited by

                                          cgminer was not stable with wolfs kernel, also old nvidia went slower.(280x was fast)

                                          im trying now 280x/sgminer over night.

                                          try lowering core clock to 1100 and run w 48 i 15 g2 on 280x/7970 getting between 130 and 150 per card

                                          1 Reply Last reply Reply Quote 0
                                          • W
                                            Wolf0 Regular Member last edited by

                                            try lowering core clock to 1100 and run w 48 i 15 g2 on 280x/7970 getting between 130 and 150 per card

                                            He’s right - it runs the cards a bit harder; you’ll probably need to drop your clocks a bit.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post