Wallet not synching, can someone post some nodes please?
Sure
Here are my peers:
{
"addr" : "85.25.214.214:5124",
"services" : "00000001",
"lastsend" : 1436097507,
"lastrecv" : 1436097507,
"conntime" : 1436097113,
"version" : 80001,
"subver" : "/droidz:1.2.0/",
"inbound" : false,
"startingheight" : 68627,
"banscore" : 0
},
{
"addr" : "188.165.3.6:5124",
"services" : "00000001",
"lastsend" : 1436097525,
"lastrecv" : 1436097525,
"conntime" : 1436097153,
"version" : 80001,
"subver" : "/droidz:1.2.0/",
"inbound" : false,
"startingheight" : 68627,
"banscore" : 0
},
{
"addr" : "24.49.122.218:5124",
"services" : "00000001",
"lastsend" : 1436097483,
"lastrecv" : 1436097490,
"conntime" : 1436097154,
"version" : 80001,
"subver" : "/droidz:1.2.0/",
"inbound" : false,
"startingheight" : 68627,
"banscore" : 0
}
In other words:
addnode=85.25.214.214:5124
addnode=188.165.3.6:5124
addnode=24.49.122.218:5124
in Droidz.conf
or
addnode 85.25.214.214:5124 add
addnode 188.165.3.6:5124 add
addnode 24.49.122.218:5124 add
from Debug console
Hope this helps