Switch Workers from Solo to PRB Mode
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: PRB deployment
Disable the Node and pherry in the Solo miner, leaving only pRuntime running
Add the Worker to the PRB UI, details: Using PRBv3
If you are using the docker compose content under this Wiki: Solo worker deployment
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.
Last updated