plugeth/miner
Jason Carver ba295ec6fe Log locally mined blocks, after they are 5-deep in the chain
This helps determine which blocks are unlikely to end up as uncles

 * Store the 5 most recent locally mined block numbers
 * On every imported block, check if the 5-deep block num is in that store
 * Also confirm that the block is signed with miner's coinbase

Why not just check the coinbase? This log is useful if you're running
multiple miners and want to know if *this* miner is performing well.
2015-05-22 12:53:32 -07:00
..
agent.go fixed issue when miner is not stopping af stop command 2015-05-18 16:09:01 +02:00
miner.go miner: moved break INSIDE the switch ... 2015-05-21 19:53:27 +02:00
remote_agent.go Return 32-byte hashes from GetWork 2015-05-11 10:11:33 -04:00
worker.go Log locally mined blocks, after they are 5-deep in the chain 2015-05-22 12:53:32 -07:00