If you need testnet TRB, send us a message in the public Discord (#testing-layer channel)!
Note: You will need to bridge the funds once they are received on Sepolia.
2) Retrieve your Node's Pubkey
This is a unique identifier for a node running on your computer:
./layerdcometshow-validator
This returns your validator pubkey. It should look like this:
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 Tellor 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.