if a coinbase reward isn't fully spent, can the coins ever be recovered?

1

If a pool mines a block and is mistakenly rewarding miners with less coins than they should be given, is it possible for others to recover those coins somehow? Or are they lost forever?

For example, if the reward should be 50 BTC and the pool pays everyone a total of 5 (because the script has a bug and everyone's payout is divided by 10), is it possible for the other 45 BTC to be recovered?

bvpx

Posted 2013-09-16T15:16:57.053

Reputation: 1 052

Question was closed 2013-10-11T18:39:35.240

I can't imagine there could be a way to recover the coins after the fact. Actually, it could be that a block with such a mismatch would be considered invalid, and the other miners wouldn't build on top of it. In that case the original pool gets nothing at all.Nate Eldredge 2013-09-16T15:28:51.057

Answers

1

No, the remainder of the reward is lost.

The bitcoin protocol includes a check which rejects a block that claims a bigger reward than 'current block reward + transaction fees'. Thus, inevitably follows that any rewards unclaimed in the coinbase transaction cannot be claimed at a later time.

Murch

Posted 2013-09-16T15:16:57.053

Reputation: 41 609