Go to file
2022-03-03 16:22:15 +10:00
geth updated pruning description 2022-03-03 16:22:15 +10:00
nethermind fixed default env 2022-03-03 08:43:34 +10:00
proxy added proxy traefik 2022-03-02 22:44:13 +10:00
README.md added link to zabbix template 2022-03-03 15:39:08 +10:00

rpc-nodes

1. Start proxy (traefik)

Create a shared network for running containers:

docker network create rpc-shared-network

Specify the domain name to be used and the email address for issuing the Let's Encrypt certificate in the example.env file. Rename example.env to .env:

mv example.env .env

Start proxy:

docker-compose up -d

2. Start blockchain node

3. Monitoring

Visit the repository with instructions on how to install Zabbix template for blockchain nodes here.