Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [QCN] QuazarCoin | Privacy&Data protection | CPU only | Optimized miner
by
smooth
on 02/06/2014, 13:13:12 UTC
When will GUI-wallet and a build for Mac OS X 10.6+ be developed? I look forward for it  Smiley

probably never.  these guys aren't real developers and hardly understand what they are doing other than copy and paste.

yet they managed to calculate emission/reward curve and bake into the code... such an incompetence ! please stop FUD thank you

You realize that code change is exactly this right:

Code:
+#define EMISSION_SPEED_FACTOR                           (21)

-    uint64_t base_reward = (MONEY_SUPPLY - already_generated_coins) >> 18;
+    uint64_t base_reward = (MONEY_SUPPLY - already_generated_coins) >> EMISSION_SPEED_FACTOR;

Even if you aren't a programmer you should recognize this sort of copy-paste stuff is not exactly hard core coding.