mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
feat(devp2p): make eth p2p networkId configurable (#19020)
Co-authored-by: frankudoags <frankudoags.com>
This commit is contained in:
@@ -248,6 +248,9 @@ Networking:
|
||||
--required-block-hashes <REQUIRED_BLOCK_HASHES>
|
||||
Comma separated list of required block hashes. Peers that don't have these blocks will be filtered out
|
||||
|
||||
--network-id <NETWORK_ID>
|
||||
Optional network ID to override the chain specification's network ID for P2P connections
|
||||
|
||||
RPC:
|
||||
--http
|
||||
Enable the HTTP-RPC server
|
||||
|
||||
@@ -206,6 +206,9 @@ Networking:
|
||||
--required-block-hashes <REQUIRED_BLOCK_HASHES>
|
||||
Comma separated list of required block hashes. Peers that don't have these blocks will be filtered out
|
||||
|
||||
--network-id <NETWORK_ID>
|
||||
Optional network ID to override the chain specification's network ID for P2P connections
|
||||
|
||||
Datadir:
|
||||
--datadir <DATA_DIR>
|
||||
The path to the data dir for all reth files and subdirectories.
|
||||
|
||||
@@ -206,6 +206,9 @@ Networking:
|
||||
--required-block-hashes <REQUIRED_BLOCK_HASHES>
|
||||
Comma separated list of required block hashes. Peers that don't have these blocks will be filtered out
|
||||
|
||||
--network-id <NETWORK_ID>
|
||||
Optional network ID to override the chain specification's network ID for P2P connections
|
||||
|
||||
Datadir:
|
||||
--datadir <DATA_DIR>
|
||||
The path to the data dir for all reth files and subdirectories.
|
||||
|
||||
@@ -302,6 +302,9 @@ Networking:
|
||||
--required-block-hashes <REQUIRED_BLOCK_HASHES>
|
||||
Comma separated list of required block hashes. Peers that don't have these blocks will be filtered out
|
||||
|
||||
--network-id <NETWORK_ID>
|
||||
Optional network ID to override the chain specification's network ID for P2P connections
|
||||
|
||||
Logging:
|
||||
--log.stdout.format <FORMAT>
|
||||
The format to use for logs written to stdout
|
||||
|
||||
Reference in New Issue
Block a user