如果在web3.js包中提供了Miner,我如何启动和阻止miner( miner.start(),miner.stop())?我正在使用web3 v0.20.6。
发布于 2018-11-14 12:56:54
您可以使用Web3Admin,它扩展了web3,给出了更多关于ethereum工具的方法。
这是他们的GitHub:https://github.com/DecentricCorp/web3admin
https://ethereum.stackexchange.com/questions/62298
复制相似问题