You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/loop.1
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -335,6 +335,9 @@ update the parameters set for the liquidity manager
335
335
.PP
336
336
\fB--easyautoloop\fP: set to true to enable easy autoloop, which will automatically dispatch swaps in order to meet the target local balance.
337
337
338
+
.PP
339
+
\fB--excludeeasypeer\fP="": list of peer pubkeys (hex) to exclude from easy autoloop channel selection. Repeat --excludeeasypeer for multiple peers (default: [])
340
+
338
341
.PP
339
342
\fB--failurebackoff\fP="": the amount of time, in seconds, that should pass before a channel that previously had a failed swap will be included in suggestions. (default: 0)
340
343
@@ -350,6 +353,9 @@ update the parameters set for the liquidity manager
350
353
.PP
351
354
\fB--htlc_conf\fP="": the confirmation target for loop in on-chain htlcs. (default: 0)
352
355
356
+
.PP
357
+
\fB--includealleasypeers\fP: include all peers back into easy autoloop by clearing the exclusion list. It cannot be combined with --excludeeasypeer
358
+
353
359
.PP
354
360
\fB--localbalancesat\fP="": the target size of total local balance in satoshis, used by easy autoloop. (default: 0)
Copy file name to clipboardExpand all lines: docs/loop.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -351,6 +351,8 @@ The following flags are supported:
351
351
|`--htlc_conf="…"`| the confirmation target for loop in on-chain htlcs | int |`0`|
352
352
|`--easyautoloop`| set to true to enable easy autoloop, which will automatically dispatch swaps in order to meet the target local balance | bool |`false`|
353
353
|`--localbalancesat="…"`| the target size of total local balance in satoshis, used by easy autoloop | uint |`0`|
354
+
|`--excludeeasypeer="…"`| list of peer pubkeys (hex) to exclude from easy autoloop channel selection. Repeat --excludeeasypeer for multiple peers | string |`[]`|
355
+
|`--includealleasypeers`| include all peers back into easy autoloop by clearing the exclusion list. It cannot be combined with --excludeeasypeer | bool |`false`|
354
356
|`--asset_easyautoloop`| set to true to enable asset easy autoloop, which will automatically dispatch asset swaps in order to meet the target local balance | bool |`false`|
355
357
|`--asset_id="…"`| If set to a valid asset ID, the easyautoloop and localbalancesat flags will be set for the specified asset | string |
356
358
|`--asset_localbalance="…"`| the target size of total local balance in asset units, used by asset easy autoloop | uint |`0`|
0 commit comments