can not run masternode, what do I do wrong?
Not capable masternode: Could not connect to XX.XX.50.80:9919
Make sure port is not blocked by firewall.
For Linux VPS:
/sbin/iptables -A INPUT -i eth0 -p tcp --dport 9919 -j ACCEPT
I try to adjust on win10. ip must be static or dynamic? or it does not matter?