I tried this statement
personal.unlockAccount(web3.eth.coinbase, "password")
But I am getting this error .
Error: account unlock with HTTP access is forbidden
Any suggestion would be helpful. Thank you.
I tried this statement
personal.unlockAccount(web3.eth.coinbase, "password")
But I am getting this error .
Error: account unlock with HTTP access is forbidden
Any suggestion would be helpful. Thank you.
personal.unlockAccount(web3.eth.coinbase, "password")on console? – Tony Dang Aug 05 '19 at 13:53