65 blocks in 10 minutes. somethings wrong.
if we cant get ahold of the dev then release a wallet with an update. i should be able to fork the network over to a fork that properly adjusts difficulty.
well it seems if im correct the dev has the target to 20,160 blocks with 400% max adjustment.
difficulty is currently at 4.
should get better but for the first little while blocks are going to be found really fast.
static const int64_t nTargetTimespan = 14 * 24 * 60 * 60; // two weeks 1,209,600
static const int64_t nTargetSpacing = 1 * 60; 60
static const int64_t nInterval = nTargetTimespan / nTargetSpacing; 1,209,600 / 60 = 20,160