Login
Access the PRB UI by going to http://localhost:3000/. Replace localhost with the IP of the PRB Server.If you are accessing this page from an external network, please note to check the firewall configuration of the PRB server.
Data configuration on PRBv3 UI
StakePool Configuration
ClickPools
in Inventory
to jump to the StakePool configuration interface.
- Click
Add
button - Enter
PID
of the StakePool and your custom name for it - Click
confirm
Pool Operator Configuration
ClickPool Operators
in Inventory
to jump to the Operator configuration interface.
- Click
Set
button. - Enter
PID
of the StakePool. - Select
seed
forAccount Type
. - If your operator account does not use the proxy method, enter the mnemonic of the operator in the
Account
section; leaveProxied Account (SS58)
empty. - If your operator account uses the proxy method, enter the mnemonic of the authorized gas fee account in the
Account
section; enter the real pool operator’s account address inProxied Account (SS58)
. - Click
confirm
.
Worker Configuration
ClickWorkers
in Inventory
to jump to the Worker configuration interface.
- Click
Add
button - Enter your custom name for the Worker and the desired
PID
for the worker - Enter the worker’s endpoint in the format http://:8000/. Replace with the IP of the worker.
- Enter the desired worker staking amount and add 12 zeros after the number. For example,
5000000000000000
means a staking value of5000
. - Click
confirm
Similar to PRBv2, PRBv3 supports multi-mode worker synchronization.If you choose the
SyncOnly
mode, the worker will only participate in synchronization and will not register worker’s information on chain after reaching the maximum height. There is a similar option in StakePool configuration page, and they are the same functions.
Additionally, PRBv3 has added GateKeeper
mode, allowing you to deploy GateKeeper with PRBv3.
• The GateKeeper reward function as originally planned in the tokenomics is not yet enabled; Therefore, if you deploy GateKeeper, you will not receive any rewards. • GateKeeper cannot be added to StakePool for computation contributing. • After GateKeeper synchronization is completed, the operator needs to initiate an on-chain proposal and complete GK registration through community referendum before it can start running. The specific registration transaction is:phalaRegistry.registerGatekeeper(gatekeeper)
Start running
After all information is configured, click thereload
button in the upper left corner of the page. The new configuration information will be loaded, and PRBv3 will start working.
Status check
ClickWorkers
in Status
to check the synchronization status of all workers and manage workers using the restart
and re-register
buttons.
Click Transactions
in Status
to check the transaction records sent by the PRB and confirm the details.