Registering Your Node as Validator
Before you can become a Validator Node Candidate, you have to register to be added to the PIWallet.
Last updated
Was this helpful?
Before you can become a Validator Node Candidate, you have to register to be added to the PIWallet.
Last updated
Was this helpful?
In order to be eligible to become a Validator, you have to have at least 10k PI in the Validator Node address.
You can apply to become a Candidate at any time between 0% and 75% of the Epoch.
EPOCH Phase
Operation
0%~75%
applyCandidate, cancelCandidate
75%~100%
Prohibit Operation
You can do this through either the RPC or the Javascript console. The process using the console will be shown here.
applyCandidate By RPC
applyCandidate By IPC
Navigate into your pchain
directory:
Then open the console with:
Once this opens, we will begin constructing the transaction variables:
where:
from
is your address
securityDeposit
is 10,000 in wei and converted into hex
commission
is the percentage you wish to take from the rewards of those that delegate to you
gasPrice
is set to default
Each one of these will return undefined
Now that we have defined each of the variables, we will send the full application transaction using:
Which will return a transaction has if successful:
You can check transaction status By
Once this is complete, please go to to submit your introduction. Once your submission has been validated, you will be publicly listed on Recommended Candidates on PIWallet. Detailed information increases your chances of convincing Delegators to support your candidacy.