Then I got masternode working by adding following lines to init.cpp:
return InitError(_("You must specify a masternodeprivkey in the configuration. Please see documentation for help."));
}
// ------------------------- start -------------
std::string err;
masternodeConfig.read(err);
if (!err.empty())
LogPrintf("error while parsing masternode.conf Error: %s \n", err);
// -------------------------- end -------------
}
fEnableDarksend = GetBoolArg("-enabledarksend", false);
Not sure how everybody else's wallets are working without this fix. Mystery....
You've managed to turn your mn wallet into a wallet that also stakes your mn rewards? If so... *clap clap clap*