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

    Newb to feathers, 1 day new to lites

    Newbies - New Members Must Start Here
    3
    20
    4918
    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.
    • S
      ShadowEW last edited by

      Well, if you’re interested here’s my Reaper config files:
      litecoin.conf
      [code]
      host 91.121.1.102
      port 9344
      user ShadowEW.[worker]
      pass [password]

      protocol litecoin

      worksize 256
      vectors 1
      aggression 13
      threads_per_gpu 1
      sharethreads 3
      lookup_gap 2
      gpu_thread_concurrency 8192
      [/code]

      reaper.conf
      [code]kernel reaper.cl
      save_binaries yes
      enable_graceful_shutdown no
      long_polling yes

      mine litecoin

      device 0
      device 1
      [/code]

      As far as I can see, FTC seems to require slightly different settings to LTC. At least for me, I can’t run as many threads. :o

      The above config is setup for d2.cc

      1 Reply Last reply Reply Quote 0
      • S
        ShadowEW last edited by

        [quote name=“chansyoman” post=“888” timestamp=“1367676927”]
        Meant to ask, will this utilize both of my cards, or do I need to run the script twice?

        [/quote]

        That should work yes!
        Place the .bat in the same folder where cgiminer.exe is and doubleclick the .bat.
        [/quote]
        [/quote]

        By default it should detect and mine on both (or any) GPUs unless you specify otherwise.

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

          Ah, thanks!!!

          I’lll give it a shot. I assume I will copy and paste the below into the .conf files for both litecoin.conf and reaper.conf?

          [quote name=“ShadowEW” post=“889” timestamp=“1367677053”]
          Well, if you’re interested here’s my Reaper config files:
          litecoin.conf
          [code]
          host 91.121.1.102
          port 9344
          user ShadowEW.[worker]
          pass [password]

          protocol litecoin

          worksize 256
          vectors 1
          aggression 13
          threads_per_gpu 1
          sharethreads 3
          lookup_gap 2
          gpu_thread_concurrency 8192
          [/code]

          reaper.conf
          [code]kernel reaper.cl
          save_binaries yes
          enable_graceful_shutdown no
          long_polling yes

          mine litecoin

          device 0
          device 1
          [/code]

          As far as I can see, FTC seems to require slightly different settings to LTC. At least for me, I can’t run as many threads. :o

          The above config is setup for d2.cc
          [/quote]

          1 Reply Last reply Reply Quote 0
          • S
            ShadowEW last edited by

            Yep, and write in YOUR username.worker name and password.
            The config has been tested as working for/by me on reaperv13beta4_64

            Should just be able to hit reaper.exe and it’ll start up, not sure what results you’ll get as I have no 7950s to test with, but I’d assume you can just raise the aggression up freely to increase your khash.
            Be warned, high aggression (values 12-20) will slow down your desktop. That’s normal.

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

              Hmm…

              Doesn’t appear to be working. This is exactly what my batch file looks like:

              cgminer.exe --scrypt -o stratum+tcp://featherpool.com:9998 -u chansyoman1 -p 12 --thread-concurrency 21712 -w 256 -I 20 --lookup-gap 2 -g 1

              I am getting a “No servers were found that could be used to get work from, Please check the details from the list below of the servers you have input”

              Thoughts? :-[
              [quote name=“ShadowEW” post=“891” timestamp=“1367677104”]
              [quote author=chansyoman link=topic=200.msg888#msg888 date=1367676927]
              Meant to ask, will this utilize both of my cards, or do I need to run the script twice?

              [/quote]

              That should work yes!
              Place the .bat in the same folder where cgiminer.exe is and doubleclick the .bat.
              [/quote]
              [/quote]

              By default it should detect and mine on both (or any) GPUs unless you specify otherwise.
              [/quote]

              1 Reply Last reply Reply Quote 0
              • S
                ShadowEW last edited by

                Which pool are you on, my config is for https://ftc.d2.cc owo

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

                  Oops, I meant:

                  cgminer.exe --scrypt -o stratum+tcp://pool.d2.cc:9344 -u chansyoman.1-p 12 --thread-concurrency 21712 -w 256 -I 20 --lookup-gap 2 -g 1

                  [quote name=“ShadowEW” post=“896” timestamp=“1367678531”]
                  Which pool are you on, my config is for https://ftc.d2.cc owo
                  [/quote]

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

                    Just wanted to update you guys!

                    I work in IT, and yet I can’t figure this out (hence why I am a Windows and not Linux guy LOL)

                    I resorted back to GUIminer, messed around with the URL and set use stratum to NO, and magic, it works!

                    BUT, still slow…3xxkh/s on BOTH 7950’s with 21712 thread concurrency, 13 intensity, 256 worksize, and 1 GPU thread each. d’oh! :'(

                    1 Reply Last reply Reply Quote 0
                    • S
                      ShadowEW last edited by

                      [quote name=“chansyoman” post=“897” timestamp=“1367678602”]

                      Oops, I meant:

                      cgminer.exe --scrypt -o stratum+tcp://pool.d2.cc:9344 -u chansyoman.1-p 12 --thread-concurrency 21712 -w 256 -I 20 --lookup-gap 2 -g 1

                      [quote author=ShadowEW link=topic=200.msg896#msg896 date=1367678531]
                      Which pool are you on, my config is for https://ftc.d2.cc owo
                      [/quote]
                      [/quote]
                      d2.cc doesn’t yet have stratum support, set your pool as -o http://pool.d2.cc:9344

                      1 Reply Last reply Reply Quote 0
                      • S
                        ShadowEW last edited by

                        [quote name=“chansyoman” post=“907” timestamp=“1367681815”]
                        Just wanted to update you guys!

                        I work in IT, and yet I can’t figure this out (hence why I am a Windows and not Linux guy LOL)

                        I resorted back to GUIminer, messed around with the URL and set use stratum to NO, and magic, it works!

                        BUT, still slow…3xxkh/s on BOTH 7950’s with 21712 thread concurrency, 13 intensity, 256 worksize, and 1 GPU thread each. d’oh! :'(
                        [/quote]

                        Try intensity 18/19/20 with 7950s.

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

                          [quote name=“ShadowEW” post=“909” timestamp=“1367682049”]
                          [quote author=chansyoman link=topic=200.msg897#msg897 date=1367678602]

                          Oops, I meant:

                          cgminer.exe --scrypt -o stratum+tcp://pool.d2.cc:9344 -u chansyoman.1-p 12 --thread-concurrency 21712 -w 256 -I 20 --lookup-gap 2 -g 1

                          [quote author=ShadowEW link=topic=200.msg896#msg896 date=1367678531]
                          Which pool are you on, my config is for https://ftc.d2.cc owo
                          [/quote]
                          [/quote]
                          d2.cc doesn’t yet have stratum support, set your pool as -o http://pool.d2.cc:9344
                          [/quote]

                          Ah indeed thats my fault, try something like:
                          cgminer.exe -o http://pool.d2.cc:9344 -u chansyoman.1 -p [b]here should be your password[/b] --thread-concurrency 21712 -I 18

                          then later try to adjust other settings.

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

                            Thanks guys, much appreciation!

                            I’ll be spreading the love soon.

                            On another note, is anyone on btc-e and seeing FTC numbers? :-[

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