Post
Topic
Board Altcoin Discussion
Re: Cryptonote (bytecoin) daemon
by
Rough
on 29/09/2014, 23:55:41 UTC
How to start cryptonote daemon in background, on ubuntu (server)?
I tried to use `nohup` and `start-stop-daemon -Svbx` but in first case daemon falls with "Failed to read line. Stopping...", and in second daemon don't starts.

I found this quick guide from a Monero guy handy.

It references monero but all cn is just a replace coinname and it's good for that.  Wink

https://bitcointalk.org/index.php?topic=612795.0

Daemon starts with nothing more than ./bytecoind and then do a ctl-a & d to detach from the terminal. Handy if you are ssh-ing into your ubuntu box and want to close the sesion.