Curious myself on a fresh install i just can't get The network to connect using the latest wallet.
I think the seed node(s) - if there were any programmed in the wallet - are no longer online.
I added the following lines to my sync.conf and then it started sync'ing from a fresh install:
(Note that only the first 4 addresses are currently online permanently, I have not been able to get more than 4 connections)
addnode=92.222.24.66:24241
addnode=31.220.0.56:24241
addnode=162.243.81.52:24241
addnode=220.245.200.69:24241
addnode=107.170.51.29
addnode=107.170.206.182
addnode=192.241.244.198
addnode=208.180.88.55:24241
addnode=173.172.183.131:24241
addnode=192.99.167.170:24241
addnode=121.98.72.202:24241
addnode=217.66.26.148:24241
addnode=24.200.62.50:24241
addnode=174.126.225.199:24241
addnode=75.67.110.243:24241
addnode=97.75.128.254:24241
addnode=174.19.213.102:24241
addnode=98.237.46.60:24241
addnode=216.97.180.65:24241
addnode=76.21.96.22:24241
addnode=70.30.201.225:24241
addnode=79.102.40.151:24241

Here is my peer info I have 7 to 10 connections usually.
[
{
"addr" : "220.245.200.69:24241",
"services" : "00000001",
"lastsend" : 1420601481,
"lastrecv" : 1420601481,
"conntime" : 1420599430,
"version" : 60017,
"subver" : "/Satoshi:1.0.3/",
"inbound" : false,
"startingheight" : 340439,
"banscore" : 0
},
{
"addr" : "162.243.81.52:24241",
"services" : "00000001",
"lastsend" : 1420601421,
"lastrecv" : 1420601480,
"conntime" : 1420599459,
"version" : 60019,
"subver" : "/Satoshi:1.0.4/",
"inbound" : false,
"startingheight" : 340440,
"banscore" : 0
},
{
"addr" : "78.69.188.169:24241",
"services" : "00000001",
"lastsend" : 1420601481,
"lastrecv" : 1420601306,
"conntime" : 1420599487,
"version" : 60020,
"subver" : "/Satoshi:1.1.0/",
"inbound" : false,
"startingheight" : 285700,
"banscore" : 0
},
{
"addr" : "31.220.0.56:24241",
"services" : "00000001",
"lastsend" : 1420601481,
"lastrecv" : 1420601480,
"conntime" : 1420599537,
"version" : 60019,
"subver" : "/Sync:1.1.0/",
"inbound" : false,
"startingheight" : 340440,
"banscore" : 0
},
{
"addr" : "137.122.122.81:24241",
"services" : "00000001",
"lastsend" : 1420601480,
"lastrecv" : 1420601480,
"conntime" : 1420599765,
"version" : 60020,
"subver" : "/Satoshi:1.1.0/",
"inbound" : false,
"startingheight" : 340448,
"banscore" : 0
},
{
"addr" : "24.85.126.229:24241",
"services" : "00000001",
"lastsend" : 1420601421,
"lastrecv" : 1420601480,
"conntime" : 1420599810,
"version" : 60020,
"subver" : "/Satoshi:1.1.0/",
"inbound" : false,
"startingheight" : 340448,
"banscore" : 0
},
{
"addr" : "92.222.24.66:24241",
"services" : "00000001",
"lastsend" : 1420601481,
"lastrecv" : 1420601480,
"conntime" : 1420599877,
"version" : 60019,
"subver" : "/Satoshi:1.0.4/",
"inbound" : false,
"startingheight" : 340448,
"banscore" : 0
}
]