Skip to content

Commit

Permalink
add lightnode doc (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee committed Dec 8, 2022
1 parent 5db8b67 commit 498b3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3.x/zh_CN/docs/tutorial/air/build_chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Usage:
-I <chain id> [Optional] set the chain id, default: chain0
-v <FISCO-BCOS binary version> [Optional] Default is the latest v3.1.1
-l <IP list> [Required] "ip1:nodeNum1,ip2:nodeNum2" e.g:"192.168.0.1:2,192.168.0.2:3"
-L <fisco bcos lightnode exec> [Optional] fisco bcos light node executable
-L <fisco bcos lightnode exec> [Optional] fisco bcos lightnode binary exec
-e <fisco-bcos exec> [Optional] fisco-bcos binary exec
-t <mtail exec> [Optional] mtail binary exec
-o <output dir> [Optional] output directory, default ./nodes
Expand Down Expand Up @@ -87,7 +87,7 @@ expand node e.g
`192.168.0.1:2, 127.0.0.1:4`

### **`L`选项[**Optional**]**
用于配置开启FISCO BCOS轻节点模式,默认为false,不开启
用于配置开启FISCO BCOS轻节点模式,-L 后面指定Air版本轻节点的二进制可执行文件路径,若不指定,则默认拉取最新版本的轻节点二进制

### **`e`选项[**Optional**]**

Expand Down

0 comments on commit 498b3f3

Please sign in to comment.