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
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# IoTeX Delegate Manual
2
2
3
3
## News
4
+
- We have upgraded testnet and mainnet to `v0.10.3`. This version improve stability on reading native staking buckets.
4
5
- We have upgraded mainnet to `v0.10.2`. It contains breaking changes which will be activated on block height 3238921. Delegates must upgrade your node to the new version before that.
5
6
- We have upgraded testnet to `v0.10.2`. This version correct a gas limit issue for reading native vote bucket.
6
7
- We have upgraded mainnet to `v0.10.0`. It contains breaking changes which will be activated on block height 1816201. Delegates must upgrade your node to the new version before that.
@@ -28,16 +29,16 @@
28
29
29
30
Here are the software versions we use:
30
31
31
-
- MainNet: v0.10.2
32
-
- TestNet: v0.10.2
32
+
- MainNet: v0.10.3
33
+
- TestNet: v0.10.3
33
34
34
35
## <aname="mainnet"/>Join MainNet Beta
35
36
This is the recommended way to start an IoTeX node
36
37
37
38
1. Pull the docker image:
38
39
39
40
```
40
-
docker pull iotex/iotex-core:v0.10.2
41
+
docker pull iotex/iotex-core:v0.10.3
41
42
```
42
43
43
44
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. You also need to replace the `gravityChainAPIs` to use your own infura project key. And make sure you enabled archive data access if you need to access Ethereum archive node data.
0 commit comments