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

36 lines
735 B
Plaintext
Raw Normal View History

2018-07-17 15:59:43 +02:00
# lnd configuration
[Application Options]
2019-04-12 22:41:35 +02:00
debuglevel=debug
2018-07-17 15:59:43 +02:00
maxpendingchannels=5
alias=raspiblitz
2018-07-17 15:59:43 +02:00
color=#68F442
nat=false
2018-07-17 15:59:43 +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 19:18:35 +02:00
# Domain, could use https://freedns.afraid.org
#tlsextradomain=lightning.yourhost.com
2018-12-23 21:31:47 +01:00
tlsextraip=0.0.0.0
2018-08-22 19:18:35 +02:00
2018-07-17 15:59:43 +02:00
[Bitcoin]
bitcoin.active=1
2018-09-18 20:45:53 +02:00
bitcoin.node=bitcoind
2018-07-17 15:59:43 +02:00
# 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
2018-09-18 20:45:53 +02:00
[Bitcoind]
bitcoind.rpcuser=raspibolt
bitcoind.rpcpass=passwordB
2018-09-18 20:45:53 +02:00
bitcoind.rpchost=127.0.0.1
bitcoind.zmqpubrawblock=tcp://*:28332
bitcoind.zmqpubrawtx=tcp://*:28333
2018-07-17 15:59:43 +02:00
[autopilot]
2018-10-15 14:41:58 +02:00
autopilot.active=0
2018-07-17 15:59:43 +02:00
autopilot.maxchannels=5
autopilot.allocation=0.6