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

    Online list of active p2pool nodes available

    Mining
    howto pool mining p2pool
    3
    12
    15621
    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.
    • Wellenreiter
      Wellenreiter Moderators last edited by Wellenreiter

      There is a realtime list of working p2pool nodes availabe on

      http://p2pool.neoscrypt.de

      The list contains the uptime, node fees, pool hashrate and location of the pool

      To mine using a p2pool node no account is required. Just use your feathercoin address as username and any password.

      an example for cgminer:

      cgminer --neoscrypt -O <your feathercoin address>:xx -u http://p2pool.neoscrypt.de:19327

      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 2
      • AmDD
        AmDD Regular Member last edited by

        Who maintains this list/site?

        I saw on a Bitcoin p2pool list once where on loading the page it would test the latency from the end user to each pool and display it on the page in a sortable list. It would be nice to add that here. Also, how would one add a pool to this list?

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

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

          It’s maintained by me.
          It is more or less a crawler running on nodejs, that uses the peer list of an initial specified p2pool node to determine the active p2pool nodes.

          The code can be found at https://github.com/wellenreiter01/p2pool-scanner-neoscrypt

          There is no manual ‘adding’ of nodes, as every node that is part of the p2pool cloud and has the interface running on the default tcp port (19327) is added to the list.

          To test the latency from the end user to the different 2pool nodes is a nice idea. It could be done with some javascript running in the end users web browser, but I’m not sure how to merge the results into the existing table.

          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
          • wrapper
            wrapper Moderators last edited by wrapper

            Have you got “issues” set off in Github on the pool scanner? I noticed there was no feathercoin.png in resources and was going to raise an issue, before seeing if it’s easy to fix?

            https://github.com/wellenreiter01/p2pool-scanner-neoscrypt

            Also, would be interesting to create an IP list, that we could then run through a script for further analysis. I sort of failed with nslookup, I was trying to do for FTCForumTools - but it could be Text" replaced with ping, or some / various other appropriate IP analysis tools?

            usage : sudo ./IPBlocklist-nslookup -type=ns.sh >> nslookup -type=ns.out
            rm nslookup -type=ns.out

            nslookup -type=ns XXX.93.26.10
            nslookup -type=ns XXX.93.34.214
            nslookup -type=ns XXX.215.253.186
            nslookup -type=ns XXX.227.1.237

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

              the feathercoin.png and phoenixcoin.png are in the dev-branch
              will be available at next merge :)

              not sure if I understand the nslookup stuff

              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
              • wrapper
                wrapper Moderators last edited by wrapper

                Wow, quick work on the fixes ;) …

                About creating a text list of IPs : if the p2pool scanner can produce a IP list, then that could be run as a script to ping the IPs or give other information (like I was trying to do with a nslookup script). …

                That is : instead of adding a ping functionality in the code itself, create a list which can be run as a script to do ping or some other task on each IP…

                It looked a bit weird because the MD interferes with Bash ! “#”

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

                  @Wellenreiter I came across this: http://p2pool.jir.dk/feathercoin/?allnodes=1# that gives the ping times to the pools. For some reason only a few pools are listed.

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

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

                    I’ve seen the site, I think.
                    they show only pools in a radius of < 120000 km from your detected location, but still I don’t see all sites I’d expect.

                    In general the problem is, that javascript doesn’t have a ping function build in.
                    I’m not sure how they worked around that problem.
                    The ping has to come from your PC, otherwise it doesn’t make any sense, so it must be triggered from your web browser through javascript embedded in the web page.

                    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
                    • Wellenreiter
                      Wellenreiter Moderators last edited by

                      Just found a js snipplet implementing a kind of ping.

                      I will try to implement that for the scanner code

                      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 Site seems to be down?

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

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

                          Ops,
                          it looks like a script stopped working.

                          Will fix it today

                          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
                          • Wellenreiter
                            Wellenreiter Moderators last edited by

                            It’s back.

                            The scanner had lost all nodes. Not sure why…

                            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 2
                            • First post
                              Last post