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
Get the latest code from master branch of https://github.com/tronprotocol/java-tron and compile download the latest release.
143
138
139
+
After using this command, the FullNode directory will be created and the compiled file FullNode.jar and related configuration files will be copied to this directory
140
+
144
141
Format:
145
142
146
143
```
147
-
sh start.sh -cb [option]
144
+
sh start.sh -cb [--run]
148
145
```
149
146
150
147
demo:
151
148
152
149
```
153
-
sh start.sh -cb
150
+
sh start.sh -cb --run
154
151
```
155
152
156
153
contains the following files:
157
154
158
155
```
159
156
├── ...
160
-
├── java-tron/
161
-
├── actuator/
162
-
├── chainbase/
163
-
├── common/
164
-
├── config/
165
-
├── consensus/
166
-
├── crypto/
167
-
├── docker/
168
-
├── docs/
169
-
├── example/
170
-
├── framework/
171
-
├── gradle/
172
-
├── plugins/
173
-
├── protocol/
174
-
├── config.conf
175
-
├── FullNode.jar
176
-
├── start.sh
177
-
├── README.md
178
-
├── ...
179
-
```
180
-
181
-
Download the code and compile and run it
182
-
183
-
demo:
184
-
185
-
```
186
-
sh start.sh -cb --run
157
+
├── java-tron
158
+
├── actuator/
159
+
├── chainbase/
160
+
├── common/
161
+
├── config/
162
+
├── consensus/
163
+
├── crypto/
164
+
├── docker/
165
+
├── docs/
166
+
├── example/
167
+
├── framework/
168
+
├── gradle/
169
+
├── plugins/
170
+
├── protocol/
171
+
├── config.conf
172
+
├── FullNode.jar
173
+
├── start.sh
174
+
├── README.md
175
+
├── ...
187
176
```
188
177
189
-
After using this command, the FullNode directory will be created and the compiled file FullNode.jar and related configuration files will be copied to this directory
178
+
190
179
191
180
```
192
-
├── ...
181
+
├── java-tron/
193
182
├── FullNode/
194
-
├── config.conf
183
+
|── config.conf
195
184
├── FullNode.jar
196
185
├── start.sh
197
186
```
198
187
199
-
200
-
201
188
#### 3.rebuild manifest
202
189
203
190
This tool provides the ability to reformat the manifest according to the current database.
0 commit comments