This repository was archived by the owner on Mar 26, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1
1
# ChainX-bin
2
2
3
3
Binary release of unpublicized [ ChainX] ( https://github.com/chainx-org/ChainX ) .
4
+
5
+ ## ChainX v0.9.3 公开测试网
6
+
7
+ 1 . 访问在线钱包 [ wallet.chainx.org] ( http://wallet.chainx.org ) 。
8
+
9
+ 2 . 点击创建账户,生成节点账户,地址形如 ` 5HbT8...S9yg ` 。
10
+
11
+ 3 . 首先在资产页领取 1 个 PCX 测试币,以便能够发起交易,进行注册,更新节点等操作。
12
+
13
+ 4 . 在投票选举页,点击注册节点,设置 ** 节点名称** ,比如 NodeABC。
14
+
15
+ 5 . 在投票选举页的候选节点里,可以看到你的节点处于 ** 退选** 状态。
16
+
17
+ 6 . 点击创建账户,生成 ** 出块地址** ,并导出 ** 出块私钥** ,形如 ` 0x30530...c95aee43 ` 。
18
+
19
+ 7 . 在 https://github.com/chainx-org/ChainX-bin/releases/tag/v0.9.3 下载 v0.9.3 测试网 ChainX 二进制 ` chainx ` 。
20
+
21
+ 8 . 启动节点。
22
+
23
+ ``` bash
24
+ # 启动验证人节点
25
+ chainx --key=出块私钥 --validator-name=节点名称 --name=监控台名称 --validator --bootnodes=/ip4/47.99.192.159/tcp/31125/p2p/QmRVwRufE4QFwt4o9osP6J3vhCMnpFoAxuG9Gr8AKAXVos --base-path=数据存放路径
26
+
27
+ # 启动同步节点
28
+ chainx --name=监控台名称 --bootnodes=/ip4/47.99.192.159/tcp/31125/p2p/QmRVwRufE4QFwt4o9osP6J3vhCMnpFoAxuG9Gr8AKAXVos --base-path=数据存放路径
29
+ ```
30
+
31
+ 待节点部署完毕,并在监控台等待自己的节点同步到最新,监控台地址为 https://telemetry.polkadot.io/# /ChainX%20V0.9.3 。
32
+
33
+ 9. 在投票选举页,点击更新节点,填写:
34
+
35
+ - 出块地址
36
+ - 网址
37
+ - 简介
38
+ - 选择“参选”。
39
+
40
+ 10. 请求社区投票至前 30 名,每 10 分钟会进行一次验证人选举,如果在前 30 名就可以出块了。
You can’t perform that action at this time.
0 commit comments