Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
28409949
Topic
2624879
Board
Announcements (Altcoins)
Re: ★[ANN][SUB1X| 🚀The Lowest Supply Masternode Coin🚀 | 500%+ APR | Zerocoin ★
by
ligor
on
18/01/2018, 15:22:20 UTC
Quote from: monsanto on January 17, 2018, 09:20:05 PM
MN/POS
: 50%/50%
// 80% for Masternodes
if (nHeight <= 43200) {
ret = blockValue / 5;
} else if (nHeight < 63000 && nHeight > 43200) {
ret = blockValue / (100 / 30);
} else {
ret = blockValue / 100 * 80;
}