Izham Zubir
New member
Currently I am running bitcore using "./bin/bitcore-node-dash start" using SSH. But after SSH session expired/ended, the bitcore seems shutting down by its own. My aim is to keep insight-api and insight-ui 24/7 accessible.
My question is, how to prevent that? Is there any command to keep the process in background? Means execution of bitcore do not have to dependant to SSH.
What I have tried so far that not working:
1. pm2 start ./bin/bitcore-node-dash
2. forever start ./bin/bitcore-node-dash
My question is, how to prevent that? Is there any command to keep the process in background? Means execution of bitcore do not have to dependant to SSH.
What I have tried so far that not working:
1. pm2 start ./bin/bitcore-node-dash
2. forever start ./bin/bitcore-node-dash