Skip to content

Instantly share code, notes, and snippets.

@Stadicus
Last active June 22, 2021 13:23
Show Gist options
  • Save Stadicus/6d53d50c707a14a5f067958b0a6faa60 to your computer and use it in GitHub Desktop.
Save Stadicus/6d53d50c707a14a5f067958b0a6faa60 to your computer and use it in GitHub Desktop.
lnd.conf for Raspberry Pi
[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
@rohit-nair
Copy link

For anyone encountering unknown option: debughtlc

The option debughtlc is no longer allowed and needs to be deleted. Edit lnd.conf, save and exit.
$ sudo nano /home/bitcoin/.lnd/lnd.conf
#debughtlc=true

https://stadicus.github.io/RaspiBolt/raspibolt_faq.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment