Skip to content

Commit

Permalink
GITBOOK-468: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Weese authored and gitbook-bot committed Dec 4, 2024
1 parent 1bd1ef3 commit 49079d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightning-network-tools/loop/autoloop.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ The budget value is expressed in satoshis, and can be set using the `setparams`

Your autoloop budget is refreshed based on a configurable interval. You can specify how often the budget is going to refresh by using the `setparams` loop command:

`loop setparams --autobudgetrefreshperiod=<duration in seconds>`
`loop setparams --autobudgetrefreshperiod=<duration in seconds>s`

If your autolooper has used up its budget, and you would like to top it up, you can do so by either increasing the overall budget amount, or by decreasing the refresh interval. For example, if you want to set your autolooper to have a budget of 100k sats per 7 days (or 604800 seconds), you could set the following:

`loop setparams --autobudget=100000 --autobudgetrefreshperiod=604800`
`loop setparams --autobudget=100000 --autobudgetrefreshperiod=604800s`

## Dispatch Control

Expand Down

0 comments on commit 49079d9

Please sign in to comment.