From what I understand miners submit their hashes to the pool. What prevents a miner to disengage the pool as soon as she finds the right hash?
Asked
Active
Viewed 841 times
6
-
possible duplicate of What prevents a pool miner from stealing an entire block? – Jacob Krall Jun 30 '14 at 18:32
2 Answers
6
The payout address for the miners mined blocks is the pool's moderator address. If the miners are working on blocks with a different payout address (ex. their own), the pool moderator can tell and act accordingly by either banning them or simply ignoring their work.

Luca Matteis
- 5,212
- 18
- 24
0
They have to be mining the entire time on a block template created by the pool -- i.e. a block that pays the coinbase transaction to the mining pool and not to themselves.
The hashes they are trying depend on that template, so they can't change the template after they got a good hash, otherwise that would invalidate the block entirely.

fiatjaf
- 611
- 3
- 17