Skip to content

Instantly share code, notes, and snippets.

@echennells
Last active June 21, 2023 02:12
Show Gist options
  • Save echennells/38e6563dd93bc45f28e16638de0869f1 to your computer and use it in GitHub Desktop.
Save echennells/38e6563dd93bc45f28e16638de0869f1 to your computer and use it in GitHub Desktop.
# create wallet unlock file, put your lnd password in this file
nano ~/.bitcoin/password
# add to your litd config file -> "lnd.wallet-unlock-password-file=/home/ubuntu/.bitcoin/password"
nano ~/.lit/lit.conf
# create unit file
sudo nano /etc/systemd/system/litd.service
# enable litd service
sudo systemctl enable --now litd
# check to see if its running correctly
systemctl status litd
# check litd service log file
journalctl -u litd.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment