Can someone provide a few IPs for some addnode's ?
Everything in the OP results in "connection timeout" and I've checked a few other posts and none of which work.
Where can we find this or how can we provide this ? Sorry for the noob question but I'm not a technical guy at all
What is strange is that the wallet is working well from what I can see (don't know about staking though).
getpeerinfo
Either in the debug console or via rpc should do it
Linux: ./Cashd getpeerinfo
Windows (something like this): Help/About -> debug console -> getpeerinfo
Got this :

[
{
"addr" : "134.249.144.169:3352",
"services" : "00000001",
"lastsend" : 1424084837,
"lastrecv" : 1424084874,
"conntime" : 1424081941,
"version" : 70001,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 561778,
"banscore" : 0
},
{
"addr" : "92.42.160.251:38288",
"services" : "00000001",
"lastsend" : 1424084874,
"lastrecv" : 1424084874,
"conntime" : 1424082044,
"version" : 70001,
"subver" : "/Satoshi:0.7.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 561779,
"banscore" : 0
},
{
"addr" : "203.20.114.252:3352",
"services" : "00000001",
"lastsend" : 1424084875,
"lastrecv" : 1424084875,
"conntime" : 1424082107,
"version" : 70001,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 561780,
"banscore" : 0
},
{
"addr" : "86.154.127.26:34603",
"services" : "00000001",
"lastsend" : 1424084875,
"lastrecv" : 1424084876,
"conntime" : 1424082140,
"version" : 70001,
"subver" : "/Satoshi:0.7.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 561780,
"banscore" : 0
},
{
"addr" : "178.32.251.112:59514",
"services" : "00000001",
"lastsend" : 1424084836,
"lastrecv" : 1424084874,
"conntime" : 1424082240,
"version" : 70001,
"subver" : "/Satoshi:0.7.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 561783,
"banscore" : 0
},
{
"addr" : "204.11.237.233:60129",
"services" : "00000001",
"lastsend" : 1424084837,
"lastrecv" : 1424084874,
"conntime" : 1424082300,
"version" : 70001,
"subver" : "/Satoshi:0.7.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 561783,
"banscore" : 0
},
{
"addr" : "121.208.29.52:64865",
"services" : "00000001",
"lastsend" : 1424084875,
"lastrecv" : 1424084875,
"conntime" : 1424083332,
"version" : 70001,
"subver" : "/Satoshi:0.7.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 561801,
"banscore" : 0
}
]