SChernykh / p2pool

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

SSL-RPC #308

Open jogii2p opened 2 weeks ago

jogii2p commented 2 weeks ago

Hey,

is there a way to connect the P2Pool to a SSL-secured-RPC Node? Because since my change to SSL-RPC-Node i got this Problem:

2024-06-12 14:11:14.5694 P2Pool get_info RPC request to host 127.0.0.1:18081:ZMQ:18083 failed: error Error (empty response), trying again in 1 second

I guess that happend after the SSL Change, I didn't find a command to integrate the SSL. Is my guess right with the SSL or did i another stuff wrong?

Thanks for all, and your great tool.

SChernykh commented 2 weeks ago

P2Pool doesn't support SSL. It might be added in the future versions, but the best you can do right now is running XMRig-proxy in front of P2Pool to enable miners connecting using SSL (but it's not related to this issue).

I don't know if any proxy exists that supports connecting to a Monero node with SSL.

SChernykh commented 2 weeks ago

Also, since Monero node can enable SSL only on the RPC port, and not ZMQ, it makes little sense to use it with P2Pool.