whats mean
block_reward = log2(difficulty) * 2^40
what mean * 2^40 ?
for example difficulty will be 1024 then block_reward = 10 ?
2^40 means two to the power of forty. Or pow(2; 40).
so if difficulty 1024 then block_reward = log2(1024)*2^40= 10 * 1,099,511,627,776 = 10995116277760 coins?
its very strange
. You missed the point.