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

    [Dev] NeoScrypt GPU Miner - Public Beta Test

    Technical Development
    52
    802
    574429
    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.
    • C
      cisahasa last edited by

      Replace this in the kernel:

      /* NeoScrypt core engine:
       * N = 128, r = 2, p = 1, salt = password */
      __kernel __attribute__((vec_type_hint(uint4)))
      __kernel __attribute__((reqd_work_group_size(WORKGROUPSIZE, 1, 1)))
      __kernel void search(__global const uint4* restrict password,
        volatile __global uint* restrict output, __global uint16* globalcache,
        const uint target) {
          uint glbid = get_global_id(0);
          uint grpid = get_group_id(0);
          uint lsize = WORKGROUPSIZE;
          uint lclid = glbid & (WORKGROUPSIZE - 1);
      
          __global uint16 *G = &globalcache[(grpid * WORKGROUPSIZE) << 9];
      

      with this:

      /* NeoScrypt core engine:
       * N = 128, r = 2, p = 1, salt = password */
      __kernel __attribute__((vec_type_hint(uint4)))
      __kernel void search(__global const uint4* restrict password,
        volatile __global uint* restrict output, __global uint16* globalcache,
        const uint target) {
          uint glbid = get_global_id(0);
          uint grpid = get_group_id(0);
          uint lsize = get_local_size(0);
          uint lclid = glbid & (lsize - 1);
      
          __global uint16 *G = &globalcache[(grpid * lsize) << 9];
      

      It makes the kernel very compatible at -1% of performance.

      does sgminer with wolf latest kernel work for 6xxx cards as it is? +using dll fix for drivers??

      playground with kernels and miners is a little complicated now…

      hard to keep on track

      1 Reply Last reply Reply Quote 0
      • I
        insanid last edited by

        found something like this:

        so i guess it will work?
        AMD Embedded GPU and APU Driver 14.201.1009 for Windows 7/8

        Thia is the latest graphics driver for AMD’s Embedded GPU and APUs. Windows 7/8/8.1 32-bit and 64-bit supported.

        AMD APUs should work just fine in sgminer, in fact they are faster than Intel onboard graphics from what I have seen, but still very slow compared to GPUs.

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

          Not feeling well, but this is something I’ve been working on (NSFW): https://ottrbutt.com/miner/neoscryptwolf-11132014.png

          1 Reply Last reply Reply Quote 0
          • S
            slowhash Regular Member last edited by

            Ooohhh, new pictures… Um, I mean, good speed improvement!!

            1 Reply Last reply Reply Quote 0
            • I
              insanid last edited by

              Not feeling well, but this is something I’ve been working on (NSFW): https://ottrbutt.com/miner/neoscryptwolf-11132014.png

              Looks like Freya has some new companions to play with :) Also, the speed improvements are looking great especially for the 290x! Hope you feel better soon Wolf.

              1 Reply Last reply Reply Quote 0
              • S
                slowhash Regular Member last edited by

                Hopefully $15g makes him feel a little better… O0

                https://bitcointalk.org/index.php?topic=854257.0;all

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

                  Hopefully $15g makes him feel a little better… O0

                  https://bitcointalk.org/index.php?topic=854257.0;all

                  triplef wanted to try it. If it works, it’ll be a miracle lol

                  1 Reply Last reply Reply Quote 0
                  • S
                    slowhash Regular Member last edited by

                    triplef wanted to try it. If it works, it’ll be a miracle lol

                    If you can get it, go for it!!

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

                      Ooohhh, new pictures… Um, I mean, good speed improvement!!

                      Haha, if you’re interested, all my wallpapers are here (nsfw): https://ottrbutt.com/wallpapers/

                      1 Reply Last reply Reply Quote 0
                      • D
                        daimyo last edited by

                        ha ha ha

                        1 Reply Last reply Reply Quote 0
                        • S
                          slowhash Regular Member last edited by

                          Haha, if you’re interested, all my wallpapers are here (nsfw): https://ottrbutt.com/wallpapers/

                          LOL, not really, but I thought I’d make a funny comment on it…

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

                            LOL, not really, but I thought I’d make a funny comment on it…

                            Some people are, some aren’t, so I figured I’d post it.

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

                              Yeah, saw “ottrbutt.com” been the domain… I assumed there was gonna be yiff. Really well done too. Got one of my fav artists in there actually.

                              But yeah Wolf0, I’m the only one here interested in them I think XD

                              With all that said, if anyone has any issue’s I have no problem enforcing people to crop their screen caps appropriately… This really is a grey area, it shouldn’t be allowed but you have made NSFW visible and until it upset’s someone I have no issue’s.

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

                                I don’t understand those pictures on background but hey whatever someone makes happy I m fine with it. I m just afraid that someone will enter my room when I m looking at new sgminer testings :)

                                Anyway here is someone for you all, I contacted Wolf0 on private but he never replied. Key to better performance(280x) is xintensity 3 or rawintensity 6144.

                                Have fun and remember:

                                FTC: 6gtMTcP8QLScgqyQivU4dj3becYVAKVuDc

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

                                  I don’t understand those pictures on background but hey whatever someone makes happy I m fine with it. I m just afraid that someone will enter my room when I m looking at new sgminer testings :)

                                  Anyway here is someone for you all, I contacted Wolf0 on private but he never replied. Key to better performance(280x) is xintensity 3 or rawintensity 6144.

                                  Have fun and remember:

                                  FTC: 6gtMTcP8QLScgqyQivU4dj3becYVAKVuDc

                                  im getting HW…

                                  what i am missing?

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    slowhash Regular Member last edited by

                                    im getting HW…

                                    what i am missing?

                                    When people post “Key to better performance(280x) is xintensity 3 or rawintensity 6144.” without the rest of the settings they are using, it’s useless as that won’t work properly without the rest of the settings it’s combined with.

                                    I think that because of the variety of settings people are using to get the max out of their cards, that in order to use a recommendation like that, that you would need to use the entire list of settings that are used to get that speed.

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

                                      When people post “Key to better performance(280x) is xintensity 3 or rawintensity 6144.” without the rest of the settings they are using, it’s useless as that won’t work properly without the rest of the settings it’s combined with.

                                      I think that because of the variety of settings people are using to get the max out of their cards, that in order to use a recommendation like that, that you would need to use the entire list of settings that are used to get that speed.

                                      If people are to post settings please post the entire config, one missing piece gives everyone an incomplete puzzle to solve. I am using either -w 64 or -w 112 with -i 13 and -g2 on everything. My highest 7970 is 305 KH/s, Highest 7950 245 KH/s, Highest 280x 290 KH/s, Highest r9 290 327 KH/s all with newest sgminer and wolf0s mod

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

                                        Understanding how xintensity and rawintensity works is what you need. When you read about them you will see that most of the other settings are not so important because they are set automatically and determined by the values entered in xi and raw.

                                        During all of this time in crypto I noticed one thing. People don’t want to help them in any other way than to prepare everything in *.zip file so they can only click on specific file. Yet they will send you PM to ask you how to unzip that archive.

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

                                          I’m glad you can spend the time to be defensive about your post and still not explain anything. Heck looking at your posts you said you could hit 400KH/s on 280x and had a 310+ KH/s 280x pic with parts colored over to hide info. If you want to be a useful contributing member try harder, if not I can already see the troll in you. None of the core FTC guys ever have anything to hide from the community we put time in our work to help others regardless of where they are in learning cryptos.

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

                                            I said only thing you need is to add --xintensity 3, increase worksize to 256 and you are done, leave other settings alone. And those are not settings for 400Kh/s, those are for 330Kh/s and you can safely lower your freq to reduce power consumption and not lose performance.

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