Skip to content

Commit b8833fd

Browse files
authored
Merge pull request PlatONnetwork#319 from qiusese/master
update PlatON MTool User Manual
2 parents e235825 + 1a08f0b commit b8833fd

6 files changed

Lines changed: 82 additions & 3 deletions

File tree

docs/在线PlatON MTool使用手册.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,21 @@ The environment variables of PlatON MTool directories under Windows and Ubuntu a
104104

105105
> Note:Users choose according to their installed system.
106106
107+
## Modifying the Chain ID in the Configuration File
108+
There are differences in the use of environment variables for the PlatON MTool directory between Windows and Ubuntu:
109+
110+
- Windows
111+
112+
- Path: mtool\current\config
113+
114+
- Change chainId=100 to chainId=210425
115+
116+
- Ubuntu
117+
118+
- Path: /platon_mtool/config.properties
119+
120+
- Change chainId=100 to chainId=210425
121+
107122
## PlatON MTool Command Details
108123

109124
> Note: The follow-up command is the command format under Ubuntu. Under Windows, you need to modify `$PLATON_MTOOLDIR` to `%PLATON_MTOOLDIR%`.

docs/成为主网验证节点.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,21 @@ chmod +x mtool_install.sh && ./mtool_install.sh
326326
327327
After installation is complete, you need to <font color='red'>restart the session window (do not restart the server, close the session window or SSH tool to reopen the window)</font> for the newly added environment variables to take effect.
328328
329+
## Modifying the Chain ID in the Configuration File
330+
There are differences in the use of environment variables for the PlatON MTool directory between Windows and Ubuntu:
331+
332+
- Windows
333+
334+
- Path: mtool\current\config
335+
336+
- Change chainId=100 to chainId=210425
337+
338+
- Ubuntu
339+
340+
- Path: /platon_mtool/config.properties
341+
342+
- Change chainId=100 to chainId=210425
343+
329344
### Configure PlatON MTool
330345
331346
#### Generate wallet

docs/离线PlatON MTool使用手册.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,21 @@ The environment variables used in the PlatON MTool directory under Windows and U
106106
- Ubuntu: `$PLATON_MTOOLDIR`
107107

108108
> Note: **`Users choose environment variables according to the system they have installed. `**
109-
>
109+
110+
## Modifying the Chain ID in the Configuration File
111+
There are differences in the use of environment variables for the PlatON MTool directory between Windows and Ubuntu:
112+
113+
- Windows
114+
115+
- Path: mtool\current\config
116+
117+
- Change chainId=100 to chainId=210425
118+
119+
- Ubuntu
120+
121+
- Path: /platon_mtool/config.properties
122+
123+
- Change chainId=100 to chainId=210425
110124

111125
## Detailed explanation of PlatON MTool wallet commands
112126

website/i18n/zh-CN/docusaurus-plugin-content-docs/current/在线PlatON MTool使用手册.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,19 @@ Windows和Ubuntu下PlatON MTool目录使用环境变量有所区别:
104104
- Ubuntu:`$PLATON_MTOOLDIR`
105105

106106
> 说明:**`用户根据自己安装的系统进行选择环境变量。`**
107-
>
107+
108+
109+
## 修改配置文件中的链ID
110+
Windows和Ubuntu下PlatON MTool目录使用环境变量有所区别:
111+
112+
- Windows
113+
- 路径:mtool\current\config
114+
- chainId=100 修改为 chainId=210425
115+
116+
- Ubuntu
117+
- 路径:/platon_mtool\config.properties
118+
- chainId=100 修改为 chainId=210425
119+
108120

109121
## PlatON MTool命令详解
110122

website/i18n/zh-CN/docusaurus-plugin-content-docs/current/成为主网验证节点.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,18 @@ chmod +x mtool_install.sh && ./mtool_install.sh
328328

329329
安装完成之后,需要<font color='red'>重启终端(非重启服务器,关闭会话窗口或ssh工具重新打开窗口即可)</font>,让新添加的环境变量生效。
330330

331+
## 修改配置文件中的链ID
332+
Windows和Ubuntu下PlatON MTool目录使用环境变量有所区别:
333+
334+
- Windows
335+
- 路径:mtool\current\config
336+
- chainId=100 修改为 chainId=210425
337+
338+
- Ubuntu
339+
- 路径:/platon_mtool\config.properties
340+
- chainId=100 修改为 chainId=210425
341+
342+
331343
### 配置 PlatON MTool
332344

333345
#### 创建钱包

website/i18n/zh-CN/docusaurus-plugin-content-docs/current/离线PlatON MTool使用手册.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,18 @@ Windows和Ubuntu下PlatON MTool目录使用环境变量有所区别:
105105
- Ubuntu:`$PLATON_MTOOLDIR`
106106

107107
> 说明:**`用户根据自己安装的系统进行选择环境变量。`**
108-
>
108+
109+
## 修改配置文件中的链ID
110+
Windows和Ubuntu下PlatON MTool目录使用环境变量有所区别:
111+
112+
- Windows
113+
- 路径:mtool\current\config
114+
- chainId=100 修改为 chainId=210425
115+
116+
- Ubuntu
117+
- 路径:/platon_mtool\config.properties
118+
- chainId=100 修改为 chainId=210425
119+
109120

110121
## PlatON MTool钱包命令详解
111122

0 commit comments

Comments
 (0)