Skip to content

Commit f8e2442

Browse files
committed
默认开启nogc
1 parent 8c5941d commit f8e2442

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Anyone or any organization can join PlatON main network.
167167
Execute the following command to start the verification node to join the main network of Platon (please access it after the main network is online)
168168

169169
```bash
170-
nohup platon --identity platon --datadir ./data --port 16789 --http.port 6789 --http.api "platon,net,web3,admin,personal" --http --nodekey ./data/nodekey --cbft.blskey ./data/blskey --verbosity 1 --http.addr 127.0.0.1 --syncmode "fast" > ./data/platon.log 2>&1 &
170+
nohup platon --identity platon --datadir ./data --port 16789 --http.port 6789 --http.api "platon,net,web3,admin,personal" --http --nodekey ./data/nodekey --cbft.blskey ./data/blskey --verbosity 1 --http.addr 127.0.0.1 --syncmode "fast" --db.nogc > ./data/platon.log 2>&1 &
171171
```
172172

173173
**Prompt:**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ cd ~/platon-node
168168
执行以下命令即可启动验证节点加入PlatON主网络
169169

170170
```bash
171-
nohup platon --identity platon --datadir ./data --port 16789 --http.port 6789 --http.api "platon,net,web3,admin,personal" --http --nodekey ./data/nodekey --cbft.blskey ./data/blskey --verbosity 1 --http.addr 127.0.0.1 --syncmode "fast" > ./data/platon.log 2>&1 &
171+
nohup platon --identity platon --datadir ./data --port 16789 --http.port 6789 --http.api "platon,net,web3,admin,personal" --http --nodekey ./data/nodekey --cbft.blskey ./data/blskey --verbosity 1 --http.addr 127.0.0.1 --syncmode "fast" --db.nogc > ./data/platon.log 2>&1 &
172172
```
173173

174174
**提示:**

0 commit comments

Comments
 (0)