Update node.toml Configuration
Step 4: Update node.toml Configuration
Open the node.toml file located in the /root/XVI/nodes/validator/ directory. Update the [account] and [mining] sections with the newly created address and other specified configurations. Here is an example configuration:
[account]
unlock = ["0x00aa39d30f0d20ff03a22ccfc30b7efbfca597c2"]
password = ["password"]
[mining]
force_sealing = true
engine_signer = "0x00aa39d30f0d20ff03a22ccfc30b7efbfca597c2"
reseal_on_txs = "none"
Last updated