How do I make p2pool accessible from outside my network?

1

I want my pool to be accessible from the public, i have forwarded port 9332 and 9333 on both udp/tcp, and its still not possible, and the system firewall is open for that, for example i cant access the pool stats through http://external_WAN_IP:9332 but i haven't yet tested using a miner and connect it to the pool.

i have set up the pool according to the instructions here http://p2pool.in with the latest version 14.0

Hoz Serkany

Posted 2015-08-13T04:42:33.537

Reputation: 63

Two questions: 1) Is P2Pool listening on a non-local port? 2) Is the port open when you use a port checker?

Nick ODell 2015-08-13T05:15:08.100

the p2pool is listening on a local port, the port is open, i have checkedit several times.Hoz Serkany 2015-08-13T05:40:00.707

Let me clarify: Is it listening on 127.0.0.1, or on an IP address accessible to your network?Nick ODell 2015-08-13T05:49:54.920

its listening on 127.0.0.1, im running it on the same computer as the miners and bitcoin coreHoz Serkany 2015-08-13T06:43:09.800

That's not going to work. It needs to listen on 0.0.0.0, or the IP address assigned to you by your DHCP server.Nick ODell 2015-08-13T06:52:45.900

is there a command to specify the address, and how is it goin to work without it being connected to bitcoin core.Hoz Serkany 2015-08-13T07:45:48.453

No answers