通过geth --maxpeers=50 console启动geth控制台
然后使用admin.miner.start()开始挖掘,但是得到了下面的错误
TypeError: Cannot access member 'start' of undefined
at <anonymous>:1:1有什么地方我可以查,或任何网上参考,非常感谢。
发布于 2017-06-17 06:10:39
尝试使用miner.start()开始挖掘。参考资料可以找到这里。
https://ethereum.stackexchange.com/questions/18179
复制相似问题