Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
9132396
Topic
815487
Board
Announcements (Altcoins)
Re: CrownCoin (CRW) announcement
by
Blazr2
on
08/10/2014, 18:56:58 UTC
Quote from: kamilosa on October 08, 2014, 06:54:10 PM
Quote from: Blazr2 on October 08, 2014, 06:35:48 PM
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.