mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
30 lines
609 B
Plaintext
Executable File
30 lines
609 B
Plaintext
Executable File
# lnd configuration
|
|
|
|
[Application Options]
|
|
debuglevel=debug
|
|
maxpendingchannels=5
|
|
alias=raspiblitz
|
|
color=#68F442
|
|
|
|
# RPC open to all connections on Port 10009
|
|
rpclisten=0.0.0.0:10009
|
|
# Domain, could use https://freedns.afraid.org
|
|
#tlsextradomain=lightning.yourhost.com
|
|
|
|
[Litecoin]
|
|
litecoin.active=1
|
|
litecoin.mainnet=1
|
|
litecoin.node=litecoind
|
|
|
|
[Litecoind]
|
|
litecoind.rpchost=127.0.0.1
|
|
litecoind.rpcuser=raspibolt
|
|
litecoind.rpcpass=passwordB
|
|
litecoind.zmqpubrawblock=tcp://127.0.0.1:28332
|
|
litecoind.zmqpubrawtx=tcp://127.0.0.1:28333
|
|
|
|
[autopilot]
|
|
autopilot.active=1
|
|
autopilot.maxchannels=5
|
|
autopilot.allocation=0.6
|