You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ TRON enables large-scale development and engagement. With over 2000 transactions
63
63
64
64
# Building the source
65
65
66
-
Building java-tron requires `git` and 64-bit version of `Oracle JDK 1.8` to be installed, other JDK versions are not supported yet. Make sure you operate on `Linux` and `MacOS` operating systems.
66
+
Building java-tron requires `git`package and 64-bit version of `Oracle JDK 1.8` to be installed, other JDK versions are not supported yet. Make sure you operate on `Linux` and `MacOS` operating systems.
67
67
68
68
Clone the repo and switch to the `master` branch
69
69
@@ -73,7 +73,7 @@ $ cd java-tron
73
73
$ git checkout -t origin/master
74
74
```
75
75
76
-
then run the following command to build java-tron, the `FullNode.jar` file can be found in `java-tron/build/libs/` after build successful.
76
+
then run the following command to build java-tron, the `FullNode.jar` file can be found in `java-tron/build/libs/` after build successfully.
Adding the `--witness` parameter to the startup command, full node will run as a super representative node. The super representative node supports all the functions of the full node and also supports block production. Before running, make sure you have a super representative account and get votes from others. Once the number of obtained votes ranks in the top 27, your super representative node will participate in block production.
122
122
123
-
Fill in the private key of super representative address into the `localwitness` list in the `main_net_config.conf`. Here is an example:
123
+
Fill in the private key of a super representative address into the `localwitness` list in the `main_net_config.conf`. Here is an example:
0 commit comments