CLBOSS update
See original GitHub issueNew release: https://github.com/ZmnSCPxj/clboss/releases/tag/0.11D
to update manually need a small edit to download the tarball:
nano config.scripts/cl-plugin.clboss.sh
change to:
CLBOSSVERSION="0.11D"
and remove a v from the download link so it is:
# download tarball
sudo -u bitcoin wget \
https://github.com/ZmnSCPxj/clboss/releases/download/${CLBOSSVERSION}/clboss-${CLBOSSVERSION}.tar.gz \
-O /home/bitcoin/cl-plugins-available/clboss-${CLBOSSVERSION}.tar.gz || exit 1
can use the menu to uninstall then install or run:
config.scripts/cl-plugin.clboss.sh off
config.scripts/cl-plugin.clboss.sh on
Issue Analytics
- State:
- Created a year ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
ZmnSCPxj/clboss: Automated Core Lightning Node Manager
CLBOSS is an automated manager for Core Lightning forwarding nodes. CLBOSS is effectively a bunch of heuristics modules wired together to a regular...
Read more >#CLBOSS - Twitter Search / Twitter
See Tweets about #CLBOSS on Twitter. See what people are saying ... Upgrade your node to Umbrel 0.5. to see an impressive new...
Read more >Handling Connections; CLBOSS - ZmnSCPxj
This writeup will discuss three CLBOSS tasks related to connecting to ... message and update their own local variable tracking onlineness.
Read more >Node: deezy clboss | 1ML - Bitcoin mainnet - 1ML
Last Update. 2 months ago. First Seen. 7 months ago. Age. 7 months ... deezy clboss. 556 2.060 BTC $36,932.11 ... Channels -...
Read more >[c-lightning] [Announce] CLBOSS Automated C ... - Mailing Lists
CLBOSS simplifies deploying a fresh C-Lightning node. ... Then later you can "seamlessly" upgrade your setup to a full routing node (you ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Attention: 0.11D has a small bug which prevents clboss configs in the CLCONF to load. At least I tested clboss-min-onchain, clboss-zerobasefee and clboss-min-channel.
Fix is on the way and will be implemented in 0.11E soon
see PR #3080