Skip to content

Instantly share code, notes, and snippets.

@bliotti
Forked from bumi/lnd.conf
Created July 3, 2021 02:14
Show Gist options
  • Save bliotti/0332e1fc3788b027fc8b7b66627d4729 to your computer and use it in GitHub Desktop.
Save bliotti/0332e1fc3788b027fc8b7b66627d4729 to your computer and use it in GitHub Desktop.
[Application Options]
lnddir=/home/bitcoin/lnd_data
maxpendingchannels=10
alias=YOURALIAS
rpclisten=0.0.0.0:10009
[Bitcoin]
bitcoin.active=1
bitcoin.mainnet=1
bitcoin.node=bitcoind
[bitcoind]
bitcoind.dir=/home/bitcoin/bitcoind_data
[Autopilot]
autopilot.active=1
[Unit]
Description=Lightning Network daemon
Requires=bitcoind.service
After=bitcoind.service
[Service]
ExecStart=/home/bitcoin/go/bin/lnd --configfile=/home/bitcoin/lnd_data/lnd.conf
User=bitcoin
Type=simple
Restart=always
RuntimeDirectory=lnd
PIDFile=/run/lnd/lnd.pid
PrivateTmp=true
ProtectSystem=full
NoNewPrivileges=true
PrivateDevices=true
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment