Comment on page
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:
- 1.
- 2.Disable the Node and pherry in the Solo miner, leaving only pRuntime running
- 3.
The command to disable Node and pherry is as follows:
sudo docker container rm -f node
sudo docker container rm -f phala-pherry
If you have customized the docker compose content, please usesudo docker container ps
to query the running service names and replacenode
andphala-pherry
in the above commands.
Last modified 6mo ago