Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.01 KB
Elrond Network


elrond-config for mainnet

Elrond mainnet configuration files used in conjunction with elrond-go project. For more info how to connect to the mainnet, please check docs.elrond.com

run an elrond observer/validator with docker

build docker image

docker image build . -t elrond-node-image-last -f ./docker/Dockerfile

run node with docker

CONFIG_FOLDER=path/to/folder/with/pem/file
docker run --mount type=bind,source=${CONFIG_FOLDER}/,destination=/data elrond-node-image-last --validator-key-pem-file="/data/validatorKey.pem" --log-level *:DEBUG