Go-Ethereum
奇怪的錯誤“方法 eth_accounts 不存在/不可用”
我正在嘗試使用 truffle 通過以下命令進行遷移
truffle migrate --network ropsten
我面臨以下錯誤
方法 eth_accounts 不存在/不可用
我嘗試
geth
使用> eth.accounts Error: The method eth_accounts does not exist/is not available at web3.js:3143:20 at web3.js:6347:15 at get (web3.js:6247:38) at <unknown>
有沒有人有類似經歷或者知道怎麼解決?
您必須使用指定參數
--rpcapi="db,eth,net,web3,personal"