cur version is v1.0.1.316 for deamon and wallet.
See the new logs. I can see
2014-Aug-19 12:51:48.788573 [P2P9][95.211.224.150:8080 OUT] SYNCHRONIZED OK
but news lines weird. Cant refresh the wallet and demon always go on "SYNCHRONIZATION started" err lines "SYNCHRONIZATION started" err lines.
btw i use this command to start deamon
bytecoind --rpc-bind-port=8080 --p2p-bind-port=8081
ty for ur answer.
**********************************************************************
2014-Aug-19 12:51:47.633507 [P2P7][95.211.224.150:8080 OUT]Sync data returned unknown top block: 548781 -> 548785 [4 blocks (0 days) behind]
SYNCHRONIZATION started
2014-Aug-19 12:51:48.788573 [P2P9][95.211.224.150:8080 OUT] SYNCHRONIZED OK
2014-Aug-19 12:51:48.791573 [P2P9]
**********************************************************************
This has been discussed already:
https://bitcointalk.org/index.php?topic=512747.msg8403069#msg8403069Your daemon is totally ok. It is synchronized. However, there are some daemons that are outdated and send invalid data. If you check the top block your daemon is trying to synchronize to, it's way below your current one (by more than 2000 blocks), so the connection to the outdated daemon is dropped and nothing happens. As there are might several older daemons you keep receiving such messages.
However, the software works fine, just give it a try in your wallet.
and in the update msg it says delete your wallet.bin file.
tyvm for ur attention.