SChernykh / p2pool

Decentralized pool for Monero mining
GNU General Public License v3.0
1.03k stars 123 forks source link

connection timed out #285

Closed bzhubs closed 7 months ago

SChernykh commented 7 months ago

Do you get any errors in monerod log? P2Pool complains that it can't connect to ZMQ port 18083, this is where all other errors start. It can also be because you hit the max open files limit (1024 by default). You should increase it if you have many miner connections.

SChernykh commented 7 months ago

Try to find what was in monerod log the last time you got ZMQ errors in P2Pool log. You should fix this first.