2018-07-29 01:33:54 +02:00
|
|
|
# lnd configuration
|
|
|
|
|
|
|
|
[Application Options]
|
2019-04-12 22:41:35 +02:00
|
|
|
debuglevel=debug
|
2018-07-29 01:33:54 +02:00
|
|
|
maxpendingchannels=5
|
2018-08-14 12:48:01 +02:00
|
|
|
alias=raspiblitz
|
2018-07-29 01:33:54 +02:00
|
|
|
color=#68F442
|
2018-10-18 15:39:25 +02:00
|
|
|
nat=false
|
2018-07-29 01:33:54 +02:00
|
|
|
|
2018-08-22 19:18:35 +02:00
|
|
|
# RPC open to all connections on Port 10009
|
|
|
|
rpclisten=0.0.0.0:10009
|
2018-12-22 16:44:15 +01:00
|
|
|
# REST open to all connections on Port 8080
|
|
|
|
restlisten=0.0.0.0:8080
|
|
|
|
|
2018-08-22 23:05:19 +02:00
|
|
|
# Domain, could use https://freedns.afraid.org
|
|
|
|
#tlsextradomain=lightning.yourhost.com
|
2018-08-22 19:18:35 +02:00
|
|
|
|
2018-07-29 01:33:54 +02:00
|
|
|
[Litecoin]
|
|
|
|
litecoin.active=1
|
|
|
|
litecoin.mainnet=1
|
2018-08-14 12:48:01 +02:00
|
|
|
litecoin.node=litecoind
|
2018-09-18 23:47:35 +02:00
|
|
|
|
|
|
|
[Litecoind]
|
2018-08-20 00:35:05 +02:00
|
|
|
litecoind.rpchost=127.0.0.1
|
2018-08-14 12:48:01 +02:00
|
|
|
litecoind.rpcuser=raspibolt
|
|
|
|
litecoind.rpcpass=passwordB
|
2018-10-19 00:44:30 +02:00
|
|
|
litecoind.zmqpubrawblock=tcp://*:28332
|
|
|
|
litecoind.zmqpubrawtx=tcp://*:28333
|
2018-07-29 01:33:54 +02:00
|
|
|
|
|
|
|
[autopilot]
|
2018-10-15 14:41:58 +02:00
|
|
|
autopilot.active=0
|
2018-07-29 01:33:54 +02:00
|
|
|
autopilot.maxchannels=5
|
|
|
|
autopilot.allocation=0.6
|