rpc-nodes/nethermind/nethermind.md
_den bac930fe51 added proxy traefik
added geth and nethermind nodes
2022-03-02 22:44:13 +10:00

378 B

Nethermind node

Requirements for Xdai network

  • memory: 16Gb
  • disk: 200Gb SSD

Installation

Set the domain name to be used in the .env file. You can also set a list of allowed IP addresses there. Rename example.env to .env:

mv example.env .env

Start node:

docker-compose up -d

Upgrade

docker-compose pull
docker-compose up -d