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_messages from 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 supports 24/25, option_route_blinding so 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.

reply

thanks for this info, not seeing any that have these bits supported at least when putting in some nodes on mempool.space

reply

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.

reply

same happen with blinded paths. not many routing nodes activate it.

reply
2 sats \ 1 reply \ @m0wer 27 May

Had the same problem! This might be useful: https://lfd.sgn.space/

reply

Hey that's a really cool site thanks!

reply