I am trying to withdraw some coins from my wallet (as I have done several times prior) but this time I am prompted with the error:
{0x0000000000000000000000000000000000000000", value: web3.toWei(1, "ether")})
{
code: -32000,
message: "account is locked"
}
I've tried unlocking the account using the --unlock command
geth --unlock "0x0000000000000000000000000000000000000000"
but unfortunately it did not fix the issue.
geth --unlock? – niksmac Mar 18 '16 at 02:51