rebalance-lnd icon indicating copy to clipboard operation
rebalance-lnd copied to clipboard

A script that can be used to balance lightning channels of a lnd node

Results 24 rebalance-lnd issues
Sort by recently updated
recently updated
newest added

Here's the situation that I continually hit. I'll be attempting to rebalance channel A for like 100k sats and it will be successful. If I manually re-run rebalance-lnd again it...

In some rebalance cases it's a waste of time attempting low-fee rebalances (e.g. 1ppm) that will obviously fail due to insufficient liquidity. It would be nice to have a flag...

- 0: rebalanced some amount - -1: didn't rebalance - -2: generic error - -3: didn't find route (after several attempts?) - ...

See https://github.com/lightningnetwork/lnd/pull/6024

Currently the documentation states we need admin access. With lnd 0.9.0 it is possible to create macaroons with fewer permissions. See https://github.com/lightningnetwork/lnd/tree/master/macaroons#bakery

Hi, I noticed that setting --min-local to a number like 2.000.000, does not only set this limit for the destination balance, but also for the balance where the sats are...

I would like an option to read the estimated fees from a text file, instead of using the current fees. The file format could be: each line contains one channel...

Context: I create more outbound channels than people create channels to me — guess my node is just not that popular :-( — so I try to create some inbound...

After updating from Raspbian Buster to Rasbian Bullseye (32-bit) I got the below error: ```bash $ ./rebalance.py Traceback (most recent call last): File "/home/user/rebalance-lnd/./rebalance.py", line 11, in from lnd import...

I recently downloaded the script to rebalance my channels however, when I try to do: rebalance.py -t [xxxxxxxxxxxx] -a 100000 I get the message 'Could not find a suitable route'....