SChernykh / p2pool

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

cant connect with windows monero gui to wallet #254

Closed hubgitbb closed 1 year ago

hubgitbb commented 1 year ago

Hi, i have build the p2pool with Docker Compose https://github.com/SChernykh/p2pool/tree/master/docker-compose. Now im trying to connect with the windows monero-gui-v0.18.2.2 to the p2pool-monero container, which i think is also the monero wallet, but the monero gui doesent connect. is it possible to connect with that GUI or do i need another GUI?

SChernykh commented 1 year ago

What exactly are you trying to connect to? GUI wallet to Monero node running inside the container?

hubgitbb commented 1 year ago

yes, im trying to connect the Monero GUI wallet to Monero node running inside the container.

SChernykh commented 1 year ago

You need to add port 18081 for Monero: https://github.com/SChernykh/p2pool/blob/master/docker-compose/docker-compose.yml#L87

hubgitbb commented 1 year ago

my docker file section for monero looks like this

monero: image: monero:latest build: context: monero args:

hubgitbb commented 1 year ago

i mean yes, i have added - 18081:18081/tcp to the docker compose file

SChernykh commented 1 year ago

Then you should be able to connect to it, you just need to set the correct IP address in GUI config. Also, this issue is not directly related to p2pool.

hubgitbb commented 1 year ago

i have changed the volume settings and tried to read the logs but the bitmonero.log file remains empty

hubgitbb commented 1 year ago

now it works. i think it was a problem mit the version monero-gui-v0.17.3.1. the version monero-gui-v0.18.2.2 works for me