mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-04 12:45:55 +01:00
chore: mintd readme
This commit is contained in:
28
crates/cdk-mintd/README.md
Normal file
28
crates/cdk-mintd/README.md
Normal 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
|
||||
```
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user