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.
This is not complete yet as there is some configuration required that is note defined in the flake.
- Loading branch information
1 parent
1f5dcfa
commit 8257470
Showing
6 changed files
with
59 additions
and
19 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 |
---|---|---|
|
@@ -4,3 +4,4 @@ seed | |
device_cert | ||
device_key | ||
TODO.md | ||
/tmp |
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 |
---|---|---|
|
@@ -2,14 +2,15 @@ | |
url = "https://example.com/" | ||
listen_host = "127.0.0.1" | ||
listen_port = 8085 | ||
mnemonic = "supersecretprivatekey" | ||
mnemonic = "inner strategy nasty verify camp bind avoid cause glue holiday dress bounce exotic husband hungry winter diet town spray team number hen upper seek" | ||
max_order = 32 | ||
db_path = "./mint.redb" | ||
|
||
[mint_info] | ||
name = "test mint" | ||
description = "A mint for testing" | ||
description_long = "A longer mint for testing" | ||
motd = "Hello world" | ||
#[mint_info] | ||
#name = "test mint" | ||
#description = "A mint for testing" | ||
#description_long = "A longer mint for testing" | ||
#motd = "Hello world" | ||
|
||
[contact] | ||
email = "[email protected]" | ||
|
@@ -20,7 +21,7 @@ email = "[email protected]" | |
ln_backend = "Cln" | ||
|
||
# CLN | ||
cln_path = "~/.lightning/signet/lightning-rpc" | ||
cln_path = "/home/thesimplekid/Documents/Development/cashu-rs-mint/tmp/ln_1/regtest/lightning-rpc" | ||
|
||
# Required to start greenlight for the first time | ||
# greenlight_invite_code = "" | ||
|
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
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