quorum/miner
Felix Lange d7b5a87b3b miner: provide coinbase when starting the miner
This avoids having to query the coinbase when creating the miner, which
in turn eliminates the dreaded startup error when no accounts are set
up. Later, this will also allow us to simply restart the miner when the
user picks a different coinbase.

This causes a lot of changes in other packages. These are included in
this commit because they're impossible to separate.
2015-03-11 23:43:27 +01:00
..
agent.go Changed nonce to a uint64 2015-03-03 21:04:31 +01:00
miner.go miner: provide coinbase when starting the miner 2015-03-11 23:43:27 +01:00
worker.go Use the state to up the balance of the coinbase 2015-03-11 16:32:37 +01:00