Switch Workers from Solo to PRB Mode
Last updated
Was this helpful?
Last updated
Was this helpful?
Solo workers need to run node, pherry, and pRuntime simultaneously. If you want to switch your worker to PRB mode, you need to perform three steps:
Set up at least one PRB Server, details:
Disable the Node and pherry in the Solo miner, leaving only pRuntime running
Add the Worker to the PRB UI, details:
If you are using the docker compose content under this Wiki:
The command to disable Node and pherry is as follows:
If you have customized the docker compose content, please use
sudo docker container ps
to query the running service names and replacenode
andphala-pherry
in the above commands.