Senior Brother's Insights
Mar 20, 2018 · Blockchain
Why miner.start() Returns null in Ethereum v1.7.3 and How to Verify Mining Status
In Ethereum v1.7.3 the console command miner.start() always returns null, regardless of whether mining actually starts, because the underlying Go implementation returns nil and the real status is logged or inferred from other API calls, not from the return value.
EthereumGominer.start
0 likes · 7 min read
