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

    Help setting up solo mining

    Mining
    4
    13
    6473
    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.
    • R
      rob_1990 last edited by

      Hello all,

      I have been mining on pools for around a year now, but want to set my 2 rigs to solo mine. How do i go about doing this? Do i need to set up a proxy? Here is my cgminer conf file which runs these cards at 3MH/s , is it as simple as putting my wallet address in somewhere?

      The reason for doing this is that i believe i can make more FTC mining by myself. For example, since Sunday my workers have found about 600FTC but my payouts are about 150.

      Thanks

      {

      “pools” : [

      {

      “url” : “stratum+tcp://ftceu.nut2pools.com:5565”,

      “user” : “rob_1990.2”,

      “pass” : “x”

      }

      ]

      ,

      “intensity” : “19,19,19,19,19,19,19,19”,

      “vectors” : “1,1,1,1,1,1,1,1”,

      “worksize” : “256,256,256,256,256,256,256,256”,

      “lookup-gap” : “2,2,2,2,2,2,2,2”,

      “thread-concurrency” : “8000,8000,8000,8000,8000,8000,8000,8000”,

      “shaders” : “1600,1600,1600,1600,1600,1600,1600,1600”,

      “gpu-fan” : “90-100,90-100,90-100,90-100,90-100,90-100,90-100,90-100”,

      “temp-cutoff” : “99,99,99,99,99,99,99,99”,

      “temp-overheat” : “86,86,86,86,86,86,86,86”,

      “temp-target” : “80,80,80,80,80,80,80,80”,

      “api-port” : “4028”,

      “auto-fan” : true,

      “expiry” : “30”,

      “failover-only” : true,

      “gpu-dyninterval” : “7”,

      “gpu-platform” : “0”,

      “gpu-threads” : “1”,

      “hotplug” : “0”,

      “log” : “5”,

      “no-pool-disable” : true,

      “no-submit-stale” : true,

      “queue” : “0”,

      “scan-time” : “5”,

      “scrypt” : true,

      “temp-hysteresis” : “3”,

      “shares” : “0”,

      “kernel-path” : “/usr/local/bin”

      }

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

        You need to setup the a Feathercoin.conf under %appdata%/roaming/Feathercoin.

        Write in that file.

        server=1
        rcpuser= rob_1990
        rpcpassword= x
        rpcallowip=127.0.0.1
        rpcport=9337
        port=9336

        Be sure to save that file as .conf file and not as .txt!

        Now run your FeathercoinClient and connect your miner to http://127.0.0.1:9337

        {

        “pools” : [

        {

        “url” : "http://127.0.0.1:9337",

        “user” : “rob_1990”,

        “pass” : “x”

        }

        BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
        FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY

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

          You need to setup the a Feathercoin.conf under %appdata%/roaming/Feathercoin.

          Write in that file.

          server=1
          rcpuser= rob_1990
          rpcpassword= x
          rpcallowip=127.0.0.1
          rpcport=9337
          port=9336

          Be sure to save that file as .conf file and not as .txt!

          Now run your FeathercoinClient and connect your miner to http://127.0.0.1:9337

          Thanks Chekaz

          Makes sense, but currently i have no feather coin client on either miner. It resides on my Mac I’m using to the this. Do i need to download the client to each miner? or can i use my existing wallet located on my Macbook?

          Cheers

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

            Or presumably i put a wallet on one machine and then point to its IP in feathercoin.conf on the other?

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

              Or presumably i put a wallet on one machine and then point to its IP in feathercoin.conf on the other?

              If you setup the wallet on one machine which isnt the local mining machine. Just use the config as seen above and forward your mining-machine with:

              rpcallowip= xxx.xxx.xxx.xx

              Afterwards connect to the wallet-machine with the walletsmachine ip & port 9337

              BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
              FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY

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

                If you setup the wallet on one machine which isnt the local mining machine. Just use the config as seen above and forward your mining-machine with:

                rpcallowip= xxx.xxx.xxx.xx

                Afterwards connect to the wallet-machine with the walletsmachine ip & port 9337

                Ok thanks.

                I have set it up on one machine with the FTC wallet on that local machine. But i get the error 'Pool 0 slow/down or URL or credentials invalid.

                I have changed the user and password and url in the CGminer conf

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

                  So you havent the same username & password as in the Feathercoin.conf in the CGminer conf.

                  BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
                  FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY

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

                    I do though. I also tried changing the port and the same thing happens. The client is now up to date, and the same thing happens.

                    1 Reply Last reply Reply Quote 0
                    • U
                      uncle_muddy administrators last edited by

                      try changing

                      rpcallowip=xxx.xxx.xxx.xx
                      

                      to

                      rpcallowip=*.*.*.*
                      

                      or even

                      rpcallowip=ipaddress of the miner

                      and remember there is no space between after the =

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

                        try changing

                        rpcallowip=xxx.xxx.xxx.xx
                        

                        to

                        rpcallowip=*.*.*.*
                        

                        or even

                        rpcallowip=ipaddress of the miner

                        and remember there is no space between after the =

                        Thanks,

                        tried this, same problem. I have the wallet up to date and running on 192.168.4.50 which is also a mining machine. The feathercoin.conf looks like this

                        server=1

                        rcpuser=rob

                        rpcpassword=x

                        rpcallowip=192.168.4.50

                        rpcport=9337

                        port=9336

                        and the cgminer.conf looks like this

                        {

                        “pools” : [

                        {

                        “url” : "http://192.168.4.50:9337",

                        “user” : “rob”,

                        “pass” : “x”

                        i get the same results pointing my second miner (192.168.4.51) to it. Also i get the same results using 127.0.0.1 or localhost. I have tried disabling windows firewall, and MSE. Could it be a port issue? can someone explain to me what port 9336 is?

                        Thanks

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

                          Fixed! typo on RPCUSER!

                          It seems to be hashing, but having never solo mined before i don’t know if its working fully. one error comes up that is no suitable long-poll found for http://127.0.0.1:9337 but it seems to be talking to the network as new blocks are discovered. I take it i just leave it and hope i get lucky?

                          thanks for all your help

                          1 Reply Last reply Reply Quote 0
                          • U
                            uncle_muddy administrators last edited by

                            I just noticed the typo and was about to point it out…

                            Not sure about the long-poll error as I have never solo mined, but I’m sure someone who has will be along soon to help you out

                            UM

                            1 Reply Last reply Reply Quote 0
                            • V
                              voingiappone Regular Member last edited by

                              one error comes up that is no suitable long-poll found for http://127.0.0.1:9337

                              That’s normal… i get that too.

                              It’s because you are mining against the wallet and not a pool. As you already realized you can see if you’re mining if the cgminer sees the network blocks changing.

                              Good luck!

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