Skip to content

Commit 4bddc2e

Browse files
authored
Update README.md
1 parent c926e97 commit 4bddc2e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,19 @@ The prerequisits are
77
- Rebalance-lnd https://github.com/C-Otto/rebalance-lnd
88
- LNDManage https://github.com/bitromortac/lndmanage
99

10-
It'll allow you to
10+
### Key Feature Set
1111
- Add **more than one channel** to rebalance
1212
- Incrementally start the ratio to rebalance with **10%, 30%, 50%, 70%** and remainder ratio to rebalance
13-
- Alternatively, it allows you set a fixed amount of satoshis, and tries that _amount_ divided into 5 attempts
1413
- For < 2M sats channels, the script will strive to achieve a 50:50 ratio. For > 2M Channel size, it'll aim to get 1M at either side
14+
- Alternatively, it allows to set a fixed amount of satoshis, and tries that _amount_ divided into 5 attempts for every selected channel
1515

1616
### Installation
1717
```
1818
$ git clone https://github.com/TrezorHannes/bash-rebalancer
1919
$ nano bash-rebalancer/my_rebalancer.sh
2020
```
21-
1) In case the LND directory doesn't work for you, add a direct link in line 22
22-
2) Secondly, alternate the path to your rebalance-lnd directory if it's not in ~/rebalance-lnd/ in line 18 (umbrel) or line 24 (not umbrel)
23-
21+
1) In case not successfully identifying your LND directory, add a direct link in the header
22+
2) If your rebalance-lnd directory isn't stored in $HOME (~/rebalance-lnd/), add a direct link in the header, too
2423

2524
#### Syntax for one channel
2625
`$ ./bash-rebalancer/my_rebalancer.sh -j cidxxxxxxxxxxxxxxx`

0 commit comments

Comments
 (0)