Post
Topic
Board Announcements (Altcoins)
Re: CRAVE: Revival
by
tkon3
on 29/07/2017, 09:25:33 UTC
Hi
i've problems to setup my MN on my server

If i ty to use some Ports i get this error:
Code:
2017-07-29 07:19:39 CActiveMasternode::ManageStatus() - Checking inbound connection to 'XX.75.141.164:50423'
2017-07-29 07:19:39 connect() to 62.75.141.164:50423 failed after select(): Connection refused
2017-07-29 07:19:39 CActiveMasternode::ManageStatus() - not capable: Could not connect to XX.75.141.164:50423


This ports are all open...
If i use higher Ports like 80423 i get this:

Code:
2017-07-29 07:20:29  addr XX.75.141.164:80423
2017-07-29 07:20:29 CActiveMasternode::ManageStatus() - Checking inbound connection to 'XX.75.141.164:0'

Masternode would start, but i think this is not right. seems like an Integer overflow on the Port because its markt "0"

I'had run the node for 1 day but no income an i don't see the node on the MN-List.

Code:
{
    "version" : "v2.1.0.0-60025",
    "protocolversion" : 60025,
    "walletversion" : 60000,
    "balance" : 500.00000000,
    "darksend_balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 809899,
    "timeoffset" : 0,
    "moneysupply" : 1324174.00000000,
    "connections" : 2,
    "proxy" : "",
    "ip" : "XX.75.141.164",
    "difficulty" : 81150.71818611,
    "testnet" : false,
    "keypoololdest" : 1501257658,
    "keypoolsize" : 101,
    "paytxfee" : 0.00001000,
    "mininput" : 0.00000000,
    "unlocked_until" : 0,
    "errors" : ""
}

The IP is also ok by the Node.

What could the problem be??? Huh Huh
Port 65535 is the highest possible on a machine.
Add externalip=YOUR_IP and port=YOUR_PORT in your conf file.
And check if its reachable from outside.