Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
12578045
Topic
1195709
Board
Announcements (Altcoins)
Re: [ANN] HIVE POW/POS | HIVE Algo | No Premine | CPU mining | Takeover |ReLaunched
by
tamdc
on
02/10/2015, 03:39:11 UTC
Need block explorer now. And please explain about block reward 10 and 1, today i found some blocks but reward only 1
EDIT : Block over 10000
int64_t nSubsidy = 1 * COIN;
if(nHeight <= 10000)
{
nSubsidy = 100 * COIN;
}
else
{
nSubsidy = 1 * COIN;
}