raspiblitz/home.admin/assets/lnd.litecoin.conf

34 lines
672 B
Plaintext
Raw Normal View History

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
alias=raspiblitz
2018-07-29 01:33:54 +02:00
color=#68F442
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
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
litecoind.rpcuser=raspibolt
litecoind.rpcpass=passwordB
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