Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Doubloons: Cryptocurrency for Pirates [6/10 - Cryptsy DBL vs LTC!]
by
The_Catman
on 19/06/2013, 00:55:31 UTC
Looking in the source code, it is 720 blocks:

Quote
static const int64 nTargetTimespan = 0.5 * 24 * 60 * 60;
static const int64 nTargetSpacing = 60;
static const int64 nInterval = nTargetTimespan / nTargetSpacing;

nInterval is number of blocks before difficulty retargets.

I was just looking at nTargetTimespan >_>

I feel like an idiot.

FYI - see here about a potential code issue - https://bitcointalk.org/index.php?topic=124303.msg2515204#msg2515204

I think those bits were mentioned in shake's cloning guide, so i assume he must've known to change it in doubloons as well.