Just download wallet and can't sync.
Any nodes?
The developer is working on an update. Currently no one mines it because there is no payoff, and if I got it right, this makes transactions etc. very slow(Im a complete noob though). The update/fork should however be here any day now. I store my coins at cryptsy atm.
I don't have any trouble syncing. If you are running the windows client, you can easily add nodes by creating a shortcut, then add each node as "-addnode=" options on the command line under properties for the shortcut. For the windows client, here is my example command line:
C:\Users\casinocoin\Desktop\casinocoin-1.0.0.4\casinocoin-qt.exe -addnode=seed.casinoco.in:47950 -addnode=seed1.casinoco.in:47950 -addnode=seed2.casinoco.in:47950 -addnode=188.165.218.116:47950 -addnode=54.225.110.95:47950
From my conf file:
addnode=seed.casinoco.in:47950
addnode=seed1.casinoco.in:47950
addnode=seed2.casinoco.in:47950
addnode=188.165.218.116:47950
root@miner02:~# casinocoind getpeerinfo
[
{
"addr" : "54.225.110.95:47950",
"services" : "00000001",
"lastsend" : 1391262939,
"lastrecv" : 1391262964,
"conntime" : 1389740257,
"version" : 60002,
"subver" : "/transcoder:1.0.0.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 189729,
"banscore" : 0
},
{
"addr" : "107.22.231.234:47950",
"services" : "00000001",
"lastsend" : 1391262942,
"lastrecv" : 1391262965,
"conntime" : 1389745511,
"version" : 60002,
"subver" : "/transcoder:1.0.0.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 190119,
"banscore" : 0
},
{
"addr" : "107.20.132.218:47950",
"services" : "00000001",
"lastsend" : 1391262826,
"lastrecv" : 1391262965,
"conntime" : 1389753832,
"version" : 60002,
"subver" : "/transcoder:1.0.0.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 190266,
"banscore" : 0
},
{
"addr" : "72.78.100.12:47950",
"services" : "00000001",
"lastsend" : 1391262964,
"lastrecv" : 1391262965,
"conntime" : 1389978922,
"version" : 60002,
"subver" : "/transcoder:1.0.0.4/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 194704,
"banscore" : 0
},
{
"addr" : "212.83.191.197:47950",
"services" : "00000001",
"lastsend" : 1391262940,
"lastrecv" : 1391262964,
"conntime" : 1391006140,
"version" : 60002,
"subver" : "/transcoder:1.0.0.4/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 210022,
"banscore" : 0
},
{
"addr" : "54.200.162.19:47950",
"services" : "00000001",
"lastsend" : 1391262827,
"lastrecv" : 1391262964,
"conntime" : 1391213630,
"version" : 60002,
"subver" : "/transcoder:1.0.0.4/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 212965,
"banscore" : 0
},
{
"addr" : "76.9.168.125:47950",
"services" : "00000001",
"lastsend" : 1391262965,
"lastrecv" : 1391262965,
"conntime" : 1391234036,
"version" : 60002,
"subver" : "/transcoder:1.0.0.4/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 213057,
"banscore" : 0
},
{
"addr" : "50.116.32.4:47950",
"services" : "00000001",
"lastsend" : 1391262939,
"lastrecv" : 1391262964,
"conntime" : 1391253365,
"version" : 60002,
"subver" : "/transcoder:1.0.0.4/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 213872,
"banscore" : 0
}
]