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

    NSGminer Config Collection

    Mining
    6
    9
    20933
    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 wrapper

      Hey lovely Feathercoinminers,

      Iam trying to keep my Simple-One-Click-Miner up to date and need your help.

      http://forum.feathercoin.com/topic/8518/minerx-neoscrypt-miningtool

      Can you please share/rate your /configs?

      Here is my list what Ive got so far:

      public static void initSpecs()
      {
      AMDNeo = new HashMap<String, String>();
      NVIDIANeo = new HashMap<String, String>();

      	AMDNeo.put("AMD Radeon HD 4350", "-I 9 -g 1 -w 128");
      	AMDNeo.put("AMD Radeon HD 4750", "-I 11 -g 1 -w 128");
      	AMDNeo.put("AMD Radeon HD 4850", "-I 17 -g 1 -w 256");
      	AMDNeo.put("AMD Radeon HD 4870", "-I 17 -g 1 -w 128");
      	AMDNeo.put("AMD Radeon HD 4890", "-I 15 -g 1 -w 128");
      	AMDNeo.put("AMD Radeon HD 5450", "-I 18 -w 256 --shaders 80");
      	AMDNeo.put("AMD Radeon HD 5670", "-I 14 -w 32");
      	AMDNeo.put("AMD Radeon HD 5750", "-I 18 -g 1 -w 256");
      	AMDNeo.put("AMD Radeon HD 5770", "-I 17");
      	AMDNeo.put("AMD Radeon HD 5830", "-I 18");
      	AMDNeo.put("AMD Radeon HD 5850", "-I 19 -g 1 -w 256");
      	AMDNeo.put("AMD Radeon HD 5870", "-I 18 -g 1 -w 256");
      	AMDNeo.put("AMD Radeon HD 5970", "-I 20 -g 1 -w 128");
      	AMDNeo.put("AMD Radeon HD 6320", "-I 9");
      	AMDNeo.put("AMD Radeon HD 6450", "--intensity 8 --worksize 64 --gpu-memclock 900 --gpu-engine 725");
      	AMDNeo.put("AMD Radeon HD 6570", "-I 10 -w 64 --gpu-memclock 900 --gpu-engine 800");
      	AMDNeo.put("AMD Radeon HD 6670", "-I 18 -g 1 -w 32");
      	AMDNeo.put("AMD Radeon HD 6750", "-I 16 -g 1 -w 48");
      	AMDNeo.put("AMD Radeon HD 6770", "-I 18 -g 1 -w 48");
      	AMDNeo.put("AMD Radeon HD 6790", "-I 18 -g 1 -w 48");
      	AMDNeo.put("AMD Radeon HD 6850", "-I 14 -g 2 -w 48");
      	AMDNeo.put("AMD Radeon HD 6870", "-I 14 --gpu-memclock 760 --gpu-engine 850");
      	AMDNeo.put("AMD Radeon HD 6930", "-I 14 -g 1 -w 256");
      	AMDNeo.put("AMD Radeon HD 6950", "-I 14 -g 1 -w 256 -l 1");
      	AMDNeo.put("AMD Radeon HD 6970", "-I 14 -w 32");
      	AMDNeo.put("AMD Radeon HD 7750", "-I 14 --gpu-memclock 760 --gpu-engine 850");
      	AMDNeo.put("AMD Radeon HD 7770", "-I 14 -w 32 -g 1");
      	AMDNeo.put("AMD Radeon HD 7790", "-I 14 -g 1 -w 256");
      	AMDNeo.put("AMD Radeon HD 7850", "-I 13 -w 32");
      	AMDNeo.put("AMD Radeon HD 7870", "-I 14 -w 32");
      	AMDNeo.put("AMD Radeon HD 7950", "-rI 4584 -w 64");
      	AMDNeo.put("AMD Radeon HD 7970", "-I 13 -g 2 -w 48 --gpu-memclock 1250 --gpu-engine 1025");
      	AMDNeo.put("AMD Radeon HD 7990", "-I 13 -g 2 -w 48");
      	AMDNeo.put("AMD Radeon R9 270", "-I 13 -w 16 --gpu-memclock 1500 --gpu-engine 1125");
      	AMDNeo.put("AMD Radeon R9 270x", "-w 16 -I 13 --gpu-memclock 1500 --gpu-engine 1125");		
      	AMDNeo.put("AMD Radeon R9 280x", "-g 2 -w 256 --gpu-engine 1000 --gpu-memclock 1500");
      	AMDNeo.put("AMD Radeon R9 290", "-g 2 -w 256 --gpu-engine 1000 --gpu-memclock 1500");
      	AMDNeo.put("AMD Radeon R9 290x", "-g 2 -w 256 --gpu-engine 1000 --gpu-memclock 1500");
      	
      	NVIDIANeo.put("NVIDIA GeForce GTX 760","-I 13 -w 128");
      	NVIDIANeo.put("NVIDIA GeForce GTX 780 Ti","-I 13 -w 128");
      	NVIDIANeo.put("NVIDIA GeForce 8800 GT","-w 8 -I 8");
      	NVIDIANeo.put("NVIDIA GeForce 9600 GT","-w 8 -I 8");
      	NVIDIANeo.put("NVIDIA GeForce 9800 GT","-w 8 -I 8");
      	NVIDIANeo.put("NVIDIA GeForce GTX 260","-w 8 -I 8");
      	NVIDIANeo.put("NVIDIA GeForce GT 440","-w 8 -I 8");
      	NVIDIANeo.put("NVIDIA GeForce GT 520","-w 8 -I 8");
      	NVIDIANeo.put("NVIDIA GeForce GT 640","-w 8 -I 8");
      	NVIDIANeo.put("NVIDIA GeForce GTX 260","-w 8 -I 8");
      	NVIDIANeo.put("NVIDIA GeForce GTX 275","-w 8 -I 8");
      	NVIDIANeo.put("NVIDIA GeForce GTS 450","-w 8 -I 8");
      	NVIDIANeo.put("NVIDIA GeForce GTX 460","-w 8 -I 8");
      	NVIDIANeo.put("NVIDIA GeForce GTX 470","-w 8 -I 8");
      	NVIDIANeo.put("NVIDIA GeForce GTX 480","-w 8 -I 8");
      	NVIDIANeo.put("NVIDIA GeForce GTX 555","-w 8 -I 8");
      	NVIDIANeo.put("NVIDIA GeForce GTX 560","-I 13 --worksize 64 -g 1");
      	NVIDIANeo.put("NVIDIA GeForce GTX 550 Ti","-I 13 --worksize 64");
      	NVIDIANeo.put("NVIDIA GeForce GTX 560 Ti","-I 13 --worksize 64");
      	NVIDIANeo.put("NVIDIA GeForce GTX 570","-I 13 --worksize 64");
      	NVIDIANeo.put("NVIDIA GeForce GTX 580","-I 13 --worksize 64");
      	NVIDIANeo.put("NVIDIA GeForce GTX 590","-I 13 --worksize 64");
      	NVIDIANeo.put("NVIDIA GeForce GT 640","-I 13 --worksize 64");
      	NVIDIANeo.put("NVIDIA GeForce GTX 650","-I 13 --worksize 64");
      	NVIDIANeo.put("NVIDIA GeForce GTX 650 Ti","-I 13 --worksize 64");
      	NVIDIANeo.put("NVIDIA GeForce GTX 660","-w 16 -I 14");
      	NVIDIANeo.put("NVIDIA GeForce GTX 660 Ti","-I 13 --worksize 64");
      	NVIDIANeo.put("NVIDIA GeForce GTX 670","-I 13 --worksize 64");
      	NVIDIANeo.put("NVIDIA GeForce GTX 680","-I 13 --worksize 64");
      	NVIDIANeo.put("NVIDIA GeForce GTX 770","-I 13 --worksize 64");
      	NVIDIANeo.put("NVIDIA GeForce GTX 750 Ti","-w 128 -l 15 -g 1 -I 17");
      	NVIDIANeo.put("NVIDIA GeForce GTX 770","-I 18 -w 128 -g 1");
      	NVIDIANeo.put("NVIDIA GeForce GTX 1070","-I 14 -w 128");
      	NVIDIANeo.put("NVIDIA GeForce GTX 1080","-I 14 -w 128");
      	NVIDIANeo.put("NVIDIA GeForce GTX TITAN","-w 128 -I 14");
      }
      

      }

      This worked pretty much, but I dont have any “new” cards in there. If anyone want to give me an update or optimize one of these configs, please post below.

      Thanks a lot!

      Regards,
      ChekaZ

      BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
      FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY

      1 Reply Last reply Reply Quote 5
      • AmDD
        AmDD Regular Member last edited by

        I remember that using this awhile back with my 7950’s didnt work right. Looking at this config, I think the syntax may be wrong.

        “AMD Radeon HD 7950”, “-rI 4584 -w 64”

        P2Pool Node: http://104.236.34.9:19327/ 0.5% fee

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

          Oh damn, were searching on the net and found configs that boosted the R9 280x to 500kh/s ~ WTF

          BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
          FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY

          AcidD 1 Reply Last reply Reply Quote 0
          • AcidD
            AcidD Moderators @ChekaZ last edited by

            @ChekaZ said in NSGminer Config Collection:

            Oh damn, were searching on the net and found configs that boosted the R9 280x to 500kh/s ~ WTF

            Where ? !!!

            • FTC Block Explorer + API @ https://fsight.chain.tips
            • FTC Beer Money: 6x4LEQV88zRnBvZoH6ZNK6SeRxx4KiTyJs
            • FTC bech32 address: fc1q4tclm3cv4v86ez6el76ewmharexfapxhek5a03
            • BTC bech32 address: bc1qk8umuccapuafspk9e5szahvp0detafuzugv4ay

            ChekaZ 1 Reply Last reply Reply Quote 1
            • ChekaZ
              ChekaZ @AcidD last edited by

              @aciddude

              AMDNeo.put(“AMD Radeon R9 280x”, “-g 1 -w 128 -I 16 --gpu-platform 1 --gpu-engine 950 --gpu-memclock 1500”);

              BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
              FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY

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

                –shaders ignored by the miner, -w and --worksize as well as -I and --intensity are the same things.

                You can get an R9 280X with the Hynix AFR memory to 500KH/s easily with a little overclocking. It takes 1100MHz core at least to get the same hash rate with the Elpida memory unless you hack the BIOS and play with memory straps.

                ChekaZ 1 Reply Last reply Reply Quote 3
                • ChekaZ
                  ChekaZ @ghostlander last edited by

                  @ghostlander

                  Alright thanks, going to adjust the settings.

                  Regards,
                  ChekaZ

                  BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
                  FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY

                  1 Reply Last reply Reply Quote 1
                  • G
                    gooders Regular Member last edited by

                    Is this still up to date?

                    From looking at CPU-z/pool stats it seems its not working my card as hard as other miners.

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

                      There was little development in other miners then (1 yes ago). The situations seems improved, so other miners are worth testing. You may find that they are using custom configurations, I remember Wolf did some (custom AMD bins).

                      If you find any more specific info, post it here, I’m sure @Ghostlander would be interested in new developments (that might be portable to NSGMiner, if he missed it.

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