cli masternode list | grep ENABLED | wc -l
1415
With mining there you have to count with probability that you not mine any block in some period of time
For example with 5000 SYNX:
1 day (1440 blocks): (1-(5000/14400000))^(1440)=0.60 -> 60% not mined
2 days(2880 blocks): 36.7%
3 days: 22.3%
7 days: 3.01%
Month: 0.0000305%
For example with 2000 SYNX:
1 day (1440 blocks): (1-(2000/14400000))^(1440)=0.81 -> 81% not mined
2 days(2880 blocks): 67.03%
3 days: 54.88%
4 days: 44.93% <- your case
7 days: 24.65%
Month: 0.24%
Have you the exactily parameters in each part of formula to give to me? I want to make a spredsheet with this to all my stake coins (deviant, hight, monkey, etc)