pull down to refresh
Something has changed in Core Lightning 26.04: the option mentioned above --enable-experimental-features no longer exists?
--enable-experimental-features
There is payment-fronting-node in lightning-config.
payment-fronting-node
When creating BOLT12 offer one can specify an array of fronting_nodes to use for blinded paths.
It is unclear how to involve blinded paths when creating individual BOLT11 invoices (if the global payment-fronting-node is not set.
Also, unclear how to figure out which of the peers of the node support blinded paths, in order to specify them.
Interesting, thanks for bringing this up. I'll look into it
Something has changed in Core Lightning 26.04: the option mentioned above
--enable-experimental-featuresno longer exists?There is
payment-fronting-nodein lightning-config.When creating BOLT12 offer one can specify an array of fronting_nodes to use for blinded paths.
It is unclear how to involve blinded paths when creating individual BOLT11 invoices (if the global
payment-fronting-nodeis not set.Also, unclear how to figure out which of the peers of the node support blinded paths, in order to specify them.