An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
besu/docs/Configuring-Pantheon/Network-vs-Node.md

13 lines
700 B

description: Configuring Pantheon at the network level compared to the node level
<!--- END of page meta data -->
# Network vs Node Configuration
Pantheon is configured at the network level and the node level.
Network wide settings are specified in the genesis file. Examples include `difficulty` for Proof of Work
networks and the [consensus mechanism](../Consensus-Protocols/Overview-Consensus.md).
Node settings are specified on the command line or in the [node configuration file](Using-Configuration-File.md).
For example, the [JSON-RPC API methods to enable](../Reference/JSON-RPC-API-Methods.md) or the
[data directory](../Reference/Pantheon-CLI-Syntax.md#data-path) for the node.