XVZZX
10. September 2021 um 21:02
1
Hallo Community,
hat jemand von euch Erfahrung mit einer automatisierten Lightning-Node unter clboss auf dem RaspiBlitz oder ggf. auf einer anderen Plattform?
Das Gefrickel (um nicht zu sagen „die Geheimwissenschaft“) mit Kanalbalancing & Co. schreckt mich ab. Das sollte doch eleganter gehen, wozu clboss offensichtlich gut sein soll.
Freue mich auf Rückmeldungen.
XVZZX
10. September 2021 um 21:23
3
Danke für den Tipp! Vielleicht findet sich noch jemand, der das Ganze mal auf dem RaspiBlitz umgesetzt hat (der mit LND statt c-lightning läuft).
GLN
11. September 2021 um 06:23
4
In der nächsten Version von Raspiblitz wird auch c-Lightning unterstützt. Selbst installieren geht natürlich jetzt auch schon.
m0rtis
11. September 2021 um 15:57
5
Sehr gute Anleitung!
Im Moment wird für Version 1.7.1 auch erwogen, CLBOSS in den RaspiBlitz zu integrieren.
opened 06:15PM - 23 Aug 21 UTC
As described in the CLBOSS plugin will be available for C-ligthning
https://git… hub.com/rootzoll/raspiblitz/issues/2295#issuecomment-896229124
CLBOSS only requires to deposit funds to the onchain wallet of C-lightning.
The recommended amount to start is ~ 10 million satoshis (0.1 BTC).
It does automatically:
* generate outbound capacity - opens channels
* generate inbound capacity - submarine swaps through the boltz.exchange API
* aware of onchain fees and mempool through c-lightning and makes transactions when fees are low
* manages rebalancing - performs probing
* closes bad channels (inactive or low traffic) - this function needs to activated manually
Overall it is a tool which makes users able to send and receive lightning payments with minimal interaction, basically setting up a routing node by itself.
Details:
https://github.com/ZmnSCPxj/clboss#operating
https://github.com/ZmnSCPxj/clboss/releases
I think it is a great option especially when compared to LND's autopilot (which is only capable of opening channels), but warnings need to be put out about that the doings of CLBOSS can cost money and running it requires a fair amount of trust in the (fully open-source - MIT) code.
Neither the CLBOSS nor the RaspiBlitz developers can take resposibility for lost sats, use at your own discretion!
In any case would like to make it available to be activated as a #reckless, but seemingly very comfortable option. Opinions and experiences will be very welcome!
opened 10:52AM - 11 May 21 UTC
final testing
Will share the development of the c-lightning implementation here.
The first … functional install script is in:
https://github.com/openoms/raspiblitz/blob/cblitz/home.admin/config.scripts/cln.install.sh
The aim is to have c-lightning first as an optional service and later as a full featured alternative of LND.
The development is helped by being able to run signet and testnet parallel as in: https://github.com/rootzoll/raspiblitz/issues/2290
Jedoch schaut es im Moment so aus als würde das noch dauern mit dem Release, da erst 33% des Milestones erfüllt sind.
XVZZX
12. September 2021 um 14:32
6
Danke für die Infos, das klingt gut!
Die Unterstützung von CLBoss in Version 1.7.1 ist gegeben