How to Bitcoin Core daemon start automatically each time your reboot your computer.?

0

0

In the official document of bitcoin.org, they ask to use an init script instead of cron job, see the init scripts directory in Bitcoin Core’s source tree.

But the link is not working Bitcoin Core’s source tree

Cron Job option

@reboot bitcoind -daemon

I wanted to know the init script to restart a daemon

Lalit Mohan

Posted 2019-02-15T13:35:52.367

Reputation: 103

Answers

3

Andrew Chow

Posted 2019-02-15T13:35:52.367

Reputation: 40 910

1Can you please explain the working of this command to start bitcoin daemonLalit Mohan 2019-02-19T07:47:07.603