Requirements of bolt12 payments and onion messages #169
-
Do I need to be connected to nodes which support onion messaging to be able to use lndk? Currently when running:
or
getting the error:
BOLTZ CLN is my only non-lnd peer so wondering if that is the problem. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Ah looks like the cli is having trouble connecting to the lndk server: Line 193 in 1cf2906 Is the lndk binary running? And did it properly generate self-signed tls certificates in ~/.lndk? |
Beta Was this translation helpful? Give feedback.
-
Thank you that was it. I am running lndk on a non-default port and also need to specify mainnet so the correct command looks like:
The LND node is connected to the destination CLN node as a peer and can pay BOLT11 invoices through 4 hops.
end of lndk logs:
EDIT: Creating another offer with an amount of 1000 msats:
yields an offer
Thank you for the help here! |
Beta Was this translation helpful? Give feedback.
-
Awesome! Love that you're adding support for v0.2.0 on the Raspiblitz. ❤️
Ah yup in my experience, the same thing often occurs for 1000msat/1sat payments, but 10000msats/10sats works pretty consistently. |
Beta Was this translation helpful? Give feedback.
Ah looks like the cli is having trouble connecting to the lndk server:
lndk/src/cli.rs
Line 193 in 1cf2906
Is the lndk binary running? And did it properly generate self-signed tls certificates in ~/.lndk?