chore: mintd readme

This commit is contained in:
thesimplekid
2024-07-17 19:22:30 +01:00
parent 8d60ed2b8f
commit 37ddaa2e2c
2 changed files with 28 additions and 8 deletions

View File

@@ -0,0 +1,28 @@
# cdk-mintd
## Building from source
```sh
nix develop
```
#### Build
```sh
cargo b --bin cdk-mintd -r
```
## Configuration
### Copy example config to cdk-mintd working directory.
```sh
cp ./example.config.toml ~/.cdk-mintd/config.toml
```
### Edit config file
```sh
vi ~/.cdk-mintd/config.toml
```

View File

@@ -31,11 +31,3 @@ ln_backend = "cln"
# CLN
# Required if using cln backend path to rpc
cln_path = ""
# Required to start greenlight for the first time
# greenlight_invite_code = ""
# Fee reserve for melting as a percent of payment amount
fee_percent = 1.0
# Fee reserve for melting as an absolute value
reserve_fee_min = 1000