LN+ ● asked about 3 years ago
How do I add a watchtower on Voltage?
I have an LN node running on Voltage.Cloud, and I wish to add a watchtower to it. How do I go about it?
1 Comment
LN+ Admin ● wrote about 3 years ago
- Within the Voltage dashboard go to your node's settings and enable 'Watchtower Client'. Save.
- After restarting unlock your node.
- Still within the dashboard go to Connect, go to LNCLI to get the instruction on how to connect to your node from your computer.
- The example has the getinfo command. To add the watchtower you will replace this command with wtclient add [WATCHTOWER_URL].
- You will receive an empty { } as a response, that's normal.
- You can verify if it was successful with the command wtclient tower [WATCHTOWER_PUBKEY]
- If successful you will receive the a json that includes "active_session_candidate": true
Please login to post comments.