Post
Topic
Board Announcements (Altcoins)
Re: CrownCoin (CRW) announcement
by
Blazr2
on 08/10/2014, 18:56:58 UTC
4200 blocks, still diff 1. I smell re-re-re-relaunch. How about share the source so we can see what's broken?
You can find the source here https://github.com/Climbee/crowncoin .



Code:
static const int64_t nTargetTimespan = 14 * 24 * 60 * 60; // two weeks
static const int64_t nTargetSpacing = 1 * 60;
static const int64_t nInterval = nTargetTimespan / nTargetSpacing;

Ooops, that's 20160 blocks to diff adjustment.