Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

MultiversX mainnet configuration repository

License

Notifications You must be signed in to change notification settings

multiversx/mx-chain-mainnet-config-old

Repository files navigation

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