Skip to content
This repository was archived by the owner on Dec 11, 2018. It is now read-only.

Commit b48d441

Browse files
committed
find some typo mistakes and replace missing part
1 parent 7cb0c0a commit b48d441

File tree

2 files changed

+365
-279
lines changed

2 files changed

+365
-279
lines changed

docs/Frequently_Asked_Questions.rst

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Questions on the Full Node in private networks
1717

1818
.. code-block:: shell
1919
20-
- netstat -tulnp| grep 50051
20+
netstat -tulnp| grep 50051
2121
2222
If the port is open, you can test your node using tronscan.org. Make sure your port and IP is open on internet. If you are using a private IP only, you will need to use other gRPC software
2323

@@ -30,7 +30,7 @@ You can also check if your node is running using the following terminal command:
3030

3131
.. code-block:: shell
3232
33-
- tail -f logs/tron.log |grep "MyheadBlockNumber"
33+
tail -f logs/tron.log |grep "MyheadBlockNumber"
3434
3535
3636
Questions on the Super Node in private networks
@@ -40,7 +40,7 @@ Questions on the Super Node in private networks
4040
A: On a private deployment, you will need at least one Super Node, no minimum requirements for FullNode.
4141

4242
2. Q: As user voting determines Super Node selection in private networks, do I need to submit any application materials to the TRON foundation to be approved as a Super Node?
43-
A: You don’ t need to submit material to TRON foundation.
43+
A: You don’ t need to submit material to TRON Foundation.
4444

4545
3. Q: Why is data in private environments continuously synchronized and why is the journal still continuously updated to all other nodes? What is the difference between a private and a public environment then?
4646
A: If this is related to the IP list-> A: On config.conf you need to update the seed.ip, if you use the same of the public network, and your computer is connected to the internet, it will attempt to connect to those nodes and the IP list will be saved in the DB, even if the connection fails.
@@ -56,7 +56,7 @@ Questions regarding operation in public networks
5656
Is a good practice to limit JVM heap size to fit inside one NUMA region (Around 1 TB on the bigger machines). If its JVM spans NUMA regions, GC will take much longer.
5757

5858
2. Q: What performance does a processor need to have in order to run the node software?
59-
A: You will need at least 2 CPU cores to run a full node badly. On a private environment, with lower number of transactions, you can will be fine running on 4 CPU cores. So, the CPU performance will depends on the network request. You will need to monitor your machine to decide the best requirements. In the PUBLIC NETWORK, TRON recommend at least 64CPU cores machine for a Super Representative to be approved.
59+
A: At least 2 core CPUs are required to run a full node, at the minimum performance. On a private environment, with lower number of transactions, you can will be fine running on 4 CPU cores. So, the CPU performance will depends on the network request. You will need to monitor your machine to decide the best requirements. In the PUBLIC NETWORK, TRON recommend at least 64CPU cores machine for a Super Representative to be approved.
6060

6161
3. Q: What ports should be open to public network?
6262
A: 18888 and 50051 are the two default ports.
@@ -78,7 +78,7 @@ Questions regarding error occurrences/messages for Super Nodes
7878

7979
.. code-block:: shell
8080
81-
- tail -f logs/tron.log |grep "MyheadBlockNumber"
81+
tail -f logs/tron.log |grep "MyheadBlockNumber"
8282
8383
Questions regarding block generation by Super Nodes
8484
---------------------------------------------------
@@ -98,14 +98,16 @@ Questions regarding block generation by Super Nodes
9898
5. Q: How do I know if my test Super Node is running?
9999
A: A: Run the following command:
100100

101-
- tail -f logs/tron.log |grep "Try Produce Block"
101+
.. code-block:: shell
102+
103+
tail -f logs/tron.log |grep "Try Produce Block"
102104
103105
6. Q: Based on this command: java -jar java-tron.jar -p yourself private key --witness -c yourself config.conf(Example:/data/java-tron/config.conf, how do I know that I am running a Super Node?
104106
A: Run the following command:
105107

106108
.. code-block:: shell
107109
108-
- tail -f logs/tron.log |grep "Try Produce Block"
110+
tail -f logs/tron.log |grep "Try Produce Block"
109111
110112
7. Q: What are some command-line commands that can generate an address to be sent to TRON? Is web wallet the only way?
111113
A: You can use Wallet CLI: https://github.com/tronprotocol/wallet-cli
@@ -153,7 +155,7 @@ Questions on the Super Representatives election
153155
A: Voting does not consume your TRX.
154156

155157
9. Q: Does the status of Super Representatives only last for 24 hours?
156-
A: No. The status of Super Representatives lasts for 6 hours. But if the results of the next election remains the same, the status will be maintained for another 6 hours.
158+
A: No. The status of Super Representatives lasts for 6 hours. But if the results of the next election remains the same, the status will be maintained for another 6 hours.
157159

158160
10. Q: Information on my node is not included in either of the two configuration nodes, namely build/resources/main/config.conf and build/resources/main/config.conf in the wallet. Is it still possible to discover my node and proceed to block production?
159161
A: Set your own private key in the configuration file. With a successful vote a block will be produced.
@@ -193,7 +195,7 @@ Others
193195
10. Q: Listaccounts is a list of all addresses in the network?
194196
A: For now, yes. But we are uncertain if that’s going to change, because we need to further think it through as the address base if enormous.
195197

196-
11. Q: How many decimal places is there for the balance?
198+
11. Q: How many decimal places are there for the balance?
197199
A: Six.
198200

199201
12. Q: Is the machines of the nodes in Beijing? Is the wall an issue?

0 commit comments

Comments
 (0)