File tree Expand file tree Collapse file tree
website/i18n/zh-CN/docusaurus-plugin-content-docs/current Expand file tree Collapse file tree Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff 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 | 指定节点私钥文件 |
You can’t perform that action at this time.
0 commit comments