@@ -575,7 +575,7 @@ the address is announced.
575
575
IPv4 or IPv6 address of the Tor control port (default port 9051),
576
576
and this will be used to configure a Tor hidden service for port 9735
577
577
in case of mainnet (bitcoin) network whereas other networks (testnet,
578
- testnet4, signet, regtest) will set the same default ports they use for
578
+ testnet4, signet, regtest) will set the same default ports they use for
579
579
non-Tor addresses (see above).
580
580
The Tor hidden service will be configured to point to the
581
581
first IPv4 or IPv6 address we bind to and is by default unique to
@@ -804,6 +804,24 @@ The operations will be bundled into a single transaction. The channel will remai
804
804
active while awaiting splice confirmation, however you can only spend the smaller
805
805
of the prior channel balance and the new one.
806
806
807
+ * ** experimental-lsps-client**
808
+
809
+ Specifying this enables client side support for the lsps protocol
810
+ ([ blip] [ blip ] #50 ). Core-Lightning only supports the lsps2 ([ blip] [ blip ] #52 )
811
+ subprotocol describing the creation of just-in-time-channel (JIT-channels)
812
+ between a LSP and this client.
813
+
814
+ * ** experimental-lsps2-service**
815
+
816
+ Specifying this enables a LSP JIT-Channel service according to the lsps
817
+ protocol ([ blip] [ blip ] #52 ). It requires a LSP-Policy plugin to be available and
818
+ a * experimental-lsps2-promise-secret* to be set.
819
+
820
+ * ** experimental-lsps2-promise-secret**
821
+
822
+ Sets a promise-secret for the LSP JIT-Channel service. Is a 64-character hex
823
+ string that acts as the secret for promises according to ([ blip] [ blip ] #52 ).
824
+ Is required if * experimental-lsps2-service* is set.
807
825
808
826
BUGS
809
827
----
@@ -838,3 +856,4 @@ the rest of the code is covered by the BSD-style MIT license.
838
856
[ bolt ] : https://github.com/lightning/bolts
839
857
[ bolt12 ] : https://github.com/rustyrussell/lightning-rfc/blob/guilt/offers/12-offer-encoding.md
840
858
[ pr4421 ] : https://github.com/ElementsProject/lightning/pull/4421
859
+ [ blip ] : https://github.com/lightning/blips
0 commit comments