cryptonote-universal-pool icon indicating copy to clipboard operation
cryptonote-universal-pool copied to clipboard

How to stop the pool safely?

Open roshljo opened this issue 7 years ago • 2 comments

Hello, just to ask how to stop the pool safely, for example when I have made a change in the config file and wish to re-start the pool with the new settings? If I just press Ctrl-C in the console where it is running will it save all the info about shares, hashes, etc. and later continue with the mining, or will it forget all that and start as if it was a new install? Also where is the shares/hashes info stored? I am running Ubuntu 14.04 LTS

roshljo avatar Jan 16 '18 21:01 roshljo

I use Ctl-C no problem for node init.js

for rpc deamon i use exit

for the wallet exit or Ctl-C (the latest maybe not recomanded i don't know)

phil2cr avatar Jan 17 '18 02:01 phil2cr

I think the shares and hashes are stored in redis so you should be safe to send a SIGTERM to all your node processes. I'm running them with "forever" and just issue a forever restartall which so far has worked ok for me with no issues.

CerveloFellow avatar Feb 24 '18 15:02 CerveloFellow