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

    P2pool feathercoin linux

    Newbies - New Members Must Start Here
    6
    56
    31508
    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.
    • wrapper
      wrapper Moderators last edited by wrapper

      Hi and welcome to FTC.

      Wellenreiter is the expert on p2pool at the moment and which is the official version, also some versions can be used in any scenarios (as some features have been adjusted to be backwards compatible.) I don’t know about Centos, but Wellenreiters version is certainly Ubuntu compatible.

      http://forum.feathercoin.com/topic/8384/new-version-of-p2pool-software-for-feathercoin

      • Now you have posted in the newbie section you can repost of the question in “support” (under guides) - to get wider support.
      1 Reply Last reply Reply Quote 0
      • Wellenreiter
        Wellenreiter Moderators @gwbraa last edited by Wellenreiter

        @gwbraa said:

        I was trying to install a P2pool to mining feathercoin on a CentOS or even a Ubuntu

        I was following this link http://uncle-muddy.me.uk/p2pool-setup/

        Perhaps the version of the Feathercoin it’s 9.3 so I am stuck in this part

        make -f makefile.unix USE_UPNP=-

        There is no file with this name. I checked the old version do have this file.

        The guide created by Uncle_Muddy is related to the 0.8.X versions of Feathercoind.
        For the 0.9.X versions the following should be enough:
        After downloading/cloing from Github follow the unix build notes (the build-unix.md file in the doc directory of the source tree)

        It basically tells you to run ‘autogen.sh’, followed by a ‘configure {- options}’ and a simple ‘make’

        If you want to use pre-build binaries for the feathercoin-qt or feathercoind you can follow the guilde here

        The current p2pool software can be found at github

        If you have further questions feel free to post in the guides section.

        Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
        Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

        1 Reply Last reply Reply Quote 1
        • G
          gwbraa last edited by

          Thank you so much!!

          I just installed the Feathercoind and the P2pool.

          My firewall setup it is for the ports 9337 that’s the Feathercoind server also the 19327, 19336 and 9333 for the P2pool.

          I don’t know what it’s missin anyport because I cannot access the p2pool

          http://146.185.178.40:19327/

          When I execute this line

          screen -d -m -S ftcpool ~/p2pool-neoscrypt/run_p2pool.py --net feathercoin -f 1 -a mywallet --donate 3 --w 19327 rpcadmin mypassword -n p2pool.neoscrypt.de -n 88.80.190.15

          I am not getting any error or message.
          Thanks for everything

          Can I ask some questions about the coin in general? How strong it’s the best trading site would be bter? I would like to keep my coins for 1 ou 2 years the coin will be around?
          I see that the community it’s really strong that’s really good
          Sorry for so many newbie questions I hope that I can help you guys in the future!

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

            try running just p2pool-neoscrypt/run_p2pool.py and see what it gives you. It shouldnt run the pool but should give you error/command options. If it doesnt do that something else is probably wrong

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

            1 Reply Last reply Reply Quote 0
            • G
              gwbraa last edited by

              Thanks

              I tried to run like you said I have this error

              root@feathercoinpool:~/.feathercoin# ~/p2pool-neoscrypt/run_p2pool.py
              usage: run_p2pool.py [-h] [–version]
              [–net {bitcoin,fastcoin,feathercoin,litecoin,terracoin}]
              [–testnet] [–debug] [-a ADDRESS] [-i NUMADDRESSES]
              [-t TIMEADDRESSES] [–datadir DATADIR]
              [–logfile LOGFILE] [–merged MERGED_URLS]
              [–give-author DONATION_PERCENTAGE] [–iocp]
              [–irc-announce] [–no-bugreport] [–p2pool-port PORT]
              [-n ADDR[:PORT]] [–disable-upnp] [–max-conns CONNS]
              [–outgoing-conns CONNS] [–external-ip ADDR[:PORT]]
              [–disable-advertise] [-w PORT or ADDR:PORT]
              [-f FEE_PERCENTAGE]
              [–bitcoind-config-path BITCOIND_CONFIG_PATH]
              [–bitcoind-address BITCOIND_ADDRESS]
              [–bitcoind-rpc-port BITCOIND_RPC_PORT]
              [–bitcoind-rpc-ssl]
              [–bitcoind-p2p-port BITCOIND_P2P_PORT]
              [BITCOIND_RPCUSERPASS [BITCOIND_RPCUSERPASS …]]
              run_p2pool.py: error: Bitcoin configuration file not found. Manually enter your RPC password.
              If you actually haven’t created a configuration file, you should create one at /root/.bitcoin/bitcoin.conf with the text:

              server=1
              rpcpassword=

              Keep that password secret! After creating the file, restart Bitcoin.
              root@feathercoinpool:~/.feathercoin#

              1 Reply Last reply Reply Quote 0
              • G
                gwbraa last edited by gwbraa

                Now I run the p2pool-neoscrypt/run_p2pool.py with the configurations without the screen

                I can see what’s happening

                root@feathercoinpool:/etc/apt/sources.list.d# ~/p2pool-neoscrypt/run_p2pool.py --net feathercoin
                2016-05-26 17:10:08.511822 p2pool (version v15.0-5-gb1d040e)
                2016-05-26 17:10:08.513295
                2016-05-26 17:10:08.513685 Testing daemon RPC connection to ‘http://127.0.0.1:9337/’ with username ‘rpcadmin’…
                2016-05-26 17:10:08.542588 > Error getting work from bitcoind:
                2016-05-26 17:10:08.542859 > Traceback (most recent call last):
                2016-05-26 17:10:08.542985 > File “/usr/lib/python2.7/dist-packages/twisted/internet/defer.py”, line 577, in _runCallbacks
                2016-05-26 17:10:08.543081 > current.result = callback(current.result, *args, **kw)
                2016-05-26 17:10:08.543173 > File “/usr/lib/python2.7/dist-packages/twisted/internet/defer.py”, line 1155, in gotResult
                2016-05-26 17:10:08.543263 > _inlineCallbacks(r, g, deferred)
                2016-05-26 17:10:08.543356 > File “/usr/lib/python2.7/dist-packages/twisted/internet/defer.py”, line 1097, in _inlineCallbacks
                2016-05-26 17:10:08.543448 > result = result.throwExceptionIntoGenerator(g)
                2016-05-26 17:10:08.543537 > File “/usr/lib/python2.7/dist-packages/twisted/python/failure.py”, line 389, in throwExceptionIntoGenerator
                2016-05-26 17:10:08.543664 > return g.throw(self.type, self.value, self.tb)
                2016-05-26 17:10:08.543758 > — <exception caught here> —
                2016-05-26 17:10:08.543848 > File “/root/p2pool-neoscrypt/p2pool/util/deferral.py”, line 41, in f
                2016-05-26 17:10:08.543937 > result = yield func(*args, **kwargs)
                2016-05-26 17:10:08.544066 > File “/usr/lib/python2.7/dist-packages/twisted/internet/defer.py”, line 1097, in _inlineCallbacks
                2016-05-26 17:10:08.544195 > result = result.throwExceptionIntoGenerator(g)
                2016-05-26 17:10:08.544304 > File “/usr/lib/python2.7/dist-packages/twisted/python/failure.py”, line 389, in throwExceptionIntoGenerator
                2016-05-26 17:10:08.544396 > return g.throw(self.type, self.value, self.tb)
                2016-05-26 17:10:08.544484 > File “/root/p2pool-neoscrypt/p2pool/bitcoin/helper.py”, line 48, in getwork
                2016-05-26 17:10:08.544574 > work = yield go()
                2016-05-26 17:10:08.544664 > File “/usr/lib/python2.7/dist-packages/twisted/internet/defer.py”, line 1097, in _inlineCallbacks
                2016-05-26 17:10:08.544754 > result = result.throwExceptionIntoGenerator(g)
                2016-05-26 17:10:08.544841 > File “/usr/lib/python2.7/dist-packages/twisted/python/failure.py”, line 389, in throwExceptionIntoGenerator
                2016-05-26 17:10:08.544931 > return g.throw(self.type, self.value, self.tb)
                2016-05-26 17:10:08.545018 > File “/root/p2pool-neoscrypt/p2pool/util/jsonrpc.py”, line 133, in _http_do
                2016-05-26 17:10:08.545107 > raise Error_for_code(resp[‘error’][‘code’])(resp[‘error’][‘message’], resp[‘error’].get(‘data’, None))
                2016-05-26 17:10:08.545218 > p2pool.util.jsonrpc.NarrowError: -10 Bitcoin is downloading blocks…
                2016-05-26 17:10:11.553274 > Error getting work from bitcoind:
                2016-05-26 17:10:11.553595 > Traceback (most recent call last):

                Do you guys have any clue?

                1 Reply Last reply Reply Quote 0
                • Wellenreiter
                  Wellenreiter Moderators last edited by

                  You need to specify the rpc username and password as well as the payout address for the server fees on the commantd line.
                  Rpc user name and pasword must match the ones configured in feathercoin.conf
                  If you don’t do this, the p2pool uses a default, which is not matching your feathercoind configuration

                  Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
                  Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

                  1 Reply Last reply Reply Quote 1
                  • G
                    gwbraa last edited by

                    I made it work!! :-)

                    http://146.185.178.40:19327/

                    I had to wait until the feathercoind build the block now looks like it’s working!!
                    Thank you so much for everything
                    Now I will bring more hashpower for the community.

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

                      Interesting :)

                      Younset up miners without a valid payout address. Did you intned that?

                      I hope you p2pool payout address works…

                      Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
                      Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

                      1 Reply Last reply Reply Quote 0
                      • G
                        gwbraa last edited by

                        I was just trying to see without a payment addres would go to the address from the P2pool

                        I am having trouble to keep the feathercoind service running.

                        I was running for like 2 minutes went down never got back

                        1 Reply Last reply Reply Quote 0
                        • G
                          gwbraa last edited by

                          It’s working again!!

                          I am trying to connect my rig with 10MH/s of power to the pool and I am getting the asnwer
                          Disconnected. Pool difficulty too low.
                          How Can I setup to the P2pool run in a different difficult like 512

                          Thanks

                          1 Reply Last reply Reply Quote 0
                          • G
                            gwbraa last edited by

                            I have pretty much 20Mh/s in the network but doesn’t show in the p2pool

                            http://146.185.178.40:19327/static/new/

                            but counts the coin write

                            Payout if a block were found NOW

                            68.91281896 FTC

                            Do you know why doesn’t show the hashrate in the p2pool page?

                            I will definitely make a nice donation as soon I will be mining the feathercoin
                            Thanks!! I am so sorry for so many questions!!

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

                              Well done @gwbraa for getting another p2pool node up and running.

                              Special thanks (kudos) to Wellenreiter for all his work on maintaining the distributed mining with p2pool especially and helping with support.

                              1 Reply Last reply Reply Quote 1
                              • G
                                gwbraa last edited by gwbraa

                                Thank you guys!!

                                Wellenreiter made a great job! I would like to know just why I don’t see all miners connect to my node.
                                Looks like usin the p2pool I am able to mining more coins than in the pool that I was mining before.

                                Thanks so much soon I will send a donation to Wellenreiter

                                The node location it’s Amsterdam

                                1 Reply Last reply Reply Quote 0
                                • Wellenreiter
                                  Wellenreiter Moderators @gwbraa last edited by

                                  @gwbraa said:

                                  I have pretty much 20Mh/s in the network but doesn’t show in the p2pool

                                  http://146.185.178.40:19327/static/new/

                                  but counts the coin write

                                  Payout if a block were found NOW

                                  68.91281896 FTC

                                  Do you know why doesn’t show the hashrate in the p2pool page?

                                  I will definitely make a nice donation as soon I will be mining the feathercoin
                                  Thanks!! I am so sorry for so many questions!!

                                  I used http://146.185.178.40:19327/static/ to access your pool and it showed some hashrate, but not 20 Mhash. Currently there are no miners working on the pool node.
                                  http://146.185.178.40:19327/peer_addresses show connections to the p2pool cloud, so the setup of your pool looks fine.

                                  Contgratulations :D

                                  Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
                                  Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

                                  G 1 Reply Last reply Reply Quote 0
                                  • G
                                    gwbraa @Wellenreiter last edited by

                                    @Wellenreiter said:

                                    I used http://146.185.178.40:19327/static/ to access your pool and it showed some hashrate, but not 20 Mhash. Currently there are no miners working on the pool node.
                                    http://146.185.178.40:19327/peer_addresses show connections to the p2pool cloud, so the setup of your pool looks fine.

                                    Contgratulations :D

                                    Thanks!!
                                    When I am using my own computer to mine shows everything, but looks the amount of coins that I am making
                                    see last blocks and payout
                                    http://146.185.178.40:19327/static/new/

                                    Right now I have over 80 miners “connect” in the pool should be around 50Mh/s
                                    I am receiving the coins but does not show in the page

                                    1 Reply Last reply Reply Quote 0
                                    • Wellenreiter
                                      Wellenreiter Moderators last edited by

                                      Don’t get confused with p2pool statistics and local statistiks.

                                      The payout list on your node shows the payouts for all miners mining on the whole pool, not just your node. For exapmle 6jU5FFgUxBHsAs7LAFLxoiepsaKUCmJiyr is mining on http://104.236.34.9:19327

                                      See http://104.236.34.9:19327/static/graphs.html?Day

                                      Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
                                      Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

                                      G 1 Reply Last reply Reply Quote 1
                                      • G
                                        gwbraa @Wellenreiter last edited by

                                        @Wellenreiter said:

                                        Don’t get confused with p2pool statistics and local statistiks.

                                        The payout list on your node shows the payouts for all miners mining on the whole pool, not just your node. For exapmle 6jU5FFgUxBHsAs7LAFLxoiepsaKUCmJiyr is mining on http://104.236.34.9:19327

                                        See http://104.236.34.9:19327/static/graphs.html?Day

                                        HAHAHAHAHAH

                                        I am so sorry man I just put the wrong IP hahaha I was using this node 104.236.34.9:19327
                                        Probably I am tired. I will appoint to mine IP and than take a rest
                                        Thank you so much again

                                        1 Reply Last reply Reply Quote 1
                                        • G
                                          gwbraa last edited by

                                          Now It’s working just fine hehehe thanks so much for everything

                                          http://146.185.178.40:19327/static/

                                          1 Reply Last reply Reply Quote 1
                                          • G
                                            gwbraa last edited by

                                            So on the pay outs all the address there are connecting so how trough a p2pool node correct and doing some work I mean making shares?

                                            I am following the uncle_muddy instructions

                                            p2pool.neoscrypt.de -n 88.80.190.15

                                            when I execute the screen Can I choose another one? Do you know a List?

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