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

      You are correct, you can mine “solo” - even if your p2pool node does not find others pools, it is connected to the Feathercoin blockchain via a different port.
      We have had the situation where p2pool nodes loose contact and the pool continues alone - so you could iptables/firewall, the known other node’s IP address, to deliberately prevent connection to a global pool.

      you can use the -getpeerinfo switch with feathercoind to see who’s connected.

      So you can find shares, then feathercoind will announce when you found a block and your p2pool will pay you.

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

        @wrapper the problem occurs, when blocks are found by the pool so fast, that small miners can’t submit a valid share, before a work restart is requested by the pool.

        Yesterday, we had the situation, that blocks where found by the pool about every 10-30 seconds, while miners with hashrates of ~100-150 khash only could send valid shares only every 3-4 Minutes.
        The result was, that small miners didn’t get any payout.
        This situation is temporary, of course, as the block chain difficulty will go up until blocks are found every minute again, but still such a situation is not encouraging small miners to mine on a p2pool.

        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
        • R
          RIPPEDDRAGON Regular Member last edited by

          said:

          t connect to other p2pool nodes, or yoir node cannot connect t

          I dont know if you have tried manually setting your miner’s diff but this seems to help me out on p2pool:
          -o stratum+tcp://104.236.34.9:19327 -O 6e3ozu798fKvNUCSwRjPMRdnrJ27dCHEPm/0+0.00300:lol

          The “0+0.00300” seems to do a decent job of lowering stale % for me

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

            @wrapper said:

            You are correct, you can mine “solo” - even if your p2pool node does not find others pools, it is connected to the Feathercoin blockchain via a different port.
            We have had the situation where p2pool nodes loose contact and the pool continues alone - so you could iptables/firewall, the known other node’s IP address, to deliberately prevent connection to a global pool.

            you can use the -getpeerinfo switch with feathercoind to see who’s connected.

            So you can find shares, then feathercoind will announce when you found a block and your p2pool will pay you.

            The p2pool node initially needs at least one other p2pool node to start.
            When this initial connection is lost later, it may continue to work.

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

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

              @Wellenreiter said:

              The p2pool node initially needs at least one other p2pool node to start.
              When this initial connection is lost later, it may continue to work.

              Yes I forgot that, another adjustment needed to implement coloured pools would be solo mining capability. Or set up two p2pools on the local network / in containers - as a work around.

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

                @RIPPEDDRAGON said:

                said:

                t connect to other p2pool nodes, or yoir node cannot connect t

                I dont know if you have tried manually setting your miner’s diff but this seems to help me out on p2pool:
                -o stratum+tcp://104.236.34.9:19327 -O 6e3ozu798fKvNUCSwRjPMRdnrJ27dCHEPm/0+0.00300:lol

                The “0+0.00300” seems to do a decent job of lowering stale % for me

                That is a good way for larger miners to tune their share difficulty and reduce the negative influence on smaller miners.
                I have released a new branch of p2pool software -adaptive- which does this automatically. it adjusts the individual share difficulty so that all miners submit shares about 2 times per minute.

                For pool operators:

                • https://github.com/wellenreiter01/p2pool-neoscrypt branch ‘adaptive’
                • on the command line specify the parameter ‘-d A’ to enable adaptive share diffculty

                @RIPPEDDRAGON : The adjustment you did is still possible with the new software, of course. It overrides the automatic adaption.

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

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

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • G
                    gwbraa last edited by gwbraa

                    ftc.siweb.co:19327

                    This will be the final version!!
                    I will try to keep alive this node for as much I can. I will be putting some hash power as well.
                    Let’s see the results in one month
                    How Can I know the number of blocks discovered by the node?

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

                      @gwbraa said:

                      ftc.siweb.co:19327

                      How Can I know the number of blocks discovered by the node?

                      There is no direct way to find that, although you can look at the explorer, this is a p2pool block :

                      http://explorer.feathercoin.com/block/0ccf2ac81e3cfe01fbd004fd2886e2c8e30748f232eae1b76dcb7e5da09a0aa9

                      you just need to use a separate address for each node, then see what comes into the wallet.

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

                        @Wellenreiter said:

                        @RIPPEDDRAGON said:

                        said:

                        t connect to other p2pool nodes, or yoir node cannot connect t

                        I dont know if you have tried manually setting your miner’s diff but this seems to help me out on p2pool:
                        -o stratum+tcp://104.236.34.9:19327 -O 6e3ozu798fKvNUCSwRjPMRdnrJ27dCHEPm/0+0.00300:lol

                        The “0+0.00300” seems to do a decent job of lowering stale % for me

                        That is a good way for larger miners to tune their share difficulty and reduce the negative influence on smaller miners.
                        I have released a new branch of p2pool software -adaptive- which does this automatically. it adjusts the individual share difficulty so that all miners submit shares about 2 times per minute.

                        For pool operators:

                        • https://github.com/wellenreiter01/p2pool-neoscrypt branch ‘adaptive’
                        • on the command line specify the parameter ‘-d A’ to enable adaptive share diffculty

                        @RIPPEDDRAGON : The adjustment you did is still possible with the new software, of course. It overrides the automatic adaption.

                        I thought you had added the adaptive difficulty into the master branch, which is what my pool is built on. I’ll have to update to this and try it out.

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

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

                          The p2pool it’s amazing for this pool http://p2pool.neoscrypt.de/
                          The weird thing this wallet xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx you cannot even see their balance but their taking a nice cut with only 600K
                          I will keep watching this, but smells something weird. can you guys check this pool and this wallet

                          wrapper 1 Reply Last reply Reply Quote -1
                          • Wellenreiter
                            Wellenreiter Moderators @AmDD last edited by

                            @AmDD said:

                            @Wellenreiter said:

                            @RIPPEDDRAGON said:

                            said:

                            t connect to other p2pool nodes, or yoir node cannot connect t

                            I dont know if you have tried manually setting your miner’s diff but this seems to help me out on p2pool:
                            -o stratum+tcp://104.236.34.9:19327 -O 6e3ozu798fKvNUCSwRjPMRdnrJ27dCHEPm/0+0.00300:lol

                            The “0+0.00300” seems to do a decent job of lowering stale % for me

                            That is a good way for larger miners to tune their share difficulty and reduce the negative influence on smaller miners.
                            I have released a new branch of p2pool software -adaptive- which does this automatically. it adjusts the individual share difficulty so that all miners submit shares about 2 times per minute.

                            For pool operators:

                            • https://github.com/wellenreiter01/p2pool-neoscrypt branch ‘adaptive’
                            • on the command line specify the parameter ‘-d A’ to enable adaptive share diffculty

                            @RIPPEDDRAGON : The adjustment you did is still possible with the new software, of course. It overrides the automatic adaption.

                            I thought you had added the adaptive difficulty into the master branch, which is what my pool is built on. I’ll have to update to this and try it out.

                            It was on the master branch vor p2pool Version 13.X already, but it got lost during the upgrade of code to version 15.
                            I added it again now.

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

                            AmDD 1 Reply Last reply Reply Quote 1
                            • wrapper
                              wrapper Moderators @gwbraa last edited by wrapper

                              @gwbraa said:

                              The p2pool it’s amazing for this pool http://p2pool.neoscrypt.de/
                              The weird thing this wallet xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx, you cannot even see their balance but their taking a nice cut with only 600K
                              I will keep watching this, but smells something weird. can you guys check this pool and this wallet

                              Just a couple of points.
                              FTC is not a bank, we cannot check out pools or addresses.
                              There is no “smells” around FTC p2pool, it has been run and updated as an open source project virtually since it’s inception.
                              There is a limit on how many transactions Bitcoin-Abe can show, so addresses that have done a lot of mining show a message “too many blocks to display”, which is a “bug/issue” with Bitcoin-abe not FTC …
                              I have edited the Address, to prevent a FTC miner being falsely accused of “smells”

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

                                @Wellenreiter said:

                                @AmDD said:

                                @Wellenreiter said:

                                @RIPPEDDRAGON said:

                                said:

                                t connect to other p2pool nodes, or yoir node cannot connect t

                                I dont know if you have tried manually setting your miner’s diff but this seems to help me out on p2pool:
                                -o stratum+tcp://104.236.34.9:19327 -O 6e3ozu798fKvNUCSwRjPMRdnrJ27dCHEPm/0+0.00300:lol

                                The “0+0.00300” seems to do a decent job of lowering stale % for me

                                That is a good way for larger miners to tune their share difficulty and reduce the negative influence on smaller miners.
                                I have released a new branch of p2pool software -adaptive- which does this automatically. it adjusts the individual share difficulty so that all miners submit shares about 2 times per minute.

                                For pool operators:

                                • https://github.com/wellenreiter01/p2pool-neoscrypt branch ‘adaptive’
                                • on the command line specify the parameter ‘-d A’ to enable adaptive share diffculty

                                @RIPPEDDRAGON : The adjustment you did is still possible with the new software, of course. It overrides the automatic adaption.

                                I thought you had added the adaptive difficulty into the master branch, which is what my pool is built on. I’ll have to update to this and try it out.

                                It was on the master branch vor p2pool Version 13.X already, but it got lost during the upgrade of code to version 15.
                                I added it again now.

                                Oh ok. Is there a table or something you can post to give us a rough idea what the settings would be at a specific hash rate? Even with setting difficulty manually on my address, i still get a lot of tiny payments. Id be happy with fewer, large payments - even so much as being paid every other day or so - if possible.

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

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

                                  @AmDD there is a difference between the number of payouts and the number of times that shares are submitted to the pool.

                                  You can’t influence the frequency of payouts in a p2pool, as it doesn’t store or collect coins for later payouts. whenever a block is found the 80 FTC in that block are payed out directly to the miners, according to the percentage of work they submitted to find that block.

                                  The adaption mode or the manual difficulty adjustment only influence the frequency the miner submits shares back to the pool.

                                  Basically faster miners get allocated larger pieces of work, so they have more to calculate before they sent back the work and get new work assigned.
                                  In theory a miner only needs to send back work once in a round to get payed for a found block.
                                  The automatic adaption adjusts the work, so that miners submit sares back to the pool every 30 seconds to make sure that miners have submitted work, even if the pool finds several blocks in a row.

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

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

                                    @Wellenreiter Well that makes sense. I thought I had read somewhere that adjusting the difficulty made for fewer, larger payouts. The worst thing about P2Pool is the tiny payouts. All that dust is a pain to deal with.

                                    Thanks for the explanation!

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

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

                                      P2Pool:
                                      http://pool.ftc-c.com:19327/static/
                                      http://p2p.ftc-c.com:19327/static/

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