Why does Blockchain.com service gets stopped after a time?

0

I've installed Blockchain.com local machine on our server and ran its service using the command below:

blockchain-wallet-service start --port 3000

It works well, but after an unknown time, it seems that service gets stopped and I have to execute the command above again to be able to call APIs. Do you know what is the reason? Is there any limit on being that service active? And finally, do you have any special solution to make this service active all the time?

Mohammad Saberi

Posted 2019-10-09T08:47:17.773

Reputation: 111

Have you checked the system logs?RedGrittyBrick 2019-10-09T09:08:43.220

What kind of log do you mean? And where is located? My server OS is CentOS 7Mohammad Saberi 2019-10-09T09:41:08.927

/var/log/messages and maybe /var/log/secureRedGrittyBrick 2019-10-09T12:41:32.953

Nothing specialMohammad Saberi 2019-10-13T04:57:35.617

No answers