-static const int LAST_POW_BLOCK = 10000; +static const int LAST_POW_BLOCK = 2;
Quote from: main.cpp
unsigned int nStakeMinAge = 60 * 60 * 24 * 1; // minimum age for coin age: 1d
This won't work. After PoW end we'll have to wait 1 day for the 3rd block (PoS), then 1 more day for 4,5, 1 more day for 6,7,8,9... 10 days just to set up the network (1440 blocks per day).