An open API service indexing awesome lists of open source software.

https://github.com/multiversx/mx-chain-mainnet-config

MultiversX blockchain node's mainnet configuration repository
https://github.com/multiversx/mx-chain-mainnet-config

Last synced: 4 months ago
JSON representation

MultiversX blockchain node's mainnet configuration repository

Awesome Lists containing this project

README

          


MultiversX



[![](https://img.shields.io/badge/made%20by-MultiversX-blue.svg?style=flat-square)](http://multiversx.com/)
[![](https://img.shields.io/badge/project-MultiversX%20Mainnet-blue.svg?style=flat-square)](http://multiversx.com/)

# 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](https://docs.multiversx.com/validators/nodes-scripts/config-scripts/)

## 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