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

[XUD Master Password] Recover xud key from mnemonic #1020

Closed
kilrau opened this issue Jun 10, 2019 · 0 comments · Fixed by #1334
Closed

[XUD Master Password] Recover xud key from mnemonic #1020

kilrau opened this issue Jun 10, 2019 · 0 comments · Fixed by #1334
Assignees
Labels
cryptography Issues related to encryption & signing packets or local data P1 top priority

Comments

@kilrau
Copy link
Contributor

kilrau commented Jun 10, 2019

Continuation of #912:

Recover xud key from mneominc (extend seedutil functionality?)

@kilrau kilrau added P3 low priority cryptography Issues related to encryption & signing packets or local data labels Jun 10, 2019
@kilrau kilrau added this to the 1.0.0-beta milestone Jun 10, 2019
@kilrau kilrau assigned ghost Jun 10, 2019
@kilrau kilrau removed this from the 1.0.0-beta milestone Jun 11, 2019
@kilrau kilrau changed the title [XUD Master Password] Recover xud key from mneominc [XUD Master Password] Recover xud key from mnemonic Jun 11, 2019
@kilrau kilrau added P1 top priority and removed P3 low priority labels Oct 9, 2019
@kilrau kilrau assigned sangaman and unassigned ghost Oct 9, 2019
sangaman added a commit that referenced this issue Nov 21, 2019
This adds a new `RestoreNode` call that accepts a 24 word seed mnemonic
to restore an xud key, lnd wallets, and a raiden keystore from the seed.
This call can be extended to also restore lnd channel backups and xud
db backups with additional parameters.

The seedutil tool is extended to support an `encipher` subcommand that
converts a mnemonic to the enciphered seed bytes, which is necessary
for deriving an xud key from aezeed.

Closes #1017. Closes #1020.
sangaman added a commit that referenced this issue Dec 3, 2019
This adds a new `RestoreNode` call that accepts a 24 word seed mnemonic
to restore an xud key, lnd wallets, and a raiden keystore from the seed.
This call can be extended to also restore lnd channel backups and xud
db backups with additional parameters.

The seedutil tool is extended to support an `encipher` subcommand that
converts a mnemonic to the enciphered seed bytes, which is necessary
for deriving an xud key from aezeed.

Closes #1017. Closes #1020.
sangaman added a commit that referenced this issue Dec 4, 2019
This adds a new `RestoreNode` call that accepts a 24 word seed mnemonic
to restore an xud key, lnd wallets, and a raiden keystore from the seed.
This call can be extended to also restore lnd channel backups and xud
db backups with additional parameters.

The seedutil tool is extended to support an `encipher` subcommand that
converts a mnemonic to the enciphered seed bytes, which is necessary
for deriving an xud key from aezeed.

Closes #1017. Closes #1020.
sangaman added a commit that referenced this issue Dec 12, 2019
This adds a new `RestoreNode` call that accepts a 24 word seed mnemonic
to restore an xud key, lnd wallets, and a raiden keystore from the seed.
This call can be extended to also restore lnd channel backups and xud
db backups with additional parameters.

The seedutil tool is extended to support an `encipher` subcommand that
converts a mnemonic to the enciphered seed bytes, which is necessary
for deriving an xud key from aezeed.

Closes #1017. Closes #1020.
@ghost ghost closed this as completed in #1334 Dec 12, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cryptography Issues related to encryption & signing packets or local data P1 top priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants