Wow mining profits are awesome, did they increase mining reward?
How long to get the first reward? I didnt get anything after MN running 3 days
Occasionally I go through the code and noticed a condition. I think you need to wait for full cycle but the condition is not adjusted for omega. It is dash cycle (2.6 min per block).
masternodeman.cpp
//it's too new, wait for a cycle
if(fFilterSigTime && mnpair.second.sigTime + (nMnCount*2.6*60) > GetAdjustedTime()) continue;
Now it is cca 4 days 2200*2.6/60/24= 4
When this condition is passed next rewards are payed in standard omega cycles.
Regards