Skip to content

Commit

Permalink
revised
Browse files Browse the repository at this point in the history
  • Loading branch information
ybhgenius committed Jul 9, 2018
1 parent e6b35f9 commit e8c9229
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
@@ -1,6 +1,6 @@
Questions on the Full Node in private networks
-----
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://trxscan.org/?
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/?
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.

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?
Expand Down Expand Up @@ -155,7 +155,7 @@ Others
A: You don’t have to worry about private key generation once you’ve successfully registered for an account. All you need to do is log in with you pin-code to access your address.

5. Q: Is there a specific file to the calling of API like Bitcoin and Ethereum do?
A:
A: Yes. It can be found in our Github documentation, please check https://github.com/tronprotocol/Documentation/blob/master/English_Documentation/TRON_Protocol/TRON_Wallet_RPC-API.md

6. Q: Can Solidity Node and Full Node be employed on the same machine? Since we can’t specify data directory, will there be consequences to the two nodes’ sharing data?
A: You actually can specify data directory, config file paramter: db.directory = "database", and index.directory = "index". But you can also have FullNode.jar and SolidityNode.jar running in difefrent directories, and have the data and log fiels totally separated. Remember to change the ports on config.conf, as two applications cant run on the same port.
Expand Down
10 changes: 5 additions & 5 deletions 中文文档/常见问题解答/关于SR的常见问题解答.md
@@ -1,7 +1,7 @@

Private运行环境下full node模式的问题
-----
1. 问: config.conf中的genesis.block.witnesses替换成在https://trxscan.org/ 注册时给出的address字符串:是否需要删除其他address?url和voteCount字段是否需要删除?
1. 问: config.conf中的genesis.block.witnesses替换成在https://tronscan.org/ 注册时给出的address字符串:是否需要删除其他address?url和voteCount字段是否需要删除?

答: 不需要删除其他地址,但是这些地址也会成为您网络的一部分,而如果您不持有其私钥,这些相当于是废地址。注意:Zion、Sun以及Blackhole账户不能从创世块的配置文件中删除,但是可以对它们的地址进行更改。


Expand All @@ -23,9 +23,9 @@ Private运行环境下full node模式的问题

Private运行环境下super node模式的问题
-----
1. 问: 在部署private 环境时,Super Node和Full Node 关系是什么样子?是否需要先部署Super Node ,然后部署Full Node
1. 问: 在部署private 环境时,SuperNode和FullNode 关系是什么样子?是否需要先部署SuperNode ,然后部署FullNode

答: 在private环境中,至少需要部署一个Super Node,但对Full Node的数量没有最低要求
答: 在private环境中,至少需要部署一个SuperNode,但对FullNode的数量没有最低要求

2. 问: Private环境,因为我看官网是通过手动投票产生的SuperNode节点,是否还需要提交TRON资料审核注册成为Super Node节点?

Expand Down Expand Up @@ -155,7 +155,7 @@ public运行环境下的问题

7. 问:按照每3秒出一个块的速度,出块的32TRX的奖励给对应出块的节点是吗?TRON公链网络是否能保证每秒都有交易数量?

答:32个TRX全部奖励给处快的节点。TRON公链网络能够保证。
答:32个TRX全部奖励给出块的节点。TRON公链网络能够保证。

8. 问:细则里的社区支持方案具体是指什么?

Expand Down Expand Up @@ -198,7 +198,7 @@ public运行环境下的问题

5. 问:API调用有没有更具体的文档,类似比特币或者以太坊的?

答:我们的文档还在补充中,目前还不是很完善。我们刚补充了一份有关钱包rpc-api的文档在名为Documentation的repo里。
答:请查看链接https://github.com/tronprotocol/Documentation/blob/master/English_Documentation/TRON_Protocol/TRON_Wallet_RPC-API.md

6. 问:SolidityNode 和 FullNode可以装在同一台机器上吗?数据目录不能指定,两个节点会共用数据吗?有没有问题?

Expand Down

0 comments on commit e8c9229

Please sign in to comment.