This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve: Greenlight start from invite code and recover
- Loading branch information
1 parent
9912994
commit 3e6542b
Showing
11 changed files
with
297 additions
and
54 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
/target | ||
myseed | ||
seed | ||
*.redb | ||
device_cert | ||
device_key | ||
TODO.md |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,18 @@ motd = "Hello world" | |
email = "[email protected]" | ||
|
||
[ln] | ||
cln_path = "~/.lightning/signet/lightning-rpc" | ||
authorized_users = ["04918dfc36c93e7db6cc0d60f37e1522f1c36b64d3f4b424c532d7c595febbc5"] | ||
enable_node_manager = false | ||
enable_node_manager = true | ||
jwt_secret = "supersecretprivatekey" | ||
ln_backend = "Cln" | ||
|
||
# Required ln backend `Cln`, `Ldk`, `Greenlight` | ||
ln_backend = "Greenlight" | ||
|
||
# CLN | ||
cln_path = "~/.lightning/signet/lightning-rpc" | ||
|
||
# Required to start greenlight for the first time | ||
# greenlight_invite_code = "" | ||
|
||
fee_percent = 1.0 | ||
reserve_fee_min = 1000 |
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
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
Oops, something went wrong.