Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seed option is greyed out #4602

Closed
westonal opened this issue Aug 1, 2018 · 8 comments
Closed

Seed option is greyed out #4602

westonal opened this issue Aug 1, 2018 · 8 comments

Comments

@westonal
Copy link

westonal commented Aug 1, 2018

Firstly, I've seen: #2445

Electrum: 3.2.2

I've been trying to try the revealer.cc plug-in, which requires you to get to the "seed dialog" (https://revealer.cc/how-to-use/).

No matter how I set up a wallet however (e.g: Create wallet: Create a new seed), all I seem to get is a greyed out "Seed" menu option.

image

Can you tell me in what situation the Seed option is available in the menu, or how to otherwise get to the "seed dialog"?

@SomberNight
Copy link
Member

Hmm. This sounds hard to believe.
Try creating a new wallet. In the Install Wizard,

  • select Standard Wallet
  • select Create a new seed
  • select Segwit
  • copy seed words
  • type in seed words
  • set password

For this new wallet, is the Seed option still greyed out?

@westonal
Copy link
Author

westonal commented Aug 2, 2018

Right, I did not set a password. That is the difference.

@westonal westonal closed this as completed Aug 2, 2018
@SomberNight
Copy link
Member

Whaat? :) Following the same steps except leaving the password empty should also work.

@westonal westonal reopened this Aug 2, 2018
@westonal
Copy link
Author

westonal commented Aug 2, 2018

Oh yeah.

OK. Well I have reproduction steps:

  • New/Restore
    image
    image
    image
    image
    Thats: reform merit notable carry siege devote label crystal aunt remove wire vault
    image
    image
    image

@SomberNight
Copy link
Member

Oh yes, indeed! We don't store BIP39 seeds. The difference was not in whether the wallet is passworded or not; it's whether you use an Electrum seed or a BIP39 seed.

@westonal
Copy link
Author

westonal commented Aug 2, 2018

We don't store BIP39 seeds.

eh? This says that they can be imported, just not generated.

image

@SomberNight
Copy link
Member

Yes, they can be imported. But what actually happens is we calculate a master private key from the seed words, store the master private key, and discard the seed words. If you want to suggest otherwise, do so, in another issue. :)

@sunknudsen
Copy link

Hey @SomberNight, relating to the following.

If you want to suggest otherwise, do so, in another issue. :)

If one has a paper backup of BIP39 seed used to create Electrum wallet (and BIP39 seed was extended using custom words), how would one go about verifying its integrity given seed is greyed out?

Also, is there a reference implementation of Electrum’s seed generation algorithm (ideally written in Python)?

Looking for Electrum’s equivalent to Trezor’s python-mnemonic.

Thanks for Electrum btw!

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

No branches or pull requests

4 participants