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

feat: use seedutil to generate mnemonic #1376

Merged
1 commit merged into from
Jan 31, 2020
Merged

feat: use seedutil to generate mnemonic #1376

1 commit merged into from
Jan 31, 2020

Conversation

sangaman
Copy link
Collaborator

This changes adds the functionality to seedutil to generate a random 24 word mnemonic, which then replaces lnd for the purposes of generating the seed and mnemonic for a new xud node. This removes a dependency and allows xud to create a node without the help of lnd.

Closes #1253.

@sangaman sangaman added the enhancement New feature or request label Jan 29, 2020
@sangaman sangaman requested a review from a user January 29, 2020 06:55
@sangaman sangaman self-assigned this Jan 29, 2020
@kilrau
Copy link
Contributor

kilrau commented Jan 29, 2020

Restarted Travis builds, please watch out for the result - might need fixing.

This changes adds the functionality to seedutil to generate a random
24 word mnemonic, which then replaces lnd for the purposes of generating
the seed and mnemonic for a new xud node. This removes a dependency and
allows xud to create a node without the help of lnd.

Closes #1253.
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working as advertised :).

@ghost ghost merged commit 4e1f7a7 into master Jan 31, 2020
@ghost ghost deleted the seedutil-genseed branch January 31, 2020 21:35
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use seedutil to generate aezeed mnemonic
2 participants