You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/introduction/overview.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,13 +58,13 @@ Only the account of a super representative can create a proposal.
58
58
The network parameters can be modified([min,max]):
59
59
60
60
- 0: MAINTENANCE_TIME_INTERVAL, [3 * 27* 1000, 24 * 3600 * 1000] //super representative votes count time interval, currently 6 * 3600 * 1000 ms
61
-
- 1: ACCOUNT_UPGRADE_COST, [0, 100 000 000 000 000 000] //the fee to apply to become a super representative candidate, currently 9999_000_000 SUN
62
-
- 2: CREATE_ACCOUNT_FEE, [0, 100 000 000 000 000 000] //the fee to create an account, currently 100_000 SUN
63
-
- 3: TRANSACTION_FEE, [0, 100 000 000 000 000 000] //the fee for bandwidth, currently 1_000 SUN/byte
64
-
- 4: ASSET_ISSUE_FEE, [0, 100 000 000 000 000 000] //the fee to issue an asset, currently 1024_000_000 SUN
65
-
- 5: WITNESS_PAY_PER_BLOCK, [0, 100 000 000 000 000 000] //the block producing reward, currently 32_000_000 SUN
66
-
- 6: WITNESS_STANDBY_ALLOWANCE, [0, 100 000 000 000 000 000] //the votes reward for top 127 super representative candidates, currently 115_200_000_000 SUN
67
-
- 7: CREATE_NEW_ACCOUNT_FEE_IN_SYSTEM_CONTRACT, //the fee to create an account in system, currently 1_000_000 SUN
61
+
- 1: ACCOUNT_UPGRADE_COST, [0, 100 000 000 000 000 000] //the fee to apply to become a super representative candidate, currently 9,999,000,000 SUN
62
+
- 2: CREATE_ACCOUNT_FEE, [0, 100 000 000 000 000 000] //the fee to create an account, currently 100,000 SUN
63
+
- 3: TRANSACTION_FEE, [0, 100 000 000 000 000 000] //the fee for bandwidth, currently 1,000 SUN/byte
64
+
- 4: ASSET_ISSUE_FEE, [0, 100 000 000 000 000 000] //the fee to issue an asset, currently 1,024,000,000 SUN
65
+
- 5: WITNESS_PAY_PER_BLOCK, [0, 100 000 000 000 000 000] //the block producing reward, currently 32,000,000 SUN
66
+
- 6: WITNESS_STANDBY_ALLOWANCE, [0, 100 000 000 000 000 000] //the votes reward for top 127 super representative candidates, currently 115,200,000,000 SUN
67
+
- 7: CREATE_NEW_ACCOUNT_FEE_IN_SYSTEM_CONTRACT, //the fee to create an account in system, currently 1,000,000 SUN
68
68
- 8: CREATE_NEW_ACCOUNT_BANDWIDTH_RATE, //the consumption of bandwidth or TRX while creating an account, using together with #7
69
69
- 9: ALLOW_CREATION_OF_CONTRACTS, //to enable the VM
70
70
- 10: REMOVE_THE_POWER_OF_THE_GR, //to clear the votes of GR
Stake TRX to get energy, energy obtained = user's TRX staked amount / total amount of staked TRX in TRON * 50_000_000_000.
565
+
Stake TRX to get energy, energy obtained = user's TRX staked amount / total amount of staked TRX in TRON * 50,000,000,000.
566
566
567
567
Example:
568
568
569
569
```text
570
570
If there are only two users, A stakes 2 TRX, B stakes 2 TRX
571
571
the energy they can get is:
572
-
A: 25_000_000_000 and energy_limit is 25_000_000_000
573
-
B: 25_000_000_000 and energy_limit is 25_000_000_000
572
+
A: 25,000,000,000 and energy_limit is 25,000,000,000
573
+
B: 25,000,000,000 and energy_limit is 25,000,000,000
574
574
575
575
when C stakes 1 TRX:
576
576
the energy they can get is:
577
-
A: 20_000_000_000 and energy_limit is 20_000_000_000
578
-
B: 20_000_000_000 and energy_limit is 20_000_000_000
579
-
B: 10_000_000_000 and energy_limit is 10_000_000_000
577
+
A: 20,000,000,000 and energy_limit is 20,000,000,000
578
+
B: 20,000,000,000 and energy_limit is 20,000,000,000
579
+
C: 10,000,000,000 and energy_limit is 10,000,000,000
580
580
```
581
581
582
582
** Energy Recovery **
@@ -586,9 +586,9 @@ The energy consumed will reduce to 0 smoothly within 24 hours.
586
586
Example:
587
587
588
588
```text
589
-
at one moment, A has used 72_000_000 Energy
589
+
at one moment, A has used 72,000,000 Energy
590
590
if there is no continuous consumption or TRX stake
591
-
one hour later, the energy consumption amount will be 72_000_000 - (72_000_000 * (60*60/60*60*24)) Energy = 69_000_000 Energy
591
+
one hour later, the energy consumption amount will be 72,000,000 - (72,000,000 * (60*60/60*60*24)) Energy = 69,000,000 Energy
592
592
24 hours later, the energy consumption amount will be 0 Energy
593
593
```
594
594
@@ -629,16 +629,16 @@ Assume developer undertake 90% energy consumption, and developer has enough ener
629
629
630
630
Then the way to estimate the fee limit is:
631
631
```
632
-
1). A = 20000 energy * (1 TRX / 400 energy) = 50 TRX = 50_000_000 SUN,
632
+
1). A = 20000 energy * (1 TRX / 400 energy) = 50 TRX = 50,000,000 SUN,
633
633
634
-
2). B = 20000 energy * (1 TRX / 10000 energy) = 2 TRX = 2_000_000 SUN,
634
+
2). B = 20000 energy * (1 TRX / 10000 energy) = 2 TRX = 2,000,000 SUN,
635
635
636
-
3). Take the greater number of A and B, which is 50_000_000 SUN,
636
+
3). Take the greater number of A and B, which is 50,000,000 SUN,
637
637
638
638
4). Developer undertakes 90% energy consumption, caller undertakes 10% energy consumption,
639
639
```
640
640
641
-
So, the caller is suggested to set fee limit to 50_000_000 SUN * 10% = 5_000_000 SUN
641
+
So, the caller is suggested to set fee limit to 50,000,000 SUN * 10% = 5,000,000 SUN
642
642
643
643
Note:
644
644
```
@@ -970,7 +970,7 @@ Note: Due to the change of the total amount of the staked TRX in the network and
970
970
971
971
## 8.2.1 How to Get Bandwidth Points
972
972
973
-
1. By staking TRX to get Bandwidth Points, Bandwidth Points = the amount of TRX self-staked / the total amount of TRX staked for Bandwidth Points in the network * 43_200_000_000
973
+
1. By staking TRX to get Bandwidth Points, Bandwidth Points = the amount of TRX self-staked / the total amount of TRX staked for Bandwidth Points in the network * 43,200,000,000
974
974
975
975
2. Every account has a fixed amount of free Bandwidth Points every day, it is defined in #61 network parameter, user can check the value on tronscan(https://tronscan.org/#/sr/committee).
Copy file name to clipboardExpand all lines: docs/mechanism-algorithm/resource.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Such as if the number of bytes of a transaction is 200, so this transaction cons
24
24
25
25
### 1. How to Get Bandwidth Points
26
26
27
-
1. By staking TRX to get Bandwidth Points, Bandwidth Points = the amount of TRX self-staked / the total amount of TRX staked for Bandwidth Points in the network * 43_200_000_000
27
+
1. By staking TRX to get Bandwidth Points, Bandwidth Points = the amount of TRX self-staked / the total amount of TRX staked for Bandwidth Points in the network * 43,200,000,000
28
28
2. Every account has a fixed amount of free Bandwidth Points(600) every day
Copy file name to clipboardExpand all lines: docs/using_javatron/backup_restore.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The following table shows the download address of Fullnode data snapshots. Pleas
53
53
| -------- | -------- | -------- |
54
54
| Official data source (North America: Virginia) |http://34.86.86.229/| LevelDB, exclude internal transactions (About 1821G on 6 Aug. 2024) |
55
55
| Official data source (Singapore) |http://34.143.247.77/| LevelDB, exclude internal transactions (About 1819G on 5 Aug. 2024) |
56
-
| Official data source (Singapore) |http://35.197.17.205/| RocksDB, exclude internal transactions (About 1799G on 6 Aug. 2024) |
56
+
| Official data source (North America: America) |http://35.197.17.205/| RocksDB, exclude internal transactions (About 1799G on 6 Aug. 2024) |
57
57
| Official data source (Singapore) |http://35.247.128.170/| LevelDB, include internal transactions (About 2000G on 6 Aug. 2024) |
58
58
| Official data source ((North America: Virginia)) |http://34.48.6.163/| LevelDB, exclude internal transactions, include account history TRX balance (About 2288G on 6 Aug. 2024) |
0 commit comments