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
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# IoTeX Delegate Manual
2
2
3
3
## News
4
+
- We have upgraded testnet and mainnet to `v1.0.0`. The breaking changes which will be activated on mainnet at block height 5157001.
4
5
- We have upgraded testnet to `v1.0.0-rc`. This version introduces native staking on IoTeX chain.
5
-
- We have upgraded testnet and mainnet to `v0.11.1`. A blocker indexer racing issue is fixed. The breaking changes which will still be activated on mainnet at block height 4478761.
6
+
- We have upgraded testnet and mainnet to `v0.11.1`. A blocker indexer racing issue is fixed. The breaking changes which will still be activated on mainnet at block height 4478761.
6
7
- We have upgraded testnet and mainnet to `v0.11.0`. This version introduces delegates probation. It contains breaking changes which will be activated on mainnet at block height 4478761.
7
8
- We have upgraded testnet to `v0.11.0-rc`. This version introduces probation.
8
9
- We added auto upgrade feature in our upgrader. Auto upgrade will check if there is an avilable upgrade every 3 days and automactilly doing the upgrade.
@@ -34,16 +35,16 @@
34
35
35
36
Here are the software versions we use:
36
37
37
-
- MainNet: v0.11.1
38
-
- TestNet: v1.0.0-rc
38
+
- MainNet: v1.0.0
39
+
- TestNet: v1.0.0
39
40
40
41
## <aname="mainnet"/>Join MainNet Beta
41
42
This is the recommended way to start an IoTeX node
42
43
43
44
1. Pull the docker image:
44
45
45
46
```
46
-
docker pull iotex/iotex-core:v0.11.1
47
+
docker pull iotex/iotex-core:v1.0.0
47
48
```
48
49
49
50
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