5. Register your Validator Node
This section guides you through configuring and registering your Cifer Chain validator node.
5.1 Create a Validator Configuration File
Prepare a JSON file named
mynodeconfig.json
(or any preferred name) to configure your validator.Replace
validator_address
andpubkey
with the values you obtained from the "4.2 Obtain Your Validator Keys" section.
5.2 Register your Validator Node
Run the following command, replacing <path_to_mynodeconfig.json>
with the actual path to your JSON file and <myvalidator>
with the name you used when creating the key from “4.1 Configure Your Validator Account” section.
The command will display the transaction details for your review. Look for a section similar to the following example:
The command will prompt you to confirm the transaction. Enter y
and press Enter
.
Upon successful submission, you'll receive a transaction hash.
Congratulations! 🥳 You've registered your Cifer Validator Node.
Last updated