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 node

cln-grpc URI

cln-grpc is a connection URI to connect to Core Lightning nodes via gRPC.

It looks like this:

cln-grpc://<HOST>:<PORT>?clientkey=<clientkeyvalue>&clientCert=<clientcertvalue>&caCert=<cacertvalue>

It contains the following information:

  • The host and port (specifies the node's address)

  • A host certificate (for secure communication, not needed when tor is used)

  • A client certificate & key (to authenticate the client to the host)

Last updated 1 month ago