知乎專欄 | 多維度架構 | | | 微信號 netkiller-ebook | | | QQ群:128659835 請註明“讀者” |
目錄
ERROR[02-10|16:12:45] Cannot start mining without etherbase err="etherbase address must be explicitly specified" Error: etherbase missing: etherbase address must be explicitly specified at web3.js:3143:20 at web3.js:6347:15 at web3.js:5081:36 at <anonymous>:1:1
原因是當前環境沒有賬戶,需要建立一個賬戶
> personal.newAccount("chen") "0x1b94732fca6f62a4f74fb2f7c80bfc89d567fdfb"
現在啟動挖礦就不會出現問題了