From 616b0534a6a46a02be80dec5412d06cd04b054db Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Tue, 14 Apr 2026 03:46:57 -0500 Subject: [PATCH] docs: update (autoloop supports static) --- docs/loop.1 | 3 +++ docs/loop.md | 1 + 2 files changed, 4 insertions(+) diff --git a/docs/loop.1 b/docs/loop.1 index 93346a1b..ff8c7ebf 100644 --- a/docs/loop.1 +++ b/docs/loop.1 @@ -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) diff --git a/docs/loop.md b/docs/loop.md index 1577881b..fc3cb901 100644 --- a/docs/loop.md +++ b/docs/loop.md @@ -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 | `[]` |