regolancer icon indicating copy to clipboard operation
regolancer copied to clipboard

lnd channel rebalancer written in Go

Results 3 regolancer issues
Sort by recently updated
recently updated
newest added

See for reference: 1. https://github.com/lightningnetwork/lnd/pull/6703 and 2. https://github.com/lightningnetwork/lnd/pull/6934 Maybe we also need to wait for the buildroute command as well: 3. https://github.com/lightningnetwork/lnd/pull/7060

Hello, Is it possible to add a flag called `--exclude-below-fee` that takes an argument in msat? Usage: `--exclude-below-fee 1000` Using this flag and value would cause regolancer to avoid any...

I am running regolancer simultaneously with 6 workers. Sometimes a channel or the connection to the peer gets buggy and the different regolancer sessions do not limit the outgoing amount...