Post
Topic
Board Announcements (Altcoins)
Re: [MCN] MonetaVerde CryptoNote based Merged mining CPU only
by
cryptomidnight
on 22/07/2014, 10:00:02 UTC
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

10.995116277760 minimal units. You missed the point.