Anyone know which feature bits I should be looking for to be true in a lightning node so I can know it will forward onion routed payments to my bolt12 offer ?
pull down to refresh
pull down to refresh
Anyone know which feature bits I should be looking for to be true in a lightning node so I can know it will forward onion routed payments to my bolt12 offer ?
You're looking for bit 38/39
option_onion_messagesfrom bolt-9 assigned-feature-flags in order to relay the offers, which is just the messaging layer, not the payment. In order to pay to them (once they've fetched the offer), you generally want a peer that also supports24/25, option_route_blindingso that it can act as a fronting node for your invoice because bolt 12 uses blinded paths by default. Route blinding should be widely supported at this point though.thanks for this info, not seeing any that have these bits supported at least when putting in some nodes on mempool.space
Some nodes/wallets have a bootstrapping feature to open a direct.connection so they can fetch an invoice when they can't find a route for an onion message. But yeah, it would be great to see wider adoption.
same happen with blinded paths. not many routing nodes activate it.
Had the same problem! This might be useful: https://lfd.sgn.space/
Hey that's a really cool site thanks!