Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Doubloons: Cryptocurrency for Pirates [6/10 - Cryptsy DBL vs LTC!]
by
mhill12
on 18/06/2013, 23:31:20 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.