Ethereum appears: no key for given address or file error

Regarding the no key for given address or file exception message in eth (poa) .

Generation environment: use rpc to call the personal_unlockAccount method.
Reason: The corresponding keystore file is missing under the node.
Solution: Create an account on the corresponding node, and then call the corresponding method.

Guess you like

Origin blog.csdn.net/qq_43234632/article/details/110086255