Description
Unable to unlock accounts. OSX 10.10.2, homebrewed Geth/v0.9.20/darwin/go1.4.2. Geth creates the accounts, but then always fails to unlock them (naturally, using the very same password). Seems like it looks for a wrong file (dba1d6db83a3cae28beac8850f2e9e5592572cf7 file is in keystore, allright, but it looks for something else entirely):
~ $ geth account new
Welcome to the
FRONTIER
Your new account is locked with a password. Please give a password. Do not forget this password.
Passphrase:
Repeat Passphrase:
Address: {dba1d6db83a3cae28beac8850f2e9e5592572cf7}
~ $ geth account list
Welcome to the
FRONTIER
Primary #0: {104dd1e7839e2ffa8f268a0b0a8340584b32ca87}
Account #1: {77203d4440bfd55ec993beac25bf312cec7757f7}
Account #2: {977bae5f4fc36bd29ef0f62483bf598141ac7eea}
Account #3: {dba1d6db83a3cae28beac8850f2e9e5592572cf7}
~ $ geth --unlock=dba1d6db83a3cae28beac8850f2e9e5592572cf7
Welcome to the
FRONTIER
I0512 21:23:57.522643 29697 backend.go:239] Protocol Version: 60, Network Id: 0
I0512 21:23:57.522900 29697 backend.go:249] Blockchain DB Version: 2
I0512 21:23:57.530293 29697 chain_manager.go:235] Last block (#317727) 6528e4dcd1c637c5a491467b5060c7ee4eb6f916dbd5cd7642a922d9dcec2969 TD=25102922718244
I0512 21:23:58.581426 29697 cmd.go:107] Starting Geth/v0.9.20/darwin/go1.4.2
I0512 21:23:58.583085 29697 server.go:209] Starting Server
I0512 21:23:59.596123 29697 nat.go:94] network port 30303 could not be mapped: no UPnP or NAT-PMP router discovered
I0512 21:23:59.605844 29697 udp.go:189] Listening, enode://0334aad57741893c705c7effb802f5cc60024c068e4f7d2f26dc8c26fd5eda77ef06848e000ba7b0558bdda8d8ca026f75fc2587128c7bba62d68f142275e727@[::]:30303
I0512 21:23:59.606046 29697 backend.go:456] Server started
I0512 21:23:59.606109 29697 nat.go:94] network port 30303 could not be mapped: no UPnP or NAT-PMP router discovered
I0512 21:23:59.606081 29697 server.go:349] Listening on [::]:30303
Passphrase:
Fatal: Unlock account failed 'open /Users/vb/Library/Ethereum/keystore/6338383530663265396535353932353732636637/6338383530663265396535353932353732636637: no such file or directory'
Fatal: Unlock account failed 'open /Users/vb/Library/Ethereum/keystore/6338383530663265396535353932353732636637/6338383530663265396535353932353732636637: no such file or directory'