I'm trying to setup a Masternode on windows 7 64bit pc with Amsterdamcoin core client version v4.1.0.0-9e92d09. But I'm getting error as
masternode start
Not capable masternode: Could not connect to xxx.xxx.xx.xxx:50020
I sent 100000 to MN1 address in my wallet. and edited amsterdamcoin.conf with the following details
rpcuser=username
rpcpassword=password
listen=1
port=50020
masternode=1
masternodeprivkey=87bizxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxbA5KhZ
Restarted wallet and and tried the above command it is not working
masternode status giving me the below msg
{
"vin" : "CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase )",
"service" : "xxx.xxx.xx.xxx:50020",
"status" : "Not capable masternode: Could not connect to xxx.xxx.xx.xxx:50020"
}
I replace my original IP (dedicated IP btw I have couple of websites on this ip so the ip is visible to outside as well as inside) with xxx.xxx.xx.xxx. I test the port is open or not wth "port query" windows application it gave the below response
Querying target system called:
xxx.xxx.xx.xxx
Attempting to resolve IP address to a name...
IP address resolved to Jane-PC
querying...
TCP port 50020 (unknown service): LISTENING
I did query localhost (127.0.01) also
Querying target system called:
127.0.0.1
Attempting to resolve IP address to a name...
IP address resolved to na1r.services.adobe.com
querying...
TCP port 50020 (unknown service): LISTENING
Any one can help me to start my MN..
Thanks in advance