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: plugins/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This package contains a set of tools for TRON, the followings are the documentation for each tool.
4
4
5
-
## DB Archive
5
+
## DB Archive(Requires x86 + LevelDB)
6
6
7
7
DB archive provides the ability to reformat the manifest according to the current `database`, parameters are compatible with the previous `ArchiveManifest`.
8
8
@@ -26,7 +26,7 @@ DB archive provides the ability to reformat the manifest according to the curren
26
26
```
27
27
28
28
29
-
## DB Convert
29
+
## DB Convert(Requires x86 + LevelDB)
30
30
31
31
DB convert provides a helper which can convert LevelDB data to RocksDB data, parameters are compatible with previous `DBConvert`.
32
32
@@ -64,7 +64,7 @@ DB copy provides a helper which can copy LevelDB or RocksDB data quickly on the
64
64
java -jar Toolkit.jar db cp output-directory/database /tmp/databse
65
65
```
66
66
67
-
## DB Lite
67
+
## DB Lite(LevelDB unavailable on ARM)
68
68
69
69
DB lite provides lite database, parameters are compatible with previous `LiteFullNodeTool`.
70
70
@@ -132,7 +132,7 @@ Execute move command.
132
132
java -jar Toolkit.jar db mv -c main_net_config.conf -d /data/tron/output-directory
133
133
```
134
134
135
-
## DB Root
135
+
## DB Root(LevelDB unavailable on ARM)
136
136
137
137
DB root provides a helper which can compute merkle root for tiny db.
0 commit comments