setup_configure_lightning
Configure a Lightning node connection using an lndconnect URL or host and macaroon. Validates credentials before saving to enable Bitcoin payments.
Instructions
Configure Lightning node connection. Accepts lndconnect URL or host + macaroon. Validates before saving.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | LND REST API host (e.g. https://your-node.t.voltageapp.io:8080) | |
| macaroon | No | Admin macaroon (hex-encoded) | |
| lndconnect_url | No | lndconnect URL (lndconnect://host:port?macaroon=...) |