Mining Reward Calculation
The formula calculates a reward or output, denoted as F, based on various factors including bot activity (such as tweet views and processing), operational efficiency, and the overall system capacity. It takes into account elements such as daily distribution, operating and subscription rates, technological advancements, and system-wide capacity to determine the final value. The use of attenuation and logarithmic functions indicates a sophisticated mechanism designed to ensure rewards are fairly distributed and adjusted according to both activity levels and technological progress.
Calculation Steps
Daily TTA issuance calculation (daily issuance):
· Daily Issuance = Annual Issuance / Number of Days in a Year
Halving period calculation (halving cycle):
· A release mode that reduces the amount by 50% every 1 year
3. Technological Progress Factor Calculation (Technological Progress Factor):
· Technological progress factor = LOG (1000000000 + tweet views, 100000000)
4. Annual Issuance Calculation (Annual Issuance):
· Annual issuance = Constant A * Halving cycle * Technological progress factor
Global operating rate calculations:
· Global Operating Rate = Number of units reaching the threshold per day / Total number of sales
o If the operating rate is less than 0.1, it is set to 0.1
o If the operating rate is greater than or equal to 0.1, the calculated value is used
Individual Subscription Rate Calculation (Individual Subscription Rate):
· Individual subscription rate = total individual subscription amount / individual total amount
Global Subscription Calculation (Total Subscription Amount):
· Total Subscription = Total Individual Subscription 1 + ... + Total Individual Subscription n
Global Aggregate Calculation (Gross):
· Total = Total Individual 1 + ... + Total Individual Totaln
Global Subscription Rate Calculation (Subscription Rate):
· Subscription Rate = Total Subscription / Total Amount
o If the global subscription rate is less than 0.3, it is set to 0.3
o If the global subscription rate is greater than or equal to 0.3, the calculated value is used
Calculation of total daily production:
· Total Daily Output = Daily Issuance * (Global Operating Rate ^ 1) * (Subscription Rate ^ 1)
11. Robot computing power (computing power coefficient):
· Corresponding computing power of grades 1-5: 1; 1.5;3.5;7.6;15.3
12. Robot Skill Calculation (Skill Factor):
· Skill factor = LOG (100,000 + tweet reads, 100,000)
13. Calculation of the mining capacity of a single bot (mining capacity of a single bot):
· Mining capacity of a single bot = Hashrate coefficient * Mining duration (points) * Skill factor
14. Global Mining Capacity Calculation (Global Mining Capacity):
· Global Mining Capacity = Single Bot Mining Capacity 1 + ... + Single Bot Mining Capacity n
15. Calculation of tenement ratio (proportion of mining capacity):
· Proportion of mining capacity = node mining capacity / global mining capacity
16. Node Emission Output Calculation (Node Emission Output):
· Node emission output = total daily output * mining capacity percentage
Calculation formula
1/2:Attenuation period
A:constant
B::The sum of all bot Tweet views
log(100000000+B,100000000):Technological progress factor
1/365:Divided equally into each day of the year
g1/g:Operating Rate - -If the operating rate is less than 0.1, it is set to 0.1, otherwise it will be calculated as actual
g1:The number of units that reached the threshold per day
g :Total number of sales
h1/h:Subscription rate --less than 0.3, set to 0.3, otherwise based on the actual value
h1:Total subscription amount
h:Total
X:The calculated coefficient of the robot's hash rate
H:The calculated bot mining duration
B1:The number of Tweets read by the bot as counted
LOG(100000+B1,100000):The calculated robot skill factor
Last updated