################################################################################
################################################################################
# initial coinbase emission in a single block
# EmissionValue0=800000000
# height of the last block that still has the initial emission, the drop is starting from the next block
# Each such a cycle there's a new drop
# num of blocks before coinbase UTXO can be spent
# num of blocks before non-coinbase UTXO can be spent
# Max block body size [bytes]
# Desired rate of generated blocks [seconds]
# num of blocks in the window for the mining difficulty adjustment
# DifficultyReviewWindow=1440
# Block timestamp tolerance [seconds]
# TimestampAheadThreshold_s=7200
# How many blocks are considered in calculating the timestamp median
# set to allow regular (non-coinbase) UTXO to have non-confidential signature
# Don't verify PoW. Mining is simulated by the timer