rango
Active member
Guys, what would be the formulae to calculate current block reward going to the miners? That's what i have currently got. Is this calculation correct?
---
$masternode reward=0.75;
$reward = 2222222/pow((($difficulty+2600)/9),2)*$masternode reward;
if ($reward < 5) {
$reward = 5*$masternode reward;
}
---
Where was the post listing the increasing masternode payments? Is the increase of masternode payments tied to a specific block height?
Thank you,
Rango
---
$masternode reward=0.75;
$reward = 2222222/pow((($difficulty+2600)/9),2)*$masternode reward;
if ($reward < 5) {
$reward = 5*$masternode reward;
}
---
Where was the post listing the increasing masternode payments? Is the increase of masternode payments tied to a specific block height?
Thank you,
Rango