pull down to refresh

I tried installing the app on my Umbrel node by following the steps on GitHub.
At step 3, after adding the lines and rebooting, my Lightning node completely crashed: my balance dropped to 0 and all my channels disappeared.
Luckily, as soon as I removed those lines, my balance and channels came back normally.
It gave me quite a scare!

I am sure it should work, maybe a formating error in my instructions..., let me show you how it should look : use nano
/home/umbrel/umbrel/app-data/lightning/data/lnd/lnd.conf

add these lines at the end:

[protocol]
protocol.custom-message=513
protocol.custom-nodeann=39
protocol.custom-init=39

are you hybrid node ( clearnet also) or tor only?

reply

You are right — the Umbrel/LND config snippet needs the full protocol.* keys. I am pushing a correction now. Please remove the old lines and use:

[protocol]
protocol.custom-message=513
protocol.custom-nodeann=39
protocol.custom-init=39

SORRY FOR THAT!