-
Notifications
You must be signed in to change notification settings - Fork 20
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
Allow user to input all 24 words #16
Comments
Nobody has requested this yet, but I'll leave the issue open. The problem is when the last word of the preexisting seed is something other than the first - alphabetically - of the possible checksum words. |
FWIW, here is how I solved this on my golang implementation. Not sure if this is best for you but wanted to mention the idea: Same as seedpicker:
nth word (0-indexed):
My UI obviously leaves a lot to be desired, and since it's CLI only I'm ok with expert flags. Full set of flags/options here:
|
IN ORDER TO calculate the Extended Public Key(s) of an existing 24 word seed.
AS A user who already has obtained a 24 word seed elsewhere and want to use it in an Electrum multisig scheme.
I WANT to enter my 24 words into the field and be presented with the resulting Extend Public Keys
The text was updated successfully, but these errors were encountered: