我使用的是Ubuntu 18.04-3,在执行命令时>
personal.unlockAccount(web3.eth.accounts[0],null)我收到以下错误,enter image description here
我尝试了这里的一些建议(enter link description here)
和针对internal/ethapi/api.go的建议(here)
我包含在文件中--allow-insecure-unlock (//我在建议中添加了,但没有说明如何放置//)
提前感谢您的时间
发布于 2020-12-11 00:40:07
你把places --allow-insecure-unlock放错了地方。它应该是在启动geth instant的时候。
示例:
$ geth {--rpc etc your other flags} --allow-insecure-unlock https://stackoverflow.com/questions/59677114
复制相似问题