Skip to content

Commit 6649873

Browse files
author
zonLi
committed
fix images display
1 parent 5056db9 commit 6649873

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/Tron-overview.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ CPU: > 64 cores RAM: > 64G, Bandwidth: > 500M, Disk: > 20T
178178

179179
## 4.4 TRON Network Instructure
180180
TRON network uses Peer-to-Peer(P2P) network instructure, all nodes status equal. There are three types of node: SuperNode, FullNode, SolidityNode. SuperNode produces blocks, FullNode synchronizes blocks and broadcasts transactions, SolidityNode synchronizes solidified blocks. Any device that deploy the java-tron code can join TRON network as a node.
181-
![image](https://raw.githubusercontent.com/tronprotocol/Documentation/fix_http/TRX_CN/figures/network.png)
181+
![image](https://raw.githubusercontent.com/tronprotocol/documentation/tree/docs_reorganization/imags/network.png)
182182
## 4.5 FullNode and SolidityNode Fast Deployment
183183
Download fast deployment script, run the script according to different types of node.
184184
please refer to [Node Fast Deployment](https://github.com/tronprotocol/tron-deployment#deployment-of-soliditynode-on-the-one-host)
@@ -220,13 +220,13 @@ command line parameters introduction:
220220
<logger name="net" level="WARN"/>
221221
The parameters in configuration file that need to modify:
222222
localwitness:
223-
![image](https://raw.githubusercontent.com/tronprotocol/Documentation/fix_http/TRX_CN/figures/localwitness.jpg)
223+
![image](https://raw.githubusercontent.com/tronprotocol/documentation/tree/docs_reorganization/imags/localwitness.jpg)
224224
witnesses:
225-
![image](https://raw.githubusercontent.com/tronprotocol/Documentation/fix_http/TRX_CN/figures/witness.png)
225+
![image](https://raw.githubusercontent.com/tronprotocol/documentation/tree/docs_reorganization/imags/witness.png)
226226
version:
227-
![image](https://raw.githubusercontent.com/tronprotocol/Documentation/fix_http/TRX_CN/figures/p2p_version.png)
227+
![image](https://raw.githubusercontent.com/tronprotocol/documentation/tree/docs_reorganization/imags/p2p_version.png)
228228
enable:
229-
![image](https://raw.githubusercontent.com/tronprotocol/Documentation/fix_http/TRX_CN/figures/discovery_enable.png)
229+
![image](https://raw.githubusercontent.com/tronprotocol/documentation/tree/docs_reorganization/imags/discovery_enable.png)
230230

231231
##### 4.6.3.2.2 Step 2: FullNode Deployment
232232
1.&nbsp;Download private_net_config.conf
@@ -253,29 +253,29 @@ wget https://github.com/tronprotocol/tron-deployment/blob/master/private_net_con
253253
<logger name="net" level="WARN"/>
254254
The parameters in configuration file that need to modify:
255255
ip.list:
256-
![image](https://raw.githubusercontent.com/tronprotocol/Documentation/fix_http/TRX_CN/figures/ip_list.png)
256+
![image](https://raw.githubusercontent.com/tronprotocol/documentation/tree/docs_reorganization/imags/ip_list.png)
257257
p2p.version:
258-
![image](https://raw.githubusercontent.com/tronprotocol/Documentation/fix_http/TRX_CN/figures/p2p_version.png)
258+
![image](https://raw.githubusercontent.com/tronprotocol/documentation/tree/docs_reorganization/imags/p2p_version.png)
259259
genesis.block:
260-
![image](https://raw.githubusercontent.com/tronprotocol/Documentation/fix_http/TRX_CN/figures/genesis_block.png)
260+
![image](https://raw.githubusercontent.com/tronprotocol/documentation/tree/docs_reorganization/imags/genesis_block.png)
261261
needSyncCheck:
262-
![image](https://raw.githubusercontent.com/tronprotocol/Documentation/fix_http/TRX_CN/figures/need_sync_check.png)
262+
![image](https://raw.githubusercontent.com/tronprotocol/documentation/tree/docs_reorganization/imags/need_sync_check.png)
263263
node.discovery.enable:
264-
![image](https://raw.githubusercontent.com/tronprotocol/Documentation/fix_http/TRX_CN/figures/discovery_enable.png)
264+
![image](https://raw.githubusercontent.com/tronprotocol/documentation/tree/docs_reorganization/imags/discovery_enable.png)
265265

266266
## 4.7 DB Engine
267267
### 4.7.1 Rocksdb
268268
#### 4.7.1.1 Configuration
269269
Use rocksdb as the data storage engine, need to set db.engine to "ROCKSDB"
270-
![image](https://raw.githubusercontent.com/tronprotocol/Documentation/master/TRX_CN/figures/db_engine.png)
270+
![image](https://raw.githubusercontent.com/tronprotocol/documentation/tree/docs_reorganization/imags/db_engine.png)
271271
Note: rocksdb only support db.version=2, do not support db.version=1
272272

273273
The optimization parameters rocksdb support:
274-
![image](https://raw.githubusercontent.com/tronprotocol/Documentation/master/TRX_CN/figures/rocksdb_tuning_parameters.png)
274+
![image](https://raw.githubusercontent.com/tronprotocol/documentation/tree/docs_reorganization/imags/rocksdb_tuning_parameters.png)
275275

276276
#### 4.7.1.2 Use rocksdb's data backup function
277277
Choose rocksdb to be the data storage engine, you can use it's data backup funchtion while running
278-
![image](https://raw.githubusercontent.com/tronprotocol/Documentation/master/TRX_CN/figures/db_backup.png)
278+
![image](https://raw.githubusercontent.com/tronprotocol/documentation/tree/docs_reorganization/imags/db_backup.png)
279279
Note: FullNode can use data backup function. In order not to affect SuperNode's block producing performance, SuperNode does not support backup service, but SuperNode's backup service node can use this function.
280280
#### 4.7.1.3 Convert leveldb data to rocksdb data
281281
The data storage structure of leveldb and rocksdb is not compatible, please make sure the node use the same type of data engine all the time. We provide data conversion script which can convert leveldb data to rocksdb data.
@@ -943,7 +943,7 @@ Ordinary transaction, Bandwidth points consumption sequence:
943943

944944
### 8.2.3 Bandwidth Points Recovery
945945
Every 24 hours, the amount of the usage of Bandwidth points of an account will be reset to 0. For the specific formula:
946-
![image](https://github.com/tronprotocol/Documentation/raw/fix_http/TRX_CN/figures/bandwidthRestoreEqn.gif)
946+
![image](https://github.com/tronprotocol/documentation/tree/docs_reorganization/imags/bandwidthRestoreEqn.gif)
947947

948948
Every 24 hours, the amount of the usage of Bandwidth points of an account will be reset to 0.
949949

0 commit comments

Comments
 (0)