Dear oncoapop,
Are you directly connected to public internet or are you behind a NAT by router ?
What is the IP and port configured in your masternode.info because I have always the seame error:
"outpoint": "0000000000000000000000000000000000000000000000000000000000000000-4294967295",
"service": "[::]:0",
"state": "ERROR",
"stat[/li][/list]
"us": "Error. Can't detect valid external address. Please consider using the externalip configuration option if problem persists. Make sure to use IPv4 address only."
Thanks for you help
Ale
Dear Ale,
Thanks for your question. I have them both behind NAT and also in a datacenter.
This is the one behind NAT.
$ cli masternode status
{
"outpoint": "a164e846e4166e9a0ecf9cfc33bc4bdc4a5676f54e430c11af3e441ce3ce8193-0",
"service": "108.180.46.33:41000",
"proTxHash": "f64ce28c46d989035dc00e48fd5c2906050d20ad471b9ef7188d3fc32e3365a5",
"type": "Regular",
"collateralHash": "a164e846e4166e9a0ecf9cfc33bc4bdc4a5676f54e430c11af3e441ce3ce8193",
"collateralIndex": 0,
"dmnState": {
"version": 2,
"service": "108.180.46.33:41000",
"registeredHeight": 551815,
"lastPaidHeight": 552264,
"consecutivePayments": 0,
"PoSePenalty": 0,
"PoSeRevivedHeight": -1,
"PoSeBanHeight": -1,
"revocationReason": 0,
"ownerAddress": "B6Ud6beY9gcLwXF6j5UXTrL81hdaHqr3kL",
"votingAddress": "B6Ud6beY9gcLwXF6j5UXTrL81hdaHqr3kL",
"payoutAddress": "BKcbU8zYxfHGfaytRowYQLkyVA1U2BDYx4",
"pubKeyOperator": "a8aba6cd5915acb888c5b7c689808f015b1c417d7fa9edbf3042a1ee1168ba17446cfdb1f0b5492fcaf6924629d0081c"
},
"state": "READY",
"status": "Ready"
}
To make this work, as an example, I needed to go to my router IP 108.180.46.33 (get this from whatsmyip.com) and map 41000 to an internal port 41000 in this case, on my internal server 192.168.1.16 (get this from ifconfig)
Add this to your biblepay.conf
externalip=108.180.46.33:41000
masternodeaddr=192.168.1.16:41000
port=41000
maxconnections=128
masternodeblsprivkey=......132b9d4ef47f91bdc7a692820e.....
Blessings
oncoapop