raspiblitz / raspiblitz

Get your own Bitcoin & Lightning Node running - on a RaspberryPi with a nice LCD
MIT License
2.45k stars 520 forks source link

Watchtower Plugin CLN v23.11.2 failure stops CLN #4457

Closed neversleep404 closed 7 months ago

neversleep404 commented 7 months ago

Installing Watchtower on RC3 CLN v23.11.2 on a PI 5 stops with a failure. Switching the Plugin off and CLN works again "cl-plugin.watchtower-client.sh off mainnet".

Bildschirmfoto 2024-03-08 um 12 54 29

Bildschirmfoto 2024-03-08 um 12 56 35

Bildschirmfoto 2024-03-08 um 12 55 37

Bildschirmfoto 2024-03-08 um 12 58 36

openoms commented 7 months ago

In

sudo journalctl -fu lightningd

getting the wrong config option:

raspiblitz-amd64 sh[2244002]: lightningd: Config file /home/bitcoin/.lightning/config line 16: watchtower-proxy=127.0.0.1:9050: unknown option
openoms commented 7 months ago

Instead of watchtower-proxy=127.0.0.1:9050 it needs to be proxy=127.0.0.1:9050 as in https://github.com/talaia-labs/rust-teos/tree/master/watchtower-plugin#core-lightning-cln-config

neversleep404 commented 7 months ago

raspiblitz-arm64-rpi-image-2024-03-10-b8fbb54 works fine on my Test System. Watchtower client plugin did not stops CLN.

rootzoll commented 7 months ago

Closing for Release.