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

Commit d1079fb

Browse files
committed
add new contents
1 parent 4834a2f commit d1079fb

File tree

3 files changed

+336
-12
lines changed

3 files changed

+336
-12
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: 11 additions & 8 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
@@ -796,10 +796,10 @@ Wallet CLI
796796

797797
Download wallet-cli
798798
---------------------------------
799-
git clone https://github.com/tronprotocol/wallet-cli.git
800799

800+
git clone https://github.com/tronprotocol/wallet-cli.git
801801

802-
Edit config.conf in src/main/resources
802+
Edit config.conf in src/main/resources
803803
----------------------------------------
804804
```
805805
net {
@@ -842,13 +842,16 @@ java -jar wallet-cli.jar
842842

843843
How wallet-cli connects to java-tron :
844844
--------------------------------------
845-
Wallet-cli connect to java-tron by grpc protocol.
846-
Java-tron nodes can be deployed locally or remotely.
847-
We can set the connected java-tron node IP in config.conf of wallet-cli.
848845

846+
Wallet-cli connect to java-tron by grpc protocol.
849847

850-
Wallet-cli supported command list:
851-
----------------------------------
848+
Java-tron nodes can be deployed locally or remotely.
849+
850+
We can set the connected java-tron node IP in config.conf of wallet-cli.
851+
852+
853+
Wallet-cli supported command list:
854+
----------------------------------
852855

853856
RegisterWallet
854857
RegisterWallet Password

0 commit comments

Comments
 (0)