What are the nodes that it wallet should be connecting to?
Try 104.236.195.137
Still no connection with the new wallet, even with this node.
What wallet version are you using?
you can check this by issuing 'getinfo' command:
"version" : "v2.0.0.0",
"protocolversion" : 89000,
"walletversion" : 60000,
if this is fine you can also try another node: addnode=194.181.3.79
My wallet connected once I added the node. It now has 7 connections.
{
"addr" : "176.31.188.48:55882",
"services" : "00000001",
"lastsend" : 1425471521,
"lastrecv" : 1425471520,
"conntime" : 1425471403,
"version" : 89000,
"subver" : "/Noblecoin:1.0.0.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 1596,
"banscore" : 0
},
{
"addr" : "195.230.168.229:55882",
"services" : "00000001",
"lastsend" : 1425471521,
"lastrecv" : 1425471521,
"conntime" : 1425471404,
"version" : 89000,
"subver" : "/Noblecoin:1.0.0.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 1596,
"banscore" : 0
},
{
"addr" : "217.129.141.209:55882",
"services" : "00000001",
"lastsend" : 1425471521,
"lastrecv" : 1425471497,
"conntime" : 1425471410,
"version" : 89000,
"subver" : "/Noblecoin:1.0.0.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 1596,
"banscore" : 0
},
{
"addr" : "80.41.37.26:55882",
"services" : "00000001",
"lastsend" : 1425471521,
"lastrecv" : 1425471436,
"conntime" : 1425471411,
"version" : 89000,
"subver" : "/Noblecoin:1.0.0.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 1596,
"banscore" : 0
},
{
"addr" : "155.210.85.36:55882",
"services" : "00000001",
"lastsend" : 1425471521,
"lastrecv" : 1425471521,
"conntime" : 1425471411,
"version" : 89000,
"subver" : "/Noblecoin:1.0.0.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 1596,
"banscore" : 0
},
{
"addr" : "104.236.195.137:55882",
"services" : "00000001",
"lastsend" : 1425471520,
"lastrecv" : 1425471520,
"conntime" : 1425471456,
"version" : 89000,
"subver" : "/Noblecoin:1.0.0.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 1597,
"banscore" : 0
},
{
"addr" : "194.181.3.79:55882",
"services" : "00000001",
"lastsend" : 1425471520,
"lastrecv" : 1425471521,
"conntime" : 1425471462,
"version" : 89000,
"subver" : "/Noblecoin:1.0.0.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 1597,
"banscore" : 0
}
]
Thanks