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

      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