Becoming a Validator
Last updated
Last updated
After successfully setting up the wallet, follow this guide to become a validator
It is not enough to just enroll and authenticate to become a validator at Mainnet!
You need to go through the following steps to become a validator:
Enroll with the network.
Rotate and set the node keys
Authenticate
These steps require a handheld device.
Let's look at these step by step:
Scan the QR code and open the web app on your phone.
If you use the launcher, the QR code should automatically appear on the dashboard after you start the node.
If you are using the CLI, see the humanode-peer bioauth authurl --help
and use that command with proper flags. Don't forget to set the --chain
option properly.
On your phone, click on "Set up the Node." Remember, this is a one-time process.
On the next screen, click "Enroll" and follow the instructions to scan your face. After enrolling, return to this screen and click "Rotate and Set Keys."
Go back to Authenticate using your phone in the web app.
Once authorized, all checks in the launcher app will turn green, or if using CLI, verify your validator status with this command:
curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "bioauth_status"}' http://localhost:9933
After authentication, wait for the next session to see your name in the validators list.
Do not turn off your node. You will be kicked off the validators list if the network detects your node went offline.
If you run the node locally, your PC/Laptop must be switched on 24/7 with sleep mode turned off.
Authenticate within the same session after your authentication expires.
You are now a validator, please go back to the launcher app and start your node.