Skip to content

multiversx/mx-chain-mainnet-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiversX


mx-chain config for mainnet

MultiversX mainnet configuration files used in conjunction with mx-chain-go project. For more info how to connect to the mainnet, please check here

run an MultiversX observer/validator with docker

build docker image

docker image build . -t chain-mainnet-local -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 chain-mainnet-local --validator-key-pem-file="/data/validatorKey.pem" --log-level *:DEBUG