SChernykh/p2pool

docker-compose node for other devices

wolfderechter opened this issue · 5 comments

I'm having issues using the dockerized p2pool node. Using the miner within the docker compose works but when trying to use another miner on the network with the node I can't connect. I noticed in the docker compose the zmq port 18083 isn't exposed. Could this be the issue?

You only need to expose port 3333 (Stratum mining port) to be able to connect with XMRig.

You only need to expose port 3333 (Stratum mining port) to be able to connect with XMRig.

image
I tried these values in gupax but no luck, when I added the 18083 port in the docker-compose it works

Ah, yes - if you want to use Monero node for mining with P2Pool, then you need to expose 18081 and 18083. If you connect XMRig to P2Pool node, you only need to expose 3333.

8fd45cc should fix it.

Yep thanks, also for p2pool in general! Absolutely awesome