How to find a list of all nodes in a p2pool network?

0

I'm running a p2pool node for cachecoin and see there are more users and hashrate in the overall p2pool network than from the known nodes.

Is there a way to get a list of the connected nodes somehow, maybe by IP?

All I see currently is the web frontend and the stdout buffer.

Afr

Posted 2014-01-25T08:05:05.420

Reputation: 1 267

Answers

0

The answer is p2pool-scanner.

A little piece of javascript with minimal webserver (NodeJS) which keeps scanning your local p2pool-data directory for node ips and scans all nodes for public html frontend. If it finds a public accessable frontend, it will add it to a list of public nodes and displays the results sorted by uptime.

Its easy modified (scanner.cfg) to work with any *coins p2pool network.

Here is an example node scanner for vertcoin: http://q30.qhor.net:9172/

Afr

Posted 2014-01-25T08:05:05.420

Reputation: 1 267