@@ -49,7 +49,7 @@ File path: `<your workspace>/java-tron/src/main/resources/tron.conf`
49
49
``` yml
50
50
nodeip {
51
51
host = "127.0.0.1" # your leader-node host
52
- port = ":500 " # your leader-node port
52
+ port = ":5000 " # your leader-node port
53
53
}
54
54
```
55
55
62
62
- [ Edit Configurations...] -> [ Program arguments] : ` --type server `
63
63
- Run
64
64
65
- ![ run] ( https://github.com/tronprotocol/wiki/blob/master/images/show-how/run.gif )
65
+ ![ run] ( https://github.com/tronprotocol/wiki/blob/master/images/commands/default-set.gif )
66
+
67
+ ** Complete process**
68
+
69
+ ![ help] ( https://github.com/tronprotocol/wiki/blob/master/images/commands/process.gif )
70
+
71
+ ** Other nodes to join need to modify the connection ip**
72
+ ![ help] ( https://github.com/tronprotocol/wiki/blob/master/images/commands/node-ip.gif )
66
73
67
74
# Commands
68
75
** help**
@@ -95,19 +102,21 @@ IDEA:
95
102
| --- | --- |
96
103
| Send balance to address | ` send 2cddf5707aefefb199cb16430fb0f6220d460dfe 2 ` |
97
104
98
- ![ help] ( https://github.com/tronprotocol/wiki/blob/master/images/commands/send .gif )
105
+ ![ help] ( https://github.com/tronprotocol/wiki/blob/master/images/commands/send1 .gif )
99
106
100
107
** getmessage**
101
108
102
- | Description | Example |
103
- | --- | --- |
104
- | get transaction and block| getmessage|
109
+ | Description | Example | Extra attention |
110
+ | --- | --- | ---|
111
+ | get transaction and block| getmessage| Enter the command once |
112
+
113
+ ![ help] ( https://github.com/tronprotocol/wiki/blob/master/images/commands/getmessage.gif )
105
114
106
115
** printblockchain**
107
116
108
117
| Description | Example |
109
- | --- | --- |
110
- | Print blockchain | ` printblockchain ` |
118
+ | --- | --- |
119
+ | Print blockchain | ` printblockchain ` |
111
120
112
121
![ help] ( https://github.com/tronprotocol/wiki/blob/master/images/commands/printblockchain.gif )
113
122
0 commit comments