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: tools/trond/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ You can explore all the commands supported by trond using the following command:
33
33
Now it supports the following commands:
34
34
- `./trond snapshot`
35
35
- These commands are used to manage and download database snapshots, allowing you to start a node without syncing from the genesis block
36
-
- `/trond docker`
36
+
- `./trond docker`
37
37
- Build and test the java-tron Docker image locally. Note that this is optional for deploying a node, as you can use the official Docker image from Docker Hub.
38
38
- `./trond node`
39
39
- Deploy java-tron node for various networks.
@@ -45,7 +45,7 @@ It is recommended to run these commands in `tron-docker` root directory.
45
45
46
46
#### 1. Download the Mainnet database snapshot
47
47
48
-
First, download the latest mainnet lite fullnode snapshot from the default source (`34.143.247.77`) to the current directory:
48
+
First, download the latest Mainnet database lite snapshot from the default source (`34.143.247.77`) to the current directory:
0 commit comments