Geth错误:无法使用给定的密码解密密钥

时间:2018-01-15 22:04:59

标签: ethereum solidity smartcontracts geth

在关注this tutorial时,我遇到了错误消息。输入personal.unlockAccount(eth.accounts[0])后,系统会要求我输入密码。一旦进入,Geth控制台就会给我Error: could not decrypt key with given passphrase。我知道密码是正确的,有些googling表明错误消息文本可能是错误的。似乎我的新创建的帐户可能还没有足够的ETH,但是,如果是这样的话,我们怎么知道我们需要多少能够解锁帐户呢?

1 个答案:

答案 0 :(得分:1)

只有在您输入的密码不正确时,才会传播此错误消息。

正如@ smarx所指定的,您附加的Google链接似乎与您的问题无关。