mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 18:22:01 +01:00
23 lines
346 B
Plaintext
23 lines
346 B
Plaintext
|
# 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
|