source code says pow stops at 10000 and restarts at 14000.
static const int LAST_POW_BLOCK_V1 = 10000;
static const int POW_RE_ENABLE = 14000;
if (IsProofOfWork() && nHeight > LAST_POW_BLOCK_V1 && nHeight < POW_RE_ENABLE)
return DoS(100, error("AcceptBlock() : reject proof-of-work at height %d", nHeight));
Thanks for posting that. It seems that dev is not active. Last time online here in the forum was october 27th. Hope he comes out and clarifies what's happening because according to the ann right now, from 10,000 to 15,000, blocks should be emitting 100 coins.