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