Post
Topic
Board Announcements (Altcoins)
Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
by
btcbite
on 31/07/2014, 00:37:07 UTC
There are two extra files included at main.cpp:

Code:
#include
#include

These are for the random reward generation
There are two extra files included at main.cpp:

Code:
#include
#include

And PoW dont return fees:

Mystery Coin return

Code:
return nSubsidy;

Normal Coin return

Code:
return nSubsidy + nFees;

Plz explain in normal layman language. Not all of us understand programming language.

Thanks.

As dev said. Anyway I dont know why fees are not included.