Post
Topic
Board Announcements (Altcoins)
Re: 🚀 [ANN] OFFICIAL OMEGA | X11 POW/POS | MASTERNODE by the Community 🚀
by
Hurikan
on 12/03/2018, 14:59:13 UTC
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).

Code:
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