Launching Nethermind via Nethermind.Launcher
We will explain the process of launching Nethermind on the example of Goerli Testnet.
- After launching Nethermind via
./Nethermind.Launcher
choose node to start first.

Nethermind.Launcher initial options
- First select
Ethereum Node
and thenGoerli (light Clique testnet)

Network options
- In this example we will select
Fast Sync
mode. If you are curious about other modes, click here: sync modes.

Selecting Fast sync option
- Ensure that JSON RPC is enabled by typing
y
and pressingenter
- Press
enter
to skip setting upHost IP
127.0.0.1 will be set as default
If not running local, you may need to change the
Host
value to the VM public IP address.
Enabling JSON RPC via Nethermind.Launcher
- Skip the
ethstats registration
by typingN
and pressingenter
.

EthStats configuration skip
Last step of Nethermind.Launcher runs Nethermind.Runner.
If you're not in the directory where Netheremind.Runner is, you'll get the error:
There was an error when starting ./Nethermind.RunnerError: spawn ./Nethermind.Runner ENOENT
You can run Nethermind.Runner for Goerli testnet with:
nethermind --config goerli
Last modified 7mo ago