SChernykh / p2pool

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

p2pool sends job to stratum miner when not synced #231

Closed duggavo closed 1 year ago

duggavo commented 1 year ago

P2pool sends mining job to the stratum miner(s) when syncing. This can cause a waste of electricity and also slow down syncing if the miner is running on the same device of the p2pool node.

SChernykh commented 1 year ago

This is the intended behavior. P2Pool is a decentralized network and it doesn't know if what it's syncing will be valid in the end, so it starts building its own blockchain right away. Everything that you're mining while syncing does count and it's the same as solo mining until you sync with other peers.