B
in an A
-B
-C
serial connection.B
are set up so that there is inbound capacity (remote balance) from A
and outgoing capacity (local balance) to C
.A
wants to pay C
there will be 1 hop in the route.A
sends the satoshis to B
(the routing node) which will pay to C
.lncli addinvoice <amount> --private
$ lncli updatechanpolicy 500 0.0001 144
$ lncli updatechanpolicy 1000 0.000001 144
bos help rebalance
$ lndmanage status
$ lndmanage listchannels
$ lndmanage rebalance --max-fee-sat 20 --max-fee-rate 0.0001 CHANNEL_ID --reckless
$ git clone https://github.com/C-Otto/rebalance-lnd
$ cd rebalance-lnd
$ pip install -r requirements.txt
$ python rebalance.py -t <channel_ID-where-to-move-sats> -f <channel_ID-from-which-to-move-sats> -a <amount-of-sats-to-be-moved>