docker-compose node for other devices
wolfderechter opened this issue · 5 comments
wolfderechter commented
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?
SChernykh commented
You only need to expose port 3333 (Stratum mining port) to be able to connect with XMRig.
wolfderechter commented
SChernykh commented
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.
wolfderechter commented
Yep thanks, also for p2pool in general! Absolutely awesome