mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
docs: update (autoloop supports static)
This commit is contained in:
parent
8ea9adbd35
commit
616b0534a6
2 changed files with 4 additions and 0 deletions
|
|
@ -359,6 +359,9 @@ update the parameters set for the liquidity manager
|
|||
.PP
|
||||
\fB--localbalancesat\fP="": the target size of total local balance in satoshis, used by easy autoloop. (default: 0)
|
||||
|
||||
.PP
|
||||
\fB--loopinsource\fP="": the loop-in source to use for autoloop rules: wallet or static-address.
|
||||
|
||||
.PP
|
||||
\fB--maxamt\fP="": the maximum amount in satoshis that the autoloop client will dispatch per-swap. (default: 0)
|
||||
|
||||
|
|
|
|||
|
|
@ -371,6 +371,7 @@ The following flags are supported:
|
|||
| `--minamt="…"` | the minimum amount in satoshis that the autoloop client will dispatch per-swap | uint | `0` |
|
||||
| `--maxamt="…"` | the maximum amount in satoshis that the autoloop client will dispatch per-swap | uint | `0` |
|
||||
| `--htlc_conf="…"` | the confirmation target for loop in on-chain htlcs | int | `0` |
|
||||
| `--loopinsource="…"` | the loop-in source to use for autoloop rules: wallet or static-address | string |
|
||||
| `--easyautoloop` | set to true to enable easy autoloop, which will automatically dispatch swaps in order to meet the target local balance | bool | `false` |
|
||||
| `--localbalancesat="…"` | the target size of total local balance in satoshis, used by easy autoloop | uint | `0` |
|
||||
| `--easyautoloop_excludepeer="…"` | list of peer pubkeys (hex) to exclude from easy autoloop channel selection; repeat --easyautoloop_excludepeer for multiple peers | string | `[]` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue