raspnode icon indicating copy to clipboard operation
raspnode copied to clipboard

Start on boot

Open simonk83 opened this issue 7 years ago • 4 comments

Just wanted to check the process for restarting everything after a pi reboot?

simonk83 avatar Mar 28 '18 11:03 simonk83

Working on it, first I want to run LND as service and ask user for wallet pass.

jochemin avatar Mar 28 '18 13:03 jochemin

Cool, what's the process for starting it up manually in the meantime?

simonk83 avatar Mar 28 '18 19:03 simonk83

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

jochemin avatar Mar 28 '18 19:03 jochemin

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

LaurensN avatar Jul 04 '18 20:07 LaurensN