Running as a validator
Setup for the validator
-
Running the node - this we have already done in the installation step and have an account created with the existing seed
-
Make sure to generate the keys that is needed while running as validator, follow the step below to generate the keys, go to bash or any shell and run the command below
curl -H "Content-Type: application/json" -d'{"id":1, "jsonrpc":"2.0", "method": "author_rotateKeys", "params":[ ]}' http://localhost:9933
Copy the keys from the output of the above command and save it.
-
Get the minimum required stake of tokens for testnet please request here Testnet_Group
-
Create another account as the controller account to manage the stash account. Go to the polkadotjs chrome extension and make create account, and make sure you save the seed phrase in a secure place. Fund the controller account as well using the above group
-
Head over to the polkadot explorer and click the staking button under the Network tab as shown below
-
Once in staking go to accounts and you will see the nominator and validator button as shown below, first lets discuss about validator
-
Click on the validator and select the account which you want to be stash and controller account as shown in the picture below
-
Now click next, enter the keys you generated in step 2 above. You can select whether you want to be nominated and set a commission percentage. Now click bond and validate and then submit button. Shown below
-
Once done you should see your validator in the waiting to become as validator