Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Invalid Password deploying wallet #47

Closed
c-h- opened this issue Jan 10, 2018 · 5 comments
Closed

Invalid Password deploying wallet #47

c-h- opened this issue Jan 10, 2018 · 5 comments
Labels

Comments

@c-h-
Copy link

c-h- commented Jan 10, 2018

Deploying a new multi-signature wallet with 4 accounts as owners, the deploying account has ethereum balance, 6 confirmations required, and 10000 daily withdrawal limit using Windows Gnosis multi-sig wallet.

After clicking "Deploy with factory", a pop-up for password to confirm transaction comes up. After entering the password for the first owner (main account) deploying the contract, it says invalid password. Uploading the keystore to MEW and entering the password decrypts successfully, as does importing the account again to Gnosis Windows desktop (accepts the keystore and password and then errors [properly] that the account is already imported).

Is the desktop app malfunctioning? Or is a different password expected to confirm the transaction? If so, what password is the app expecting?

I wasn't exactly sure where to post this. Thank you.

@denisgranha
Copy link
Contributor

Hi @c-h- the password for signing the transactions is the one you introduce when creating the lightwallet vaul, it can be different than the account.json passphrase you have

@edwardchow33
Copy link

I got the exact same problem with my wallet generated from myetherwallet.
changing the key "Crypto" to "crypto" in keystore file solved my problem.

@dukei
Copy link

dukei commented Feb 26, 2018

@edwardchow33 Thank you! Indeed the bug seems to be caused by the "Crypto" key in json keystore generated by MEW. Changing it to "crypto" solves the issue.

@denisgranha
Copy link
Contributor

This issue was related with a malformed object by MEW, it has been patched in our side, but as you mentioned, it's originated by a JSON object with a "Crypto" parameter, instead of "crypto"

@denisgranha
Copy link
Contributor

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants