For the complete documentation index, see llms.txt. This page is also available as Markdown.

LndHub URI

An LndHub URI is used to connect to wallets that use the LndHub protocol.

It looks like this:

lndhub://<USERNAME>:<PASSWORD>@<HOST>

It contains the following information:

  • The host (points to the LndHub instance)

  • Username (identifies the associated wallet)

  • Password (the user's password)

Last updated