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

recover account from mnemonic #124

Open
Sovereignwelder opened this issue Sep 13, 2024 · 10 comments
Open

recover account from mnemonic #124

Sovereignwelder opened this issue Sep 13, 2024 · 10 comments

Comments

@Sovereignwelder
Copy link

Need the ability to recover account f from mnemonic. Should have a commonly used path as the default but the ability to change the path should also be available.

@greenart7c3
Copy link
Owner

You can recover from mnemonic already.
Custom paths are not supported yet

@schildbach
Copy link

How can I recover from the 12 words? The "Add your key" dialog only accepts "Nsec / private key" and not the 12 words (I tried).

@greenart7c3
Copy link
Owner

Add you key -> paste/write the 12 words separated by spaces

like this:

leader monkey parrot ring guide accident before fence cannon height naive bean

@schildbach
Copy link

I did exactly this, but it didn't accept the key. I double checked the words though. Maybe a word correction would be useful?

@schildbach
Copy link

This is my mnenonic:

endorse bright differ slogan dry oil also oval soda exile worry service

Does it use BIP39 and it's checksum?

@greenart7c3
Copy link
Owner

I'll build a better ui for recovering from seed words. Where did you generate those words?
Nostr uses nip 6 for generating seed words for the account

https://github.com/nostr-protocol/nips/blob/master/06.md

@schildbach
Copy link

schildbach commented Oct 9, 2024

I got it from the app, but not in the "Add key" flow, but in the "Backup keys → Show seed words" dialog.

@greenart7c3
Copy link
Owner

greenart7c3 commented Oct 9, 2024

I think i found the problem the words are out of order

@schildbach
Copy link

Do you mean the particular UI shows the words out of order, or did I write them down in the wrong oder? No worries about disclosing the seed, it's a throwaway seed for testing only.

@greenart7c3
Copy link
Owner

When amber saved the seed it saved out of order

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

No branches or pull requests

3 participants