Why my wallet can't sync, stopped at block 15553, win 64. Thanks for replay.
This was posted by coin dev:
This has worked for everyone (unless they had IP filtering on)
There is nothing to fix unless one of you send me the message of why its stuck in the debug log. I am not a mind reader unfortunately.
It is likely a forked/bad node. I cannot reproduce it. If it is a bad node, it will be dropped as of 4/1/2014 00:00:00 GMT
Delete all files in %appdata%\fluttercoin or ~/.fluttercoin EXCEPT wallet.dat
Make your conf file look like this:
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
connect=54.203.244.170
connect=54.203.244.27
connect=54.199.237.235
noirc=1
dnsseed=0
Its not possible to download the wrong fork using this method. All those nodes are operating on the correct blockchain.
Then, shutdown the wallet, and change the conf back to look like:
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
addnode=54.203.244.170
addnode=54.203.244.27
addnode=54.199.237.235
noirc=1
listen=1
dnsseed=1
server=1