Become a Validator
Requirement
1. A synced Node
You can follow our tutorial to run a node on the Oraichain mainnet.
2. A wallet
Your wallet must have some ORAI tokens to delegate and pay transaction fees.
Create a new wallet, change KEY_NAME as you like
Save your passphrase, address, mnemonic
List all your keys
Get validator public key
Create validator command
After you got wallet address, you must send some oraichain token to this wallet to active it. Here is the empty command
Example
The from flag is Name or address of private key with which to sign
The amount flag is Amount of coins to bond. 1000000orai = 1 oraichain token
The pubkey flag is The validator's Protobuf JSON encoded public key
The moniker flag is The validator's name
The chain-id flag is Oraichain (default value and can't change)
The commission-rate is The initial commission rate percentage (in the example above, 3 percent)
The commission-max-rate is The maximum commission rate percentage (in the example above, 10 percent)
The commission-max-change-rate is The maximum commission change rate percentage (per day) (in the example above, 1 percent per day until reaching the max rate)
The min-self-delegation is The minimum self delegation required on the validator (in the example above, 1 orai)
The gas-prices is Gas prices in decimal format to determine the transaction fee
The website flag is The validator's (optional) website
The details flag is The validator's (optional) detail
Track validator
To see the current validator active set: (change OraichainValidator to your moniker name)
To track your validator's signing history
Please join the Oraichain validators group on Telegram to discuss ideas and problems!
Last updated