Qt: do not expose watchtower in settings
running a watchtower requires to be able to run a daemon with the watchtower plugin enabled. If users succeed at doing that, we can expect them to be able to configure theclient using the command line. (that would not work with QML, though. maybe QML could use an advanced config editor)
This commit is contained in:
@@ -2,9 +2,11 @@ from electrum.i18n import _
|
||||
|
||||
fullname = _('Watchtower')
|
||||
description = """
|
||||
Watchtower for Electrum.
|
||||
A watchtower is a daemon that watches your channels and prevents the other party from stealing funds by broadcasting an old state.
|
||||
|
||||
Example setup:
|
||||
Example:
|
||||
|
||||
daemon setup:
|
||||
|
||||
electrum -o setconfig enable_plugin_watchtower True
|
||||
electrum -o setconfig watchtower_user wtuser
|
||||
@@ -12,6 +14,10 @@ Example setup:
|
||||
electrum -o setconfig watchtower_port 12345
|
||||
electrum daemon -v
|
||||
|
||||
client setup:
|
||||
|
||||
electrum -o setconfig watchtower_url http://wtuser:wtpassword@127.0.0.1:12345
|
||||
|
||||
"""
|
||||
|
||||
available_for = ['cmdline']
|
||||
|
||||
Reference in New Issue
Block a user