forked from ElementsProject/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hsmd: Generate master key using BIP39 from a user's input
This change adds the `--mnemonic-hsm-seed` flag to lightningd. If the flag is passed the node will derive the hsmd HD Wallet from a mnemonic (24 english words) and passphrase using BIP39 at start up time. Fixes: ElementsProject#3717 Co-authored-by: positiveblue <jomsdev@gmail.com> Signed-off-by: positiveblue <jomsdev@gmail.com> Signed-off-by: Michal Rostecki <mrostecki@mailfence.com>
- Loading branch information
positiveblue
committed
May 11, 2020
1 parent
95fbd66
commit 803b186
Showing
2 changed files
with
97 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters