You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
20
20
Here are the software versions we use:
21
21
22
-
- MainNet: v2.1.0
22
+
- MainNet: v2.1.2
23
23
24
24
## <aname="testnet"/>Join TestNet
25
25
To start and run a testnet node, please click [**Join Testnet**](https://github.com/iotexproject/iotex-bootstrap/blob/master/README_testnet.md)
@@ -30,7 +30,7 @@ This is the recommended way to start an IoTeX node
30
30
1. Pull the docker image:
31
31
32
32
```
33
-
docker pull iotex/iotex-core:v2.1.0
33
+
docker pull iotex/iotex-core:v2.1.2
34
34
```
35
35
36
36
2. Set the environment with the following commands:
3. 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.
Copy file name to clipboardExpand all lines: README_testnet.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
Here are the software versions we use:
20
20
21
-
- TestNet: v2.1.0
21
+
- TestNet: v2.1.2
22
22
23
23
**Note**
24
24
To 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
29
29
1. Pull the docker image:
30
30
31
31
```
32
-
docker pull iotex/iotex-core:v2.1.0
32
+
docker pull iotex/iotex-core:v2.1.2
33
33
```
34
34
35
35
2. Set the environment with the following commands:
3. 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.
0 commit comments