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
This command will try to rebalance _for 6 different channels_ (j-o).
31
32
32
-
###### Hints
33
+
#### Attributes
34
+
```
35
+
- Fee-Setting
36
+
- Direction push (👉) outbound or pull (👈) inbound liquidity
37
+
- -j Single channel ID of first and required channel
38
+
- -k to -p arguments allow for passing additional optional channels to rebalance
39
+
```
40
+
41
+
#### Hints
33
42
1. Since the process is going to take a long time, pending the number of channels you like to rebalance, it's generally advised to **run the bash script via TMUX**.
34
43
2. Get a list of target rebalancing channels with `$ lndmanage listchannels rebalance` before-hand, and identify the top 1-7 with too much outbound or too much inbound by hand
35
44
3. Focus on the **channels with reasonable fee-settings**. When you use charge-lnd, you may have channels with extra-ordinary high or low pricing to dis- or encourage balancing. Fee-Factor for those channels can have undersirable side-effects (too high or too low ppm).
0 commit comments