Skip to content
This repository was archived by the owner on Sep 5, 2020. It is now read-only.
This repository was archived by the owner on Sep 5, 2020. It is now read-only.

Problems importing presale-wallet / wrong password #669

Open
@luclu

Description

@luclu

Problem reports will be pooled in this issue.
If you are affected please use the specific issue for discussion or open a new one.


Many users reported about lost passwords or Ethereum-Wallet not accepting their password.

Please verify the following:

  1. update to the latest version (link)
  2. make sure the keyboard-layout is correct
  3. no caps-lock is active

Basicly check what you type is what you want to type in some texteditor.


If you...

  • try to import a presale-wallet (json-file) and encounter a password error, try to run geth (instructions).
    On the terminal, start it with: geth{.exe} wallet <json-file>
  • can't unlock your account in Ethereum-Wallet start geth with: geth{.exe} --unlock <address>. If this does not help, try to update your web3-secret-storage file via geth account update
  • still can't unlock your account try this service: https://www.myetherwallet.com (they implemented a "wallet viewer" following the official wallet-specs; it's client-side; source-code)
  • did lose your password you have two possibilities:
    1. use pyethrecover which tries a user-specified list of passwords
    2. use a bruteforce-service to crack your password. Be sure to research for a trustworthy service.

As the account management of Ethereum-Wallet is done by its client (geth/eth) - you might be presented with accounts you did setup withing geth before ever using Ethereum-Wallet.

If using geth or myetherwallet.com did help you to unlock your account, please report this - you might have found a bug!


Currently several improvements/bug-fixes are planned to be incorporated:


Additional resources:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions