Skip to content

Commit

Permalink
remove testnet address, expand bandwidth
Browse files Browse the repository at this point in the history
  • Loading branch information
kookiekrak committed Jun 20, 2018
1 parent da87137 commit 5817364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions English_Documentation/TRON_Protocol/Mechanism_Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The ratio of bandwidth points in an account to the bandwidth capacity of TRON’
e.g If frozen asset on the entire network totals 1,000,000 TRX and one given account froze 1,000 TRX, or 0.1% of total TRX frozen, then the account can perform about 300 transactions per day.
Note: Since the amount of frozen asset on the entire network and for a certain account are subject to change, bandwidth points held by an account isn’t always fixed.
3. Complimentary bandwidth points
There are 5K bandwidth points for free per account per day. When an account hasn’t frozen any balance, or when its bandwidth points have run out, complimentary bandwidth points can be used.
There are 5000 bandwidth points for free per account per day. When an account hasn’t frozen any balance, or when its bandwidth points have run out, complimentary bandwidth points can be used.
Each transaction in Tron’ network is about 200 bytes, so each account enjoys about 25 transactions for free each day.
4. Token transfer
For transactions of token transfer, bandwidth points will first be charged from the token issuer.
Expand All @@ -112,7 +112,7 @@ Users can create account by directly invoking account creation API, TRX transfer

In TRON’s network, every account is capable of issuing tokens at the expense of 1024 TRX. Users can lock their tokens in separately.

To issue token, issuer needs to set up token name, total capitalization, exchange rate to TRX, circulation duration, description, website, maximal bandwidth consumption per account, total bandwidth consumption and token freeze.
To issue token, issuer needs to set up token name, total capitalization, exchange rate to TRX, circulation duration, description, website, maximum bandwidth consumption per account, total bandwidth consumption and token freeze.

+ e.g.

Expand Down
2 changes: 1 addition & 1 deletion TRX/Frequently_Asked_Questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ And you can create a new address on blockchain by calling rpc api createAccount,
GetTransactionsFromThis
GetTransactionsToThis
5. check address is valid or not (regex or API command)
+ Local check--- After decode58check at local, you can get a 21-byte byte array starting with 0x41 (mainnet) or 0xa0 (testnet).
+ Local check--- After decode58check at local, you can get a 21-byte byte array starting with 0x41.
+ If you want to verify whether an address exists on the blockchain, you can call GetAccount.

0 comments on commit 5817364

Please sign in to comment.