Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/get-started/migrating-from-geth.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ First, [install Nethermind](./installing-nethermind.md) and a [consensus client]
- `--JsonRpc.EnginePort <port>`
- `--Network.DiscoveryPort <port>`
- `--Network.P2PPort <port>`
- **DiscoveryPort and P2PPort should use same value**
:::

Once you fulfill the above requirements, you can start syncing Nethermind. To check the sync status, use the [`eth_syncing`](../interacting/json-rpc-ns/eth.md#eth_syncing) JSON-RPC method. When it returns `false`, Nethermind is considered fully synced with all block bodies and receipts needed to work properly as a validator. Another option to monitor the sync is a [health check](../monitoring/health-check.md).
Expand Down