-
Q: Where can I find the file for RPC interface? A: https://github.com/tronprotocol/documentation/tree/master/TRX
-
Q: How do I specify the data storage directory when I activate my node? A: Currently we can’t specify data storage directory yet. This function will be made possible in the upcoming version.
-
Q: Can nodes serve as wallets? A: There is a RPC interface for wallet on nodes, but no command can call the wallet directly. Wallets on full nodes can be used through the wallet-cli(commandline wallet) on another repo.
-
Q: I don’t need to calculate my own address with the private key generated according to the file, do I? 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 your pin-code to access your address.
-
Q: Is there a specific file to the calling of API like Bitcoin and Ethereum do? 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
-
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 parameter: db.directory = "database", and index.directory = "index". But you can also run FullNode.jar and SolidityNode.jar in different directories, and totally separate the data and log files. Remember to change the ports on config.conf, as two applications cant run on the same port.
-
Q: Without Txid, how can we tell the users to inquire the transaction after our transfer? A: You can use transaction hash as TXID.
-
Q: Do Solidity Nodes synchronize blocks in accordance with Full Nodes? A: Yes.
-
Q: Is gateway for the connection to Solidity Nodes? A: Solidity Nodes are set up for the storage of irrevocable blocks, a few blocks behind Full Nodes, so they are more suitable for the confirmation of transfer. You can connect to both Solidity Node and Full Node through gateway.
-
Q: Listaccounts is a list of all addresses in the network? A: For now, yes. But that may change, as it requires further discussion if the address base becomes enormous.
-
Q: How many decimal places are there for the balance? A: Six.
-
Q: Can token holders hold trx on tron.network for main-net conversion. If not what other wallets may be capable, or if only exchanges.
A: No wallets are capable. Only exchanges.
-
Q: In regards to TRON wallets, how many wallets are currently created.
A: We already have wallet-cli, a web wallet and an iOS, android and chrome wallet.
-
Q: Is 25Gbps a requirement or is 10Gbps satisfactory, or what is the threshold that is acceptable?
A: There is no hard requirement for the network TRON Power(TP). The specification we gave is just an advice.
-
Q: The people outside of the top 27 but in the top 100, are they ranked in order, 28-100 or is there an algorithm to just select who would be next if someone is voted out?
A: For testnet we now just simply pick top 27 nodes with most votes. For mainnet and future testnet we may chose a different algorithm to add some randomness to part of the SR election.
-
Q: Is a well formed technical plan all we need, or must we have the hardware before applying.
A: The technical plan has two parts:1 before June 26 the first election & 2 after June 26 the first election. The second part just need the plan. For the first part you can only have the plan for now but only after you have hardware we can test your node and tell everyone "yes, they do have a test node."Applying to be a SR has no direct connection to qualifying a SR.
- Q: I am a super representative candidate and want to show team information on TRONSCAN. Why can't I link to Github after clicking "SET GITHUB LINK"?
A: If your username is correct, it may be the result of not uploading the logo. Please upload the logo before proceeding.