Replies: 2 comments
-
Going to take a stab at this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Converting this to a discussion. Can be reverted to the issue or a new one opened up if any development is planned for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As implemented today, a watch tower can only run in a "monolith" mode beside
lnd
. It should be possible to run a binary that only runs a watch tower, to allow for more flexible deployment configurations. Most of the scaffolding is already in place for towers, since they're able to run as a part oflnd
. The remaining work is to "daemonize" the existing scaffolding such that the tower can run on its own. This stand-lone tower binary (towerd
?) should come equipped with the current watch tower sub-server, and should also be able to interact with using thelncli tower
command.Beta Was this translation helpful? Give feedback.
All reactions