What are the current p2pool ports for feathercoin?
p2pool-rav (https://github.com/Rav3nPL/p2pool-rav) shows
P2P_PORT=9339
andreasfaerber’s fork (https://github.com/a…oin/networks.py ) shows
P2P_PORT=9336
https://github.com/n…aster/README.md shows:
P2P_PORT=19339
Are any of those right? Is there a definitive networks.py for feathercoin out there?
I was using the rav fork, but getting no peers in or out.
I have a number of public p2pool nodes active - bitcoin, litecoin etc.
Feathercoin is the only one giving me an issue. I have feathercoind running, plus p2pool for feather coin running. Using the p2pool-rav branch works fine except I was getting no peers on the 9339 port. Ditto on 19339 from the other fork.
Using the Andreas Faerber branch, with p2p_port as 9336, it conflicts feathercoind’s default port is 9336, e.g.:
P2P_PORT=9336,
ADDRESS_VERSION=14,
RPC_PORT=9337
So, any suggestions on the proper p2pool ports?
Thanks!