Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
Pon13
on 22/09/2017, 12:30:53 UTC
masternode still needs 112 coins ??

cause everytime i try to start the masternode its says "not capable masternode: Could not connect to xxx.xxx.xxx.xxx:port"

but port is open and forwarded and ip address (public) is correct

It looks like you have a problem with the router. When the MN starts, it tries to address itself using an external address.

Try to pick up another network interface:

Code:
sudo ip link add dummy0 type dummy

sudo ip addr add xxx.xxx.xxx.xxx/32 dev dummy0

sudo ip link set dummy0 up
xxx.xxx.xxx.xxx - your external IP

I do not speak good English, so I apologize for the possible non-exact phrases.

First of all THANKS A LOT !
The connection refused error is gone, now however after the start masternode command i get:
-not capable masternode: Unknown. Check debug.log for more information.

at the debug.log:
CActiveMasternode::ManageStatus() - Checking inbound connection to 'xxx.xxx.xxx.xxxx:port'
CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list
CActiveMasternode::ManageStatus() - Could not find suitable coins!
CActiveMasternode::Dseep() - Error: masternode is not in a running status
CActiveMasternode::ManageStatus() - Error on Ping: masternode is not in a running statusconnected to self at xxx.xxx.xxx.xxx:diferentport, disconnecting

My wallet has enough coins