0.8: Facepalm of Doom
Presenting CLBOSS 0.8, the automated C-Lightning node manager!
Highlights:
- Fixed bug around Tor proxies.
- Fixed bug where we neglect to rebalance channels larger than 42.94mBTC
- Fixed bug when estimating capacity of a channel candidate.
- Can now be managed using the C-Lightning
plugin
command. - Support MacOS compilation. FreeBSD compilation should still be working.
- New
clboss-ignore-onchain
(and correspondingclboss-notice-onchain
) to tell CLBOSS you want to manually manage onchain funds temporarily. - New
--clboss-min-onchain=<satoshis>
option to indicate how much to leave onchain. Note that C-Lightning does not pass this option if you manage CLBOSS via the C-Lightningplugin
command (this is a C-Lightning issue), but if you just add CLBOSS as animportant-plugin
then it should be fine. - Fixed even more bugs, including one where the
InitialRebalancer
would inadvertently cause another channel to requireInitialRebalancer
to rebalance it.
As is usual: "just" download the source tarball below, ./configure && make
. Optionally sudo make install
. If you do not have it yet, add or edit a important-plugin=/path/to/clboss
or plugin=/path/to/clboss
to your C-Lightning configuration. Then restart C-Lightning.
- source tarball: clboss-0.8.tar.gz