Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: quanizz on April 11, 2016, 02:24:24 PM



Title: Coin peer
Post by: quanizz on April 11, 2016, 02:24:24 PM
How do i make my daemon alive even when i close my putty terminal?


Title: Re: Coin peer
Post by: psycodad on April 11, 2016, 02:27:55 PM
How do i make my daemon alive even when i close my putty terminal?

Either start the coin-daemon with -daemon to make it fork into background or use screen (i.e. see this link for howto http://superuser.com/questions/23911/running-commands-on-putty-without-fear-of-losing-connection)

HTH


Title: Re: Coin peer
Post by: quanizz on April 11, 2016, 02:36:03 PM
I dont really under start what you mean start with -daemon do you mean ./mycoin -daemon ????


Title: Re: Coin peer
Post by: psycodad on April 11, 2016, 02:38:53 PM
I dont really under start what you mean start with -daemon do you mean ./mycoin -daemon ????

Yes, exactly.


Title: Re: Coin peer
Post by: quanizz on April 11, 2016, 02:44:23 PM
I can close the terminal after right?