SecretBlockChain / go-secret

Official Golang implementation of the Secret protocol.
GNU Lesser General Public License v3.0
35 stars 6 forks source link

Fatal: Failed to unlock account 0x823485Fc29... (no key for given address or file) #3

Open yan253319066 opened 3 years ago

yan253319066 commented 3 years ago

start command./secret --http --http.api secret --allow-insecure-unlock -unlock 0x823485Fc297a11315C0A7610ffFe45913EcE77Cc --password node/password.txt --mine

yan253319066 commented 3 years ago

start command ./secret --http --http.api secret --allow-insecure-unlock -unlock 0x823485Fc297a11315C0A7610ffFe45913EcE77Cc --password node/password.txt --mine

private key path /home/secret-chain/node/keystore/UTC--2021-06-28T03-38-57.604652613Z--823485fc297a11315c0a7610fffe45913ece77cc

error Fatal: Failed to unlock account 0x823485Fc297a11315C0A7610ffFe45913EcE77Cc (no key for given address or file)

Larawei commented 3 years ago

you can try add --keystore node/keystore/ That solved my problem