Skip to content

Commit d1358ba

Browse files
committed
feat: update shell.md
1. add network parameter descriptions
1 parent ba1734b commit d1358ba

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

shell.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ The script is available in the java-tron project at [github](https://github.com/
4444
sh start.sh -cb --run
4545
```
4646

47+
* Select a supported network,default network `main_net`, optional network `test_net`,`private`
48+
```
49+
sh start.sh --net test
50+
```
4751

4852

4953
## Options
@@ -73,6 +77,9 @@ The script is available in the java-tron project at [github](https://github.com/
7377
* `-mem`
7478

7579
Specify the maximum memory of the `FullNode.jar` service in`MB`, jvm's startup maximum memory will be adjusted according to this parameter.
80+
81+
* `--net`
82+
Select test and private networks.
7683

7784
### build project
7885

@@ -226,4 +233,4 @@ sh start.sh --run -d /tmp/db/database -m 128 -b 64000
226233
sh start.sh --release --run -d /tmp/db/database -m 128 -b 64000
227234
```
228235

229-
For more design details, please refer to: [TIP298](https://github.com/tronprotocol/tips/issues/298) | [Leveldb Startup Optimization Plugins](https://github.com/tronprotocol/documentation-en/blob/master/docs/developers/archive-manifest.md)
236+
For more design details, please refer to: [TIP298](https://github.com/tronprotocol/tips/issues/298) | [Leveldb Startup Optimization Plugins](https://github.com/tronprotocol/documentation-en/blob/master/docs/developers/archive-manifest.md)

0 commit comments

Comments
 (0)