Are there other indicators in P2Pool when you find a block other than the bonus? How's the bonus differentiated from other payouts to our P2Pool associated address, now that we're seeing fairly regular donations to P2Pool miners?
Even if it says "Block Found!" on the rolling command line status, I'd have a hard time seeing it (not like I sit here watching it scroll by all day). Is it in another log or do I have to slog through all my rigs and look at their UI's to see if they found a block (like the S1 Mining Status page)?
windpath - It would be great to have an indicator of blocks found (total and individual blocks highlighted) on the Miner Status pages you provide, including for miners outside your node on CoinCadence.
Alternatively can I add similar functionality to my node's UI.... where to source the data?
The bonus isn't differentiated. It just gets added to whatever your share of the other 199/200. In other words, if your address is MYADDRESS and that address found the block, and your expected payout at the time of finding the block is 0.5
BTC, your total block reward is 0.625
BTC. You don't get two separate payouts of 0.125 and 0.5.
When you find a block, you see this in your p2pool logs:
2014-04-26 04:18:51.302213 GOT BLOCK FROM MINER! Passing to bitcoind! https://blockchain.info/block/00000000000000001354b78a93d4a4d71490abb482b08405484c125b918f3fc7
I'm not sure you could source the "This address is the one that found the block" information for nodes other than your own, nor am I sure if that is historically associated to the submitted block so you could parse it from block data. Anyone know the answer to that?