I’m having trouble getting a watchtower client running on my Umbrel’s LND node. Found lots of help in various places online, but most are old and none of them seem to be working for me.
First, here’s the relevant part of my lnd.conf
:
umbrel@umbrel:~ $ cat ~/umbrel/app-data/lightning/data/lnd/lnd.conf
.
.
.
[wtclient]
wtclient.active=true
wtclient.sweep-fee-rate=10
Here’s how I’m restarting LND:
umbrel@umbrel:~ $ ~/umbrel/scripts/app compose lightning restart lnd
Restarting lightning_lnd_1 ... done
Then wait a minute and check the wtclient stats:
umbrel@umbrel:~ $ ~/umbrel/scripts/app compose lightning exec lnd lncli wtclient stats
[lncli] rpc error: code = Unknown desc = watchtower client not active
Thanks in advance for any advice or troubleshooting tips.