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.
lightningd: 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: Michal Rostecki <mrostecki@mailfence.com> Signed-off-by: positiveblue <jomsdev@gmail.com> Signed-off-by: Michal Rostecki <mrostecki@mailfence.com>
- Loading branch information
positiveblue
and
Michal Rostecki
committed
May 16, 2020
1 parent
3c625b3
commit e11bce0
Showing
2 changed files
with
96 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