dextrocoin / dextro_old

Dextro Core (Version 3.0.0.0)
http://dextro.io
MIT License
5 stars 10 forks source link

"Not capable masternode: Could not connect to IP:39320" #3

Open AndreyNag opened 6 years ago

AndreyNag commented 6 years ago

Hi everybody. I try to setup mn. 37.29.116.122:39320 is open from outside but /usr/local/bin/dextro-cli masternode status

"vin" : "CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase )",
"service" : "37.29.116.122:39320",
"status" : "Not capable masternode: Could not connect to 37.29.116.122:39320"

My dextro.conf.


rpcuser=
rpcpassword=
rpcport=39321
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
port=39320
logintimestamps=1
maxconnections=256
masternode=1
externalip=37.29.116.122:39320
masternodeprivkey=

ADDNODES

addnode=104.236.126.9:39320 addnode=107.191.37.207:39320 addnode=115.74.182.26:39320 addnode=139.99.168.91:39320 addnode=140.143.208.254:39320 addnode=144.202.30.121:39320 addnode=149.28.34.150:39320 addnode=165.227.175.195:39320 addnode=173.212.239.83:39320 addnode=192.3.12.17:39320 addnode=195.181.210.200:39320 addnode=207.148.109.78:39320 addnode=209.250.253.165:39320 addnode=45.76.166.109:39320 addnode=46.101.92.52:39320 addnode=80.211.33.74:39320


/usr/local/bin/dextro-cli mnsync status

{ "IsBlockchainSynced" : true, "lastMasternodeList" : 1532449916, "lastMasternodeWinner" : 1532449926, "lastBudgetItem" : 0, "lastFailure" : 0, "nCountFailures" : 0, "sumMasternodeList" : 14614, "sumMasternodeWinner" : 143153, "sumBudgetItemProp" : 0, "sumBudgetItemFin" : 0, "countMasternodeList" : 5, "countMasternodeWinner" : 5, "countBudgetItemProp" : 5, "countBudgetItemFin" : 5, "RequestedMasternodeAssets" : 999, "RequestedMasternodeAttempt" : 0 }


What i have to do more or where i'm wrong?
Thank for attentions.
cannonballdex commented 5 years ago

Late response here, but might help someone in the future. Try forwarding your router port to your internal ip address if you are on a network. Open up your firewall on your system to allow access for your wallet. Try adding masternodeaddr=192.168.0.1:39320 (your network ip address) It appears that your computer is not finding your masternode due to one of these issues.