Add Producer/Validator Nodes
Generating the key pair for the node
this will create a new key-pair and prints the public and private keys
Register a new account with the created keys
Starting the new node
We need to modify the config file before starting the new node:
config.ini
Now we have everything needed for the setup. Now follow the same steps that we did when we started the first node.
Once the synchronisation is done, the current producer node has to run the command to update the list of all producing nodes.
Below is a sample producer node list file for reference.
Once the above file has been edited with the producer details, run the below command to set the current producers.
Last updated
Was this helpful?