In the event you simply need your node to make progress synchronizing towards the chaintip, it’s pointless to run the binary with the graphical person interface (bitcoin-qt
). You can simply run the headless program (bitcoind
) as a substitute.
Bitcoin Core will solely allow a single occasion to make use of an information listing on the similar time, so calling bitcoind
once more is not going to begin one other occasion if one is already operating. You can due to this fact have a cronjob that simply tries to begin bitcoind
each 5 minutes, e.g., you may put into your crontab:
*/5 * * * * bitcoind -daemon
That stated, it’s solely sudden that your Bitcoin Core is crashing each hour. As talked about within the feedback in your different query, you would possibly wish to run some system checks to check for {hardware} failures. As you talked about there that your node has 8 GB of RAM, you could wish to contemplate rising your DBCache from the default worth to synchronize extra rapidly after you determine the underlying difficulty for the crashes.