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