Last update: September 24, 2020
Network vs node configuration
You can configure Besu at the network level and the node level.
Specify network-wide settings in the genesis file. For example,
include evmStackSize
or specify the
consensus mechanism.
Specify node settings on the command line or in the node configuration file. For example, enable JSON-RPC API methods or specify the data directory for the node.