SChernykh / p2pool

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

Public p2pool pools #293

Closed APT-ZERO closed 7 months ago

APT-ZERO commented 7 months ago

Hi I want to mine without running Monerod on my local machine Is there any public p2pool that i can connect my xmrig to it? Thank you

MarcusNewman commented 7 months ago

Do you want to keep the earnings from your mining? I know the way I have my p2pool setup is the mining address is at the p2pool level. You would just be helping someone else earn the rewards.

APT-ZERO commented 7 months ago

Sorry, I have no enough knowledge in crypto mining My goal is to mine for my own monero wallet on p2pool without running monerod, is it possible? Can't the developers change the design to make it possible?

SChernykh commented 7 months ago

The intended way is to run your own monerod, p2pool and xmrig. Everything else is centralized mining in some way or form. Yes you connect to someone else's monerod but it will not be as reliable as your own node.

APT-ZERO commented 7 months ago

If i have a local network or multiple VPS on the internet I should run [monerod + p2pool + xmrig-proxy] or just [monerod + p2pool] is enough?

SChernykh commented 7 months ago

You need to run monerod+p2pool only on one machine. Everything else needs only xmrig.

APT-ZERO commented 7 months ago

Is it technically possible for you to change wallet level to xmrig? then we could have multiple public p2pool nodes and each user was able to mine for themselves on p2pool without need to run monerod and p2pool on their machines. And if it was like that, was the host of that public p2pool node able to abuse against monero network or the clients that are connected to it?

SChernykh commented 7 months ago

No, wallet is only set at P2Pool node. XMRig's setting is ignored when it connects to a P2Pool node.

APT-ZERO commented 7 months ago

OK, thank you