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.
22 lines
346 B
22 lines
346 B
# lnd configuration
|
|
|
|
[Application Options]
|
|
debuglevel=info
|
|
debughtlc=true
|
|
maxpendingchannels=5
|
|
# LINE7 -insert-> alias=[ALIAS]
|
|
color=#68F442
|
|
|
|
[Bitcoin]
|
|
bitcoin.active=1
|
|
|
|
# enable either testnet or mainnet
|
|
bitcoin.testnet=1
|
|
#bitcoin.mainnet=1
|
|
|
|
bitcoin.node=bitcoind
|
|
|
|
[autopilot]
|
|
autopilot.active=1
|
|
autopilot.maxchannels=5
|
|
autopilot.allocation=0.6
|
|
|