1) Change directory to ~/layer/binaries/v6.1.1 and check if your address has funds. You will need to have at least 1 TRB to stake a validator on tellor layer:
Edit "amount" to be the amount of testnet TRB that you would like to stake with 6 decimals and the "loya" denom. (For example: if you want to stake 99 TRB use "amount": "99000000loya")
Edit "moniker" with a name you choose for your validator node.
Edit identity, website, security, and details with your identifying information. (optional)
Edit commission-rate, commission-max-rate, commission-max-change-rate, and min-self-delegation if desired. (these can be changed later using the edit-validator command).
Important Considerations for your Validator:
When creating your validator, be sure that you are NOT choosing an "amount" that is larger than your balance of test-net TRB.
TRB has 6 decimals: 1 loya is 0.000001 TRB
Note: TRB tokens are used for gas on the layer network. As a validator / reporter you will need to make transactions to send tokens, become a reporter, unjail, etc. When choosing the amount to stake, it is important to reserve some TRB for gas.
Staking on layer is limited to 5% of the total staked tokens per 12 hours. You can check the current amount that's allowed to stake here.
4) Create your validator.
Run the following command to create-validator:
5) Verify that creation was successful.
Use the command:
If status: 3,you are staked and validating!
If status is 1, It means that you are not bonded. This can happen If you accidentally made your "amount" in step 4 too small. Check that you are staking at least 1 TRB (1000000loya).
If status is 2, It means that your validator is jailed. If this happens, check if the node process is running on your host machine.
You can unjail with steps shown in the next section.