BitBanana Docs
  • Welcome to BitBanana! 🍌
  • Getting Started
    • Overview
    • Lightning Network
    • Backend differences
  • Setup
    • Connect a node
      • Setup a node
      • lndconnect URI
      • cln-grpc URI
      • BTCPay
      • myNode
      • nodl
      • RaspiBlitz
      • Start9
      • Umbrel
    • Connect a hosted account
      • LndHub URI
      • Nostr Wallet Connect URI
      • Alby
      • LNbits
  • Using BitBanana
    • Customize
    • Privacy
    • Troubleshooting
  • About
    • FAQ
      • BitBanana vs Zeus
Powered by GitBook
On this page
  1. Setup
  2. Connect a hosted account

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)

LndHub functions as an accounting layer built on top of an LND node. However, this arrangement is custodial, as the operator has control over all funds within the accounts. Only connect to an LndHub account if you trust the operator and only deposit what you are willing to lose.

Last updated 1 month ago