You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

34 lines
690 B

# lnd configuration
[Application Options]
debuglevel=info
maxpendingchannels=5
alias=raspiblitz
color=#68F442
nat=false
# RPC open to all connections on Port 10009
rpclisten=0.0.0.0:10009
# REST open to all connections on Port 8080
restlisten=0.0.0.0:8080
# Domain, could use https://freedns.afraid.org
#tlsextradomain=lightning.yourhost.com
tlsextraip=0.0.0.0
[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://*:28332
litecoind.zmqpubrawtx=tcp://*:28333
[autopilot]
autopilot.active=0
autopilot.maxchannels=5
autopilot.allocation=0.6