Lightning Terminal (litd)
Lightning Terminal (litd) is an all-in-one daemon by Lightning Labs that bundles LND, Loop, Pool, Faraday, and Taproot Assets (tapd) into a single process. ThunderHub supports litd as a backend, connecting to its LND gRPC endpoint to provide full node management along with Taproot Assets support.
ThunderHub connects to LND’s gRPC endpoint (default port 10009), the same
way it connects to a standalone LND node. The additional litd services (Loop,
Pool, Taproot Assets) are available through the litd UI at
https://your-node:8443.
Setup Guides
Choose the guide that matches your setup:
| Guide | Description |
|---|---|
| litd with existing LND | You already have LND running and want to add litd alongside it (most common) |
| Connect to existing litd | You already have litd running and want to connect ThunderHub to it |
| Voltage | Connect ThunderHub to a Voltage-hosted node (mainnet or mutinynet) |
| Price Oracle | Configure a price oracle for trading Taproot Assets |
| Taproot Assets Workflow | Mint and transfer Taproot Assets using the developer environment |
| Developer Environment | Set up a local regtest network with litd and ThunderHub for development |
Prerequisites
- Docker installed (for running ThunderHub)
- A running litd or LND node (mainnet or testnet), or follow the Developer Environment guide to create one locally
Last updated on