Config node option node enable voting true
node.enable_voting¶
Newly setup nodes have voting disabled by default. In order to participate in network consensus, this value must be updated in the config-node.toml file.
[node]
# Enable or disable voting. Enabling this option requires additional system resources, namely increased CPU, bandwidth and disk usage.
# type:bool
enable_voting = true