Average block size is updated every block to be:
average_block_size = (99 * average_block_size + new_block_size) / 100
This property is used to update the current_reserve_ratio to maintain approximately 50% or less utilization of network capacity.
Total asset held in confidential balances.
Total asset held in confidential balances.
The current absolute slot number. Equal to the total number of slots since genesis. Also equal to the total number of missed slots plus head_block_number.
Any time average_block_size <= 50% maximum_block_size this value grows by 1 until it reaches STEEMIT_MAX_RESERVE_RATIO. Any time average_block_size is greater than 50% it falls by 1%. Upward adjustments happen once per round, downward adjustments happen every block.
Currently elected witness.
Current block height.
The maximum bandwidth the blockchain can support is:
max_bandwidth = maximum_block_size * STEEMIT_BANDWIDTH_AVERAGE_WINDOW_SECONDS / STEEMIT_BLOCK_INTERVAL
The maximum virtual bandwidth is:
max_bandwidth * current_reserve_ratio
Maximum block size is decided by the set of active witnesses which change every round. Each witness posts what they think the maximum size should be as part of their witness properties, the median size is chosen to be the maximum block size for the round.
The current count of how many pending POW witnesses there are, determines the difficulty of doing pow.
Used to compute witness participation.
This property defines the interest rate that SBD deposits receive.
UTC Server time, e.g. 2020-01-15T00:42:00
The total POW accumulated, aka the sum of num_pow_witness at the time new POW is added.
The running total of REWARD^2.
The number of votes regenerated per day. Any user voting slower than this rate will be "wasting" voting power through spillover; any user voting faster than this rate will have their votes reduced.
Generated using TypeDoc
Node state.