Go to file
2022-08-02 17:50:08 +10:00
bor updated heimdall (bor) 2022-07-20 22:08:37 +10:00
bsc fixed paths after update to v1.1.12 2022-08-02 17:50:08 +10:00
geth fixed proxy path prefix 2022-03-13 14:00:46 +10:00
nethermind added command to view sync height 2022-03-12 16:39:38 +10:00
proxy added proxy traefik 2022-03-02 22:44:13 +10:00
README.md added files to run without a proxy 2022-03-12 16:23:27 +10:00

rpc-nodes

1. Start traefik proxy (you can skip this step if you are not going to use 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.