For the complete documentation index, see llms.txt. This page is also available as Markdown.

Run RPC Node using Nethermind client

Nethermind Client

  1. Full specification for Nethermind configuration options can be found here:

  2. Run the following command in your terminal -

Run RPC node in Volta Network

chmod +x nethermind
# To run a Full node
./nethermind --config volta 

# To run an Archive node
./nethermind --config volta_archive

Run RPC node in EWC Network

# To run a Full node
./nethermind --config energyweb

# To run an Archive node
./nethermind --config energyweb_archive

Your local node should start:

Run a local node using Docker with Nethermind client

This section describes minimal setup to run an RPC node locally or on the server using Docker container run with docker-compose. This is solely for development purposes, it's not a production grade recommendation.

See Nethermind documentation for Docker: https://docs.nethermind.io/get-started/installing-nethermind#docker-container

Set up

  1. Verify that prerequisites are installed:

  1. Create working directory

  1. Create docker-compose.yaml file

  1. Start container:

  1. Examine logs:

The log output should be similar to the following

Nethermind Configuration

Last updated