Skip to content

Commit 8e4a01e

Browse files
authored
pre-release testnet for v1.9.0-rc1 (#239)
1 parent 7fc0904 commit 8e4a01e

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Here are the software versions we use:
2222

2323
- MainNet: v1.8.4
24-
- TestNet: v1.8.4
24+
- TestNet: v1.9.0-rc1
2525

2626
## <a name="mainnet"/>Join MainNet
2727
This is the recommended way to start an IoTeX node
@@ -170,12 +170,14 @@ nohup $IOTEX_HOME/iotex-server \
170170
There's almost no difference to join TestNet, but in step 2, you need to use the config and genesis files for TestNet:
171171

172172
```
173-
curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/v1.8.4/config_testnet.yaml > $IOTEX_HOME/etc/config.yaml
174-
curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/v1.8.4/genesis_testnet.yaml > $IOTEX_HOME/etc/genesis.yaml
173+
curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/v1.9.0-rc1/config_testnet.yaml > $IOTEX_HOME/etc/config.yaml
174+
curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/v1.9.0-rc1/genesis_testnet.yaml > $IOTEX_HOME/etc/genesis.yaml
175175
```
176176

177177
In step 4, you need to use the snapshot for TestNet: https://t.iotex.me/testnet-data-latest and https://t.iotex.me/testnet-data-with-idx-latest. If you need legacy delegate election data(poll.db) for TestNet, you can download it here: https://storage.googleapis.com/blockchain-golden/poll.testnet.tar.gz
178178

179+
In step 5, you need to replace the docker image in the `docker run` command line to `iotex/iotex-core:v1.9.0-rc1`
180+
179181
## <a name="ioctl"/>Interact with Blockchain
180182

181183

README_CN.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
以下是当前我们使用的软件版本:
2121

2222
- 主网:v1.8.4
23-
- 测试网:v1.8.4
23+
- 测试网:v1.9.0-rc1
2424

2525
## <a name="mainnet"/>加入主网
2626

@@ -158,12 +158,14 @@ nohup $IOTEX_HOME/iotex-server \
158158

159159
加入测试网络基本没有什么不同,只是在第二步,您需要使用以下的源文件:
160160
```
161-
curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/v1.8.4/config_testnet.yaml > $IOTEX_HOME/etc/config.yaml
162-
curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/v1.8.4/genesis_testnet.yaml > $IOTEX_HOME/etc/genesis.yaml
161+
curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/v1.9.0-rc1/config_testnet.yaml > $IOTEX_HOME/etc/config.yaml
162+
curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/v1.9.0-rc1/genesis_testnet.yaml > $IOTEX_HOME/etc/genesis.yaml
163163
```
164164

165165
在步骤四中,您需要使用针对于测试网络的数据快照: https://t.iotex.me/testnet-data-latesthttps://t.iotex.me/testnet-data-with-idx-latest (如果节点启用了网关). 如果您需要使用测试网中旧的节点代表数据(poll.db),可以在此处下载: https://storage.googleapis.com/blockchain-golden/poll.testnet.tar.gz
166166

167+
在步骤五中,您需要将 `docker run`命令行中的 docker image替换成 `iotex/iotex-core:v1.9.0-rc1`
168+
167169
## <a name="ioctl"/>与区块链交互
168170

169171
你可以安装 `ioctl` (用于与IoTeX区块链交互的命令行工具)

config_testnet.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ chain:
2727
gravityChainDB:
2828
dbPath: "/var/data/poll.db"
2929
numRetries: 8
30+
persistStakingPatchBlock: 18446744073709551615
3031

3132
actPool:
3233
minGasPrice: "1000000000000"

genesis_testnet.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ blockchain:
2323
lordHoweHeight: 11052721
2424
midwayHeight: 13020481
2525
newfoundlandHeight: 14268961
26+
okhotskHeight: 17666641
2627
numCandidateDelegates: 36
2728
numDelegates: 24
2829
numSubEpochs: 15

0 commit comments

Comments
 (0)