Please login or register.

Running Monerod as background process on Linux Debian Jessie

Not exactly sure if this is the right place. I recently downloaded the ARM8 package for my Raspberry Pi to set up a node. The software works fine though I would like to run the daemon as a background process whenever I SSH into the host. I have tried using the standard commands for running background processes in Linux such as:

./monerod &

or

nohup ./monerod &

None of these have any effect. Using the ampersand alone after the process name just ends up with the daemon running with the normal output. Being able to run this daemon in the background would be beneficial to saving the resources to open another SSH connection. Is there anything else I can try or is this something that is planned for later updates to the software?

Replies: 0