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

Commit 7901c13

Browse files
authored
Merge pull request #150 from Parsifal1984/master
add new contents
2 parents 8b01dab + 2453a4d commit 7901c13

File tree

3 files changed

+328
-8
lines changed

3 files changed

+328
-8
lines changed

docs/Frequently_Asked_Questions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Questions on the Full Node in private networks
1212
1. Q: Do I need to delete other addresses when replacing genesis.block.witnesses under config.conf with the address string given upon registration on https://tronscan.org/?//
1313
A: There is no need to delete. However, those address will be part of your network too, and useless if you don’ t have their private key. Att: Zion, Sun and Blackhole Accounts can not be deleted from genesis block config file, however you can change their addresses.
1414

15-
2. Q: After replacing the seed.node.ip.list with the IP-address of my own public network and entering the command "java -jar java-tron.jar", how can I test if the deployment has been successful? Are there any testing interfaces or commands such as the "redis" command (which sends a ping to a server and gets a png back from the server) for a successfull deployment?
15+
2. Q: After replacing the seed.node.ip.list with the IP-address of my own public network and entering the command "java -jar java-tron.jar", how can I test if the deployment has been successful? Are there any testing interfaces or commands such as the "redis" command (which sends a ping to a server and gets a pong back from the server) for a successfull deployment?
1616
A: There is no default interface with java-tron. There are several ways to check if you have a successful deployment, as once your server is running you can send gRPC commands. First thing you will need to check is if the gRPC port is open:
1717

1818
.. code-block:: shell
1919
2020
netstat -tulnp| grep 50051
2121
22-
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
22+
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

2424
.. image:: https://raw.githubusercontent.com/tronprotocol/Documentation/master/images/FAQ/查询节点.png
2525
:width: 842px

docs/TRON_Client.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Password will encrypt private key. Both password and private key are needed to l
337337

338338
**Only users with TRX are allowed to vote.**
339339

340-
10,000TRX can be claimed at the bottom of the account page to vote and only one claim can be made by every account. Once TRX is successfully claimed, account balance can be viewed in WALLET.
340+
Request of free testing TRX is only supported on the testnet at https://test.tronscan.org/#/. 10,000TRX can be claimed at the bottom of the account page to vote and only one claim can be made by every account. Once TRX is successfully claimed, account balance can be viewed in WALLET.
341341

342342
.. image:: https://raw.githubusercontent.com/ybhgenius/wiki/master/docs/img/Blockchain_Explorer/testnet的副本.png
343343
:width: 842px
@@ -810,7 +810,6 @@ Download wallet-cli
810810

811811
git clone https://github.com/tronprotocol/wallet-cli.git
812812

813-
814813
Edit config.conf in src/main/resources
815814
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
816815

@@ -853,14 +852,14 @@ java -jar wallet-cli.jar
853852

854853

855854
How wallet-cli connects to java-tron :
856-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
855+
--------------------------------------
856+
857857
Wallet-cli connect to java-tron by grpc protocol.
858858

859859
Java-tron nodes can be deployed locally or remotely.
860860

861861
We can set the connected java-tron node IP in config.conf of wallet-cli.
862862

863-
864863
Wallet-cli supported command list:
865864
----------------------------------
866865

0 commit comments

Comments
 (0)