lndconnect URI
lndconnect is a connection URI that allows connecting to LND nodes.
It looks like this:
lndconnect://<HOST>:<PORT>?cert=<certificate_encoded_as_base64url>&macaroon=<macaroon_encoded_as_base64url>
It contains the following information:
Host and port (specifies the node's address)
Host certificate (for secure communication, not needed when tor is used)
Macaroon (permission handling for LND nodes)
Last updated