Install the node software
Pull the full node Docker image.
docker pull iotex/iotex-core:v1.12.1Set up the environment
mkdir -p ~/iotex-var cd ~/iotex-var
export IOTEX_HOME=$PWD
mkdir -p $IOTEX_HOME/data mkdir -p $IOTEX_HOME/log mkdir -p $IOTEX_HOME/etcDownload the default node configuration
curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/v1.12.1/config_mainnet.yaml > $IOTEX_HOME/etc/config.yamlDownload the genesis file
curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/v1.10.0/genesis_mainnet.yaml > $IOTEX_HOME/etc/genesis.yamlEdit the node configuration

Syncing from a snapshot
Running the node with API Gateway disabled
Running the node with API Gateway enabled
Syncing from blockchain peers
Syncing without fetching Legacy Election data
Syncing and also fetch Legacy Election data
Last updated