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

    NSGminer v0.9.2: The Fastest Feathercoin / NeoScrypt GPU Miner

    Mining
    17
    121
    229972
    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.
    • FlatBlack
      FlatBlack Regular Member @AcidD last edited by FlatBlack

      @aciddude said:

      @FlatBlack Nice One dude.

      I’m going to try this on one of my rigs. I’ve got 4x R9 280x OC’d

      There are BIOS flashes you can do…I did this for my MSI cards which lowered the voltage, but this was in the days of Scrypt Mining, with NeoScrypt I’m not sure. Ghostlander would know more.

      oraleeee, fren… if not mistaken, for sure u can get d better results.
      its r9 280x OC…nice…!!!

      ‘afraid’ to refer to @ghostlander…currently… :3)
      hope d FTC-blockchain-protocol issued is doing ok n stable now…

      if u dun mind
      -which method is better for good-end-result of mining-activity…with solo, with pool @ with p2p node…?
      -how many rig u have currently…? hows d ‘profit’ number, roughly…?

      *a beginner raw-setup rig
      http://imagizer.imageshack.com/img923/1551/FeuSJf.jpg
      http://imagizer.imageshack.com/img924/3438/x0qxNY.jpg

      1 Reply Last reply Reply Quote 1
      • ghostlander
        ghostlander Regular Member last edited by

        NeoScrypt CPUminer v2.4.3 is available. Upgrade advised.

        https://bitcointalk.org/index.php?topic=712650.msg14253411#msg14253411

        1 Reply Last reply Reply Quote 1
        • ghostlander
          ghostlander Regular Member last edited by

          My NeoScrypt CCminer fork: https://github.com/ghostlander/ccminer-neoscrypt

          NVIDIA Maxwell only, CUDA 6.5 or newer. Works with Windows XP or newer and Linux of course.

          1 Reply Last reply Reply Quote 1
          • wrapper
            wrapper Moderators last edited by wrapper

            I’ve finally switched over to NSGminer, R9 270, Linux 14.04 Catalyst 14.3

            git clone https://github.com/ghostlander/nsgminer.git
            cd nsgminer
            ./autogen.sh
            make
            sudo make install

            I’m using this switch

            –neoscrypt -g 1 -w 128 -I 13

            I’d be interested if any one knows a better setting, however hash rate has gone up from 73 KHash/s to 183 KHash/s.

            I tried some adjustments, so far…

            -g2 - and that drops the Hash to 153 kHash/s

            Thanks again for all your work, apart from being pleasing, the extra hash rate increases the security of FTC and other neoscrypt blockchains …

            1 Reply Last reply Reply Quote 1
            • wrapper
              wrapper Moderators last edited by wrapper

              I’ve got my R9 290 up and running mining Neoscrypt .

              Kubuntu 15.10, fglrx 15.20.3,

              ./nsgminer --thread-concurrency 22516 -g 1 --lookup-gap 2 -w 256 -I 13

              ~485 kHash/s

              ./nsgminer --thread-concurrency 40200 -g 1 --lookup-gap 2 -w 256 -I 13

              ~495 kHash/s

              Note : if I included set commands, crashed the system, so didn’t use those with NSGminer.

              set GPU_MAX_ALLOC_PERCENT=100
              set GPU_USE_SYNC_OBJECTS=1
              timeout 1

              Note : Maximum Intensity with NSGminer is 13

              ghostlander 1 Reply Last reply Reply Quote 2
              • ghostlander
                ghostlander Regular Member @wrapper last edited by ghostlander

                @wrapper NSGminer ignores thread concurrency and lookup gap.

                1 Reply Last reply Reply Quote 1
                • J
                  jumparo last edited by

                  Hello guys,

                  I am trying to build nsgminer [ghostlander] with mingw32 on win 8 32bit and I have one problem which bother’s me

                  “configure: error: Could not find pthread library - please install libpthread”

                  I have installed this library and I have no idea what to do , i checked everything in google. If somebody has some idea, I would greatly appreciate it.

                  Thanks!

                  ghostlander 1 Reply Last reply Reply Quote 1
                  • ghostlander
                    ghostlander Regular Member @jumparo last edited by

                    @jumparo Well, it certainly needs a threading library. It’s bundled with MinGW usually. You should be able to locate libpthread.a in c:\mingw\lib or something like. What version of the compiler do you use?

                    1 Reply Last reply Reply Quote 1
                    • J
                      jumparo last edited by

                      @ghostlander I have this file in c:\mingw\lib. The compiler is “gcc version 3.4.4”. Have you tried to compile nsgminer with mingw32 or how have you compiled it on Windows?

                      ghostlander 1 Reply Last reply Reply Quote 1
                      • ghostlander
                        ghostlander Regular Member @jumparo last edited by

                        @jumparo GCC v3.4.4 is very old. I build with v4.6.x, though anything newer should work as well.

                        1 Reply Last reply Reply Quote 1
                        • J
                          jumparo last edited by jumparo

                          @ghostlander what OS did you use to build the windows binaries?
                          I tried to build it on Windows with mingw and msys2 but both failed in ‘make’ step because libdl is required and as far as i know this library is not ported in windows.

                          I’m now trying to build it on linux with mingw32. Can you tell me what did you pass to the configure script?
                          And do you use mingw32 ot mingw32-w64 toolchains?

                          ghostlander 1 Reply Last reply Reply Quote 1
                          • ghostlander
                            ghostlander Regular Member @jumparo last edited by

                            @jumparo Windows XP 64-bit or 7 64-bit, doesn’t matter. Use configure from a Linux build. You only need to pass flags for Curl and Ncurses if configure fails on them.

                            1 Reply Last reply Reply Quote 2
                            • J
                              jumparo last edited by jumparo

                              @ghostlander I successfully build it, but now I’m having “The application was unable to start correctly (0xc0000007b)” . Did you have the same error, and do you have solution for it ?

                              p.s I’ve tried already the most common solutions in Google and nothing helped.

                              ghostlander 1 Reply Last reply Reply Quote 1
                              • ghostlander
                                ghostlander Regular Member @jumparo last edited by

                                @jumparo Either recompile with no NVIDIA support or start with --no-nvml or remove your nvml.dll library. It’s outdated probably and crashes the miner.

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

                                  Should I be running X in order to see the fan speed and temperature of my GPUs? I am running Ubuntu server LTS 14.04.X, AMD driver Crimson 15.12 for 14.04.X , and AMD app SDK 2.9.1. When I run in nsgminer -n. I get ADL initialisation error! Error – 21! Unable to load the Nvidia management library .

                                  W ghostlander 2 Replies Last reply Reply Quote 1
                                  • W
                                    wec Regular Member @wec last edited by

                                    This post is deleted!
                                    1 Reply Last reply Reply Quote 0
                                    • ghostlander
                                      ghostlander Regular Member @wec last edited by

                                      @wec OpenCL doesn’t work without X on Linux anyway.

                                      W 1 Reply Last reply Reply Quote 1
                                      • W
                                        wec Regular Member @ghostlander last edited by

                                        @ghostlander

                                        Well actually,the new drivers do. It depends upon to card. See excerpt title from installation guide below.

                                        “Server GPU (Headless) and No-X Server Support with the AMD CatalystTM Graphics Driver”.

                                        So running X allow the fan and temp information to be displayed via the miner interface?

                                        ghostlander 1 Reply Last reply Reply Quote 1
                                        • ghostlander
                                          ghostlander Regular Member @wec last edited by

                                          @wec It does allow.

                                          1 Reply Last reply Reply Quote 1
                                          • greenuser
                                            greenuser last edited by greenuser

                                            what does it mean when the word “WAIT” appears after the fan and temp information?

                                            https://forum.feathercoin.com/topic/8582/new-miner-needing-help-with-hd7870-settings-on-nsgminer/24

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