Last active
June 22, 2021 13:23
-
-
Save Stadicus/6d53d50c707a14a5f067958b0a6faa60 to your computer and use it in GitHub Desktop.
lnd.conf for Raspberry Pi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Application Options] | |
debuglevel=debug | |
debughtlc=true | |
maxpendingchannels=5 | |
alias=YOUR_NAME [LND] | |
color=#68F442 | |
# for fixed ip allocation with custom port | |
#externalip=111.222.333.444:19735 | |
#listen=0.0.0.0:19735 | |
[Bitcoin] | |
bitcoin.active=1 | |
bitcoin.testnet=1 | |
bitcoin.node=bitcoind | |
[autopilot] | |
autopilot.active=1 | |
autopilot.maxchannels=5 | |
autopilot.allocation=0.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For anyone encountering
unknown option: debughtlc
https://stadicus.github.io/RaspiBolt/raspibolt_faq.html