The branch I created last weekend is messed up and will fix so others can confirm that parts are working. I explained to the community that I have a full time job and dedicate my weekends and some nights to this project so dev is slow.
I have 5 active masternodes. I don't think the masternode count is always accurate because one shows 5 and another other shows 23 this morning. It is a P2P system so updates to the network state are slow. Last night I saw 30 masternodes. I am think that increasing the maximum amount of nodes from 8 to 16 or 24 would help.
I am going to change net.cpp:
static const int MAX_OUTBOUND_CONNECTIONS = 8;
to
static const int MAX_OUTBOUND_CONNECTIONS = 16;
I am not selling Sling for years. I continue to buy Sling so a low price is good for me right now.
I can reveal my identity (LinkedIn profile) if you all think that would help and is safe for me. I am not a scammer but time will tell when I deliver on my word. I believe actions speak louder than words and understand your doubts.
Question for you on your 5 masternodes; are they on 1 IP or different IPs? Reason I ask is that I have been trying to run 2 nodes on the same IP with different instances of the daemon, different datadirs, and different ports / rpcports and get strange results
Node Balance Earning
SLING1 7370.21897986 39.21897986
SLING2 7337.23933331 6.23933331
SLING1
rpcport=30139
port=30137
SLING2
rpcport=30138
port=30136
One node always kicks the other's butt as far as earnings. on separate VMs, they are pretty much equal. Is there a trick to the ports to use?