nyxpay / nyx

NNOVATIVE and DECENTRALIZED crypto currency
https://www.nyxcoin.org
Other
8 stars 7 forks source link

Running more than one masternode using multiple IPs in masternode.conf not working? #5

Open typoworx-de opened 6 years ago

typoworx-de commented 6 years ago

I've been testing to setup two masternodes by adding a second masternode in masternode.conf. I've used two different IPs, new genkey, new output-tx-hash and so on. Everything looks fine in first glance!

But only first masternode get's up "ENABLED". Second masternode keeps struggling in "WATCHDOG_EXPIRED" or "PRE_ENABLED"-State. I've tried restarting daemon - without luck until now after waiting some days for a change on this state.

Sentinel is running fine for first masternode. Does sentinel require anything to work with second masternode? In nyxcoin.conf only the first-masternode privkey is entered. Also tried swapping it against the one of second masternode - without success until now.

I've disabled "external_ip" in nyxcoinf.conf. TCP is listening on second masternode-ip and port 4330 correctly. External connection to this IP/Port also works fine. Debug.log mentions some broadcasting to Masternode-List for second-masternode IP/Port as well.

It's not understandable why second node keeps in un-enabled state as everything looks well.