Search content
Sort by

Showing 2 of 2 results by Hurikan
Post
Topic
Board Announcements (Altcoins)
Re: 🚀 [ANN] OFFICIAL OMEGA | X11 POW/POS | MASTERNODE by the Community 🚀
by
Hurikan
on 26/03/2018, 15:03:00 UTC
Hi
I have setup a masternode, i wait about 1 hour but  status still WATCHDOG_EXPIRED.
Please help me fix that.
Thank.
Did you set up sentinel?
I has set up sentinel for Linux VPS.
Today, it looks like the picture below
https://uphinhnhanh.com/image/TT9qXR
I wait about 2 hours, but status not ENABLE

On your vps type  ./omegacoin-cli masternode status or ./omegacoin-cli masternode list full | grep (your masternode ip)   If there is the status NEW_START_REQUIRED you need to start your masternode from the remote wallet by start alias command.

Regards
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