sorry to backtrack.
BLUR 30 Days period only! Started March 28th at block 17,000. Ends at block 60,200. we are close to block 40,000 meaning over half the Burn period has gone by. At this rate expect the blur Burn period to end on April 28th or 29th. depending on blockchain speed.
https://github.com/industrialcoinmagic/darkpoold/blob/master/lib/burn.py#L75 total_time = config.BURN_END - config.BURN_START
partial_time = config.BURN_END - tx['block_index']
multiplier = config.BURN_MULTIPLIER * (1 + (.5 * Fraction(partial_time, total_time)))
earned = round(burned * multiplier)
above is showing the burn total time is based on a start and an end. and also that its a decreasing reward from start to finish.
https://github.com/industrialcoinmagic/darkpoold/blob/master/lib/config.py#L72BLOCK_FIRST_MAINNET_TESTCOIN = 17000
BURN_START_MAINNET_TESTCOIN = BLOCK_FIRST_MAINNET_TESTCOIN
BURN_END_MAINNET_TESTCOIN = 26280000 # Fifty years, at 1 minute per block.
BLOCK_FIRST_MAINNET = BLOCK_FIRST_MAINNET_TESTCOIN
BURN_START_MAINNET = BURN_START_MAINNET_TESTCOIN
BURN_END_MAINNET = BURN_START_MAINNET + 30*24*60 # 30 days burn period with 1 min target time per block.
MAX_BURN_BY_ADDRESS = 1000 * UNIT # 1K CRAVE.
BURN_MULTIPLIER = 5 # from 7.5 to 5 BLUR per 1 CRAVE.
Blue text is showing the base rate of blur awarded per cravecoin burned. It is subject to the first quotes BURN_MULTIPLIER, rewarding early burners by a maximum of 2.5 extra blur per crave burned. (hint not many got burned in the first week or two.)
Red text showing BURN_START_MAINNET = BURN_START_MAINNET_TESTCOIN = BLOCK_FIRST_MAINNET_TESTCOIN = 17000 which is when burn period started.
also showing BURN_END_MAINNET = BURN_START_MAINNET + 43200
where burn start mainnet = 17000
therefore as we can see the ability to burn crave will end close to the end of this month at block 60200
There we may now put the questions to rest
