Hi friends, where can we see masternode map ? and number actually ? would like to estimate ROI for masternode or stack , thanks
cli masternode list | grep ENABLED | wc -l
1415
The block gets generated every 1 minute -> 1440 blocks per day. 1440/1415=1.0177 so roughly each masternode should get reward once per day.
But I don't know how to obtain the value of the "whole network staking amount".
But according to the current seesaw split. In the current block 78844 Staker gets 3.29998960 while Masternode gets 6.70000000.
So current estimate is 6.7 SYNX per day for Masternode.
EDIT:
So with 1415 Masternodes the amount of locked coins is 1415*5000=7200000.
I don't know the details of the new seesaw reward algorithm, but I assume, that when there is same amount locked in Masternodes and same ammount of coins stacking, then the reward would be 50/50.
So the reward percentage is inverse of the masternode/staking percentage. Se when Masternodes gets 67% of reward means, that coins are used 33% for masternodes and 67% for staking.
Lets calculate ROI.
Masternode (5000SYNX): As calculated above 6.7 SYNX per day, 201 SYNX per Month (assume 30 days per Month).
Masternode Monthly ROI = 201/5000*100=4.02%Staking 5000 SYNX: If 7200000 coins for Masternodes are 33% of Masternodes+Staking coins that means that there are 14400000 staking coins.
So you have 5000/14400000*100 chance, that you will be the lucky one who mints the current block. With 1440 blocks per day, you have 50% chance to mine block.
Lets say you mine 1 block every 2 days.With reward 3.3 SYNX that means you mine 49.5 SYNX every Month.
Staking Monthly ROI: 49.5/5000*100 = 0.99%Hi. My wallet is unlocked for staking. And I have already added staking=1 in my conf file. It has been 4 days already, and my balance is 2000 synx. But I haven't received any staking reward yet. When can I expect to receive a reward? or what setting is lacking in my wallet?
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%