If anyone is is still having trouble sending coins to exchanges you need to fix your .conf file right now, even though your wallet may be in sync, you are on the wrong chain, that's why anything you send to exchanges isn't going to work. . We have already confirmed Mintpal, Bter, and Cryptsy are back on the correct fork and is working fine. Use this in you fluttercoin.conf file
This is for windows users
1: Close your fluttercoin wallet and backup/copy your wallet.dat file from your AppData\Roaming\Fluttercoin folder into some other folder on your pc, usb drive, anywhere else but AppData\Roaming\fluttercoin folder
2: delete all files in your folder AppData\Roaming\Fluttercoin folder
3: Either open up notepad and paste the following into it, or you can right click in your AppData\Roaming\Fluttercoin folder, select New, then Txt Document, and paste this config in notepad.
connect=54.203.244.170
connect=54.203.244.27
connect=54.199.237.235
connect=98.220.203.77
connect=76.177.91.53
connect=71.61.60.138
connect=192.99.159.64
connect=209.124.227.24
connect=70.70.239.50
connect=107.170.172.93
connect=66.11.162.228
connect=192.3.177.246
connect=98.193.106.107
connect=69.59.38.87
connect=86.212.55.167
connect=178.203.9.140
connect=65.6.105.7
connect=54.200.138.226
connect=24.20.116.148
connect=66.11.162.228
connect=69.59.38.87
connect=178.203.9.140
server=1
rpcuser=ofeefee
rpcpassword=x
listen=0
noirc=1
rpcallowip=192.168.1.*
4: Save your config file now in AppData\Roaming\fluttercoin folder. Click File, then save as, change the "save as type" to "all files" and then type this as your file name.
fluttercoin.conf5: Once that is completed, now start your Fluttercoin wallet and let it download the entire chain until it is fully synced up. "It may take a couple of mins to load up at the start so don't think it has locked up, it will eventually open up and start downloading the chain."
6: Once you have completely downloaded the entire chain and your wallet now shows sync. Open up the debug in your wallet "the tab at the top, click help, then, debug window"
7: With the debug window open, look where it says "
current number of blocks ", make sure that block number is now matching the block number from
http://explorer.fluttercoin.us/ 8: Once you are now synced with the block explorer, close your fluttercoin wallet. Now go back into your AppData\Roaming\Fluttercoin folder and delete the new file created, wallet.dat and replace it with the one you backed up from step 1.
9: Launch your wallet again and just verify that it is still synced up with
http://explorer.fluttercoin.us/ . Your coins and everything should now be back to normal.
After all that is completed, you can edit your fluttercoin.conf file again but delete everything inside and replace it with this
rpcuser=ofeefee
rpcpassword=x
rpcallowip=192.168.1.*
addnode=54.203.244.170
addnode=54.203.244.27
addnode=54.199.237.235
noirc=1
listen=1
dnsseed=1
server=1
addnode=98.220.203.77
addnode=76.177.91.53
addnode=71.61.60.138
addnode=192.99.159.64
addnode=209.124.227.24
addnode=70.70.239.50
addnode=107.170.172.93
addnode=66.11.162.228
addnode=192.3.177.246
addnode=98.193.106.107
addnode=69.59.38.87
addnode=86.212.55.167
addnode=173.192.30.91
addnode=178.203.9.140
addnode=213.214.63.127
addnode=65.6.105.7
addnode=54.200.138.226
addnode=24.20.116.148
addnode=66.11.162.228
addnode=69.59.38.87
addnode=178.130.36.81
addnode=178.203.9.140
I changed mine to this last night and left it overnight and I am still synced up this morning to
http://explorer.fluttercoin.us/ using this config. Just keep any eye out and check everynow and then and make sure your wallet is still synced up with
http://explorer.fluttercoin.us/If anyone else wants to edit what I made or add something else, please feel free. We need to get everyone back on the correct chain.