Start on boot
Just wanted to check the process for restarting everything after a pi reboot?
Working on it, first I want to run LND as service and ask user for wallet pass.
Cool, what's the process for starting it up manually in the meantime?
Start bitcoind with: bitcoind&
Open tmux session with: tmux
Start LND in tmux session with: lnd --bitcoin.mainnet
Exit from tmux with: Ctrl + b + d
You can check bitcoind log with: tail -f /home/yourusername/.Bitcoin/debug.log
In the meanwhile you can use https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_30_bitcoin.md#autostart-bitcoind or https://gist.github.com/bretton/1a72e9fea94405be449edbd379a1ce57#start-bitcoind-automatically