Nethermind Docs
Github Repository
Home Page
Search…
English
Welcome to Nethermind
Contact
Social Media
Contact us
First steps with Nethermind
Getting Started
Running Nethermind Post Merge
Supported platforms
Firewall Configuration
Hardware Requirements
Security
Manage Nethermind with systemd
Ethereum client
Download
Running Nethermind
Sync modes
Building Nethermind
JSON RPC
Docker
Networks
Private Networks
Database
Metrics
Logging Configuration
Configuration
Sample configuration
Aura module
Bloom module
EthStats module
HealthChecks module
Hive module
Init module
JsonRpc module
Keystore module
Merge module
Metrics module
Mining module
Network module
Pruning module
Seq module
Sync module
TxPool module
Wallet module
Plugins
Monitoring Node's Health
MEV
MEV Plugin
Nethermind utilities
CLI
Guides and Helpers
FAQ
Upgrades
Custom Analytic Tools
Deploy Nethermind with Monitoring stack
Known Issues
Web3.py
Validator setup
ETH2 <-> Nethermind
Coding Style
Powered By
GitBook
Network module
Property
Env Variable
Description
Default
ActivePeersMaxCount
NETHERMIND_NETWORKCONFIG_ACTIVEPEERSMAXCOUNT
[OBSOLETE](Use MaxActivePeers instead) Max number of connected peers.
50
Bootnodes
NETHERMIND_NETWORKCONFIG_BOOTNODES
Bootnodes
DiagTracerEnabled
NETHERMIND_NETWORKCONFIG_DIAGTRACERENABLED
Enabled very verbose diag network tracing files for DEV purposes (Nethermind specific)
false
DiscoveryPort
NETHERMIND_NETWORKCONFIG_DISCOVERYPORT
UDP port number for incoming discovery connections. Keep same as TCP/IP port because using different values has never been tested.
30303
ExternalIp
NETHERMIND_NETWORKCONFIG_EXTERNALIP
Use only if your node cannot resolve external IP automatically.
null
LocalIp
NETHERMIND_NETWORKCONFIG_LOCALIP
Use only if your node cannot resolve local IP automatically.
null
MaxActivePeers
NETHERMIND_NETWORKCONFIG_MAXACTIVEPEERS
Same as ActivePeersMaxCount.
50
NettyArenaOrder
NETHERMIND_NETWORKCONFIG_NETTYARENAORDER
[TECHNICAL] Defines the size of a buffer allocated to each peer - default is 8192 << 11 so 16MB where order is 11.
11
OnlyStaticPeers
NETHERMIND_NETWORKCONFIG_ONLYSTATICPEERS
If set to 'true' then no connections will be made to non-static peers.
false
P2PPort
NETHERMIND_NETWORKCONFIG_P2PPORT
TPC/IP port number for incoming P2P connections.
30303
PriorityPeersMaxCount
NETHERMIND_NETWORKCONFIG_PRIORITYPEERSMAXCOUNT
Max number of priority peers. Can be overwritten by value from plugin config.
0
StaticPeers
NETHERMIND_NETWORKCONFIG_STATICPEERS
List of nodes for which we will keep the connection on. Static nodes are not counted to the max number of nodes limit.
null
Previous
Mining module
Next
Pruning module
Last modified
1mo ago
Copy link