Skip to content

Commit 1096e0c

Browse files
authored
Merge pull request PlatONnetwork#308 from qiusese/master
Modify and add PlatON main network parameter description
2 parents 36dea66 + c3a7452 commit 1096e0c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ nohup platon --identity platon --datadir ./data --port 16789 --http.port 6789 --
169169
| -------------- | ------------------------------------------------------------ |
170170
| --identity | Specify the network name |
171171
| --datadir | Specify the data directory path |
172-
| --port | Specifying the P2P protocol communication port |
172+
| --port | Specifying the P2P port number, TCP and UDP protocol corresponding ports need to be open to all hosts on the host firewall |
173173
| --http.addr | Specify rpc server address |
174-
| --http.port | Specifying the RPC protocol communication port |
174+
| --http.port | Specify the RPC protocol communication port, and open the TCP protocol corresponding port on the host firewall where MTool is located |
175175
| --http.api | Specify the rpcapi name open by the node |
176176
| --http | Specify http-rpc communication method |
177177
| --nodekey | Specify the node private key file |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ nohup platon --identity platon --datadir ./data --port 16789 --http.port 6789 --
170170
| ------------- | ------------------------------------------------------------ |
171171
| --identity | 指定网络名称 |
172172
| --datadir | 指定 data 目录路径 |
173-
| --port | p2p端口号 |
173+
| --port | p2p端口号,需要在主机防火墙上对所有主机开放TCP、UDP协议对应端口 |
174174
| --http.addr | 指定 rpc 服务器地址 |
175-
| --http.port | 指定 rpc 协议通信端口 |
175+
| --http.port | 指定rpc协议通信端口,需要在主机防火墙上对MTool所在主机开放TCP协议对应端口 |
176176
| --htpp.api | 指定节点开放的 rpcapi 名称 |
177177
| --http | 指定 http-rpc 通讯方式 |
178178
| --nodekey | 指定节点私钥文件 |

0 commit comments

Comments
 (0)