Files
timmy-tower/infrastructure/configs/lnd.conf

33 lines
688 B
Plaintext
Raw Normal View History

[Application Options]
# Human-readable node alias visible on the Lightning Network
alias=timmy-node
color=#F7931A
# REST API (LNbits connects here — Docker internal only)
restlisten=0.0.0.0:8080
rpclisten=0.0.0.0:10009
# Allow connections from Docker network
tlsextraip=lnd
tlsextradomain=lnd
# Max pending channels
maxpendingchannels=5
[Bitcoin]
bitcoin.active=1
bitcoin.mainnet=1
bitcoin.node=bitcoind
[Bitcoind]
bitcoind.rpchost=bitcoin:8332
bitcoind.rpcuser=satoshi
# bitcoind.rpcpass is written by setup.sh at runtime
bitcoind.zmqpubrawblock=tcp://bitcoin:28332
bitcoind.zmqpubrawrx=tcp://bitcoin:28333
[tor]
# Optional: enable Tor for node privacy
# tor.active=1
# tor.v3=1