Versions in this module Expand all Collapse all v0 v0.2.0 Mar 13, 2019 v0.1.0 Jul 23, 2018 Changes in this version + var ErrTxPoolConfig = errors.New("txpool is misconfigured: cannot start miner") + type Miner struct + func NewMiner(txp state.TxPool, e engine.Engine, s state.State, c chain.Chain, ...) *Miner + func (m *Miner) IsRunning() bool + func (m *Miner) Start(ctx context.Context) error