Go to file
2022-06-14 17:20:11 +10:00
bor updated heimdall 2022-06-14 17:20:11 +10:00
bsc updated bsc node 2022-06-09 17:01:45 +10:00
geth
nethermind
proxy
README.md

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.