2018-07-17 15:59:43 +02:00
|
|
|
# lnd configuration
|
|
|
|
|
|
|
|
[Application Options]
|
|
|
|
debuglevel=info
|
|
|
|
maxpendingchannels=5
|
2018-08-14 12:48:01 +02:00
|
|
|
alias=raspiblitz
|
2018-07-17 15:59:43 +02:00
|
|
|
color=#68F442
|
|
|
|
|
2018-08-22 19:18:35 +02:00
|
|
|
# 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
|
|
|
|
|
2018-07-17 15:59:43 +02:00
|
|
|
[Bitcoin]
|
|
|
|
bitcoin.active=1
|
|
|
|
|
|
|
|
# enable either testnet or mainnet
|
2018-08-23 17:27:47 +02:00
|
|
|
#bitcoin.testnet=1
|
|
|
|
bitcoin.mainnet=1
|
2018-07-17 15:59:43 +02:00
|
|
|
|
|
|
|
bitcoin.node=bitcoind
|
2018-08-20 00:35:05 +02:00
|
|
|
bitcoind.rpchost=127.0.0.1
|
2018-08-14 12:48:01 +02:00
|
|
|
bitcoind.rpcuser=raspibolt
|
|
|
|
bitcoind.rpcpass=passwordB
|
2018-08-20 00:35:05 +02:00
|
|
|
bitcoind.zmqpubrawblock=tcp://127.0.0.1:28332
|
|
|
|
bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333
|
2018-07-17 15:59:43 +02:00
|
|
|
|
|
|
|
[autopilot]
|
|
|
|
autopilot.active=1
|
|
|
|
autopilot.maxchannels=5
|
|
|
|
autopilot.allocation=0.6
|