Skip to Content
Lightning Terminal (LiTD)Overview

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:

GuideDescription
litd with existing LNDYou already have LND running and want to add litd alongside it (most common)
Connect to existing litdYou already have litd running and want to connect ThunderHub to it
VoltageConnect ThunderHub to a Voltage-hosted node (mainnet or mutinynet)
Price OracleConfigure a price oracle for trading Taproot Assets
Taproot Assets WorkflowMint and transfer Taproot Assets using the developer environment
Developer EnvironmentSet 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