Managing Pool Server

From time to time, pool servers are going to need to be upgraded or restarted. The following are a few commands that can be used to hopefully get your pool back to earning rewards.

This kind of maintenance is using the command line, but donโ€™t worry, it is not that hard. Similarly to the example in Change to working folder: โ€œcd d:\CornPoolServer, go to that same path.

If the pool server needs to be stopped, then the following command can be used. This function can also be achieved using the docker desktop. Find the container named โ€œpool-server-1โ€ and click the stop button.

docker compose stop

If the pool server needs to be restarted, click the stop and start buttons in docker desktop or execute this command in the same folder as the docker-compose.yml file.

docker compose restart

This is the maintenance that must be done on the command line. Docker desktop is improving, and it may provide deeper integration with docker compose in the future, but until then, these commands will help to recreate the pool server container.

docker compose stop
docker compose rm
Docker compose up -d

Last updated