mirror of https://github.com/hyperledger/besu
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.
13 lines
700 B
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/Pantheon-API-Methods.md) or the
|
|
[data directory](../Reference/Pantheon-CLI-Syntax.md#data-path) for the node. |