Interesting, looks like the 2nd whale withdrew almost half of his coins.
Estimated Mining Time: 2 weeks Approx.
is that accurate??
The real block time seems to be about 32 seconds instead of 120. PoW will end in about 35 hours.
The spacing seems to be correct (120 seconds) so I guess the base difficulty should be 4 times of what it is now.
unsigned int nTargetSpacing = 2 * 60; // 120 seconds
unsigned int nRetarget = 30;
unsigned int nStakeMinAge = 12 * 60 * 60; // 12 hours
unsigned int nStakeMaxAge = -1; // unlimited
unsigned int nModifierInterval = 10 * 60; // time to elapse before new modifier is computed
static const int64_t nTargetTimespan_legacy = nTargetSpacing * nRetarget; // nTargetTimespan_legacy = 3600
static const int64_t nInterval = nTargetTimespan_legacy / nTargetSpacing; // nInterval = 30
static const int64_t nTargetTimespan = 16 * 60; // nTargetTimespan = 960