Hi, I do have a LN node (umbrel) for two weeks, so I am a beginer. For case of my node is down I am thinking about setting a watchtower. Is there anyone who can help how does it work?
pull down to refresh
pull down to refresh
Hi, I do have a LN node (umbrel) for two weeks, so I am a beginer. For case of my node is down I am thinking about setting a watchtower. Is there anyone who can help how does it work?
Enter using SSH into your node and edit lnd.conf
Add these 4 lines at the bottom:
[wtclient] wtclient.active=true [watchtower] watchtower.active=truesave & close the lnd.conf file (CTRL+X)
run docker-compose restart lndAt this point, your node is running the client & server.
To get your WTClient address run this:
docker exec -it lnd lncli tower infoTo add some else's node to you, have them run that command above (on an umbrel) and get the "uris" value, and you run this on your umbrel:
'docker exec -it lnd lncli wtclient add'
(and before you press return, add their "uris" value. it should look like this:
e25b281e05320d83b58....... @qxyhqlor3wqnys7zajalxy5smfapdi7qd........... onion:9911Here is a list of altruistic nodes that offer WT services for your node:
https://github.com/openoms/lightning-node-management/issues/4
Thank you for sharing knowledge @DarthCoin