Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: s.tata on September 29, 2014, 01:43:44 PM



Title: Cryptonote (bytecoin) daemon
Post by: s.tata on September 29, 2014, 01:43:44 PM
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.


Title: Re: Cryptonote (bytecoin) daemon
Post by: Rough on September 29, 2014, 11:55:41 PM
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.  ;)

https://bitcointalk.org/index.php?topic=612795.0 (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.