1818
1919Here are the software versions we use:
2020
21- - TestNet: v1.11.2
21+ - TestNet: v1.12.0-rc0
2222
2323** Note**
2424To start and run a mainnet node, please click [ ** Join Mainnet** ] ( https://github.com/iotexproject/iotex-bootstrap/blob/master/README.md )
@@ -29,7 +29,7 @@ This is the recommended way to start an IoTeX node
29291 . Pull the docker image:
3030
3131```
32- docker pull iotex/iotex-core:v1.11.2
32+ docker pull iotex/iotex-core:v1.12.0-rc0
3333```
3434
35352 . Set the environment with the following commands:
@@ -44,8 +44,8 @@ mkdir -p $IOTEX_HOME/data
4444mkdir -p $IOTEX_HOME/log
4545mkdir -p $IOTEX_HOME/etc
4646
47- curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/v1.11.2 /config_testnet.yaml > $IOTEX_HOME/etc/config.yaml
48- curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/v1.11.2 /genesis_testnet.yaml > $IOTEX_HOME/etc/genesis.yaml
47+ curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/master /config_testnet.yaml > $IOTEX_HOME/etc/config.yaml
48+ curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/master /genesis_testnet.yaml > $IOTEX_HOME/etc/genesis.yaml
4949```
5050
51513 . Edit ` $IOTEX_HOME/etc/config.yaml ` , look for ` externalHost ` and ` producerPrivKey ` , uncomment the lines and fill in your external IP and private key. If you leave ` producerPrivKey ` empty, your node will be assgined with a random key.
@@ -85,7 +85,7 @@ docker run -d --restart on-failure --name iotex \
8585 -v=$IOTEX_HOME/log:/var/log:rw \
8686 -v=$IOTEX_HOME/etc/config.yaml:/etc/iotex/config_override.yaml:ro \
8787 -v=$IOTEX_HOME/etc/genesis.yaml:/etc/iotex/genesis.yaml:ro \
88- iotex/iotex-core:v1.11.2 \
88+ iotex/iotex-core:v1.12.0-rc0 \
8989 iotex-server \
9090 -config-path=/etc/iotex/config_override.yaml \
9191 -genesis-path=/etc/iotex/genesis.yaml
@@ -105,7 +105,7 @@ docker run -d --restart on-failure --name iotex \
105105 -v=$IOTEX_HOME/log:/var/log:rw \
106106 -v=$IOTEX_HOME/etc/config.yaml:/etc/iotex/config_override.yaml:ro \
107107 -v=$IOTEX_HOME/etc/genesis.yaml:/etc/iotex/genesis.yaml:ro \
108- iotex/iotex-core:v1.11.2 \
108+ iotex/iotex-core:v1.12.0-rc0 \
109109 iotex-server \
110110 -config-path=/etc/iotex/config_override.yaml \
111111 -genesis-path=/etc/iotex/genesis.yaml \
@@ -126,7 +126,7 @@ Same as [Join TestNet](#testnet) step 2
126126```
127127git clone https://github.com/iotexproject/iotex-core.git
128128cd iotex-core
129- git checkout v1.11.2
129+ git checkout v1.12.0-rc0
130130
131131// optional
132132export GOPROXY=https://goproxy.io
0 commit comments