may as well cross post this since people are still not migrating to the new thread.
UpdateIn c-cex I lost coin without TXID
you should be contacting c-cex. if not iam pretty sure there is a way to scan your wallet to retrieve lost coins.
C-CEX didn't reply to me
i dont think there is anything the dev can do. you can try this option
First try running the RPC command repairwallet. This can be done via the console in your wallet. Navigate to Help/ Debug Window / Console.
This command will look for any bad transactions but may not work as your wallet likely still sees the transactions as good
If that doesn't work a redownload of the blockchain may correct this
Lastly a fail safe method
First your going to want to dump the private key of your wallet run the command dumpprivkey followed by your address
You will want to save a copy of the key and a backup of your wallet.
Then close your client and leave it closed for some time. At least a few hours. This will give any bans you may have received from being on the bad fork time to expire
If you have a backup of your wallet.dat then go ahead and delete everything in your appdata/roaming/CoinName folder
Then restart the wallet and let it download the chain until synced
Once synced run the command importprivkey followed by your private key
This is a method I found myself. It removes all the transactions from the wallet and when its imported it can only find whats in the blockchain. So the coins you sent are no longer sent and should be in your wallet.
this is not my own written method its from doge coin reddit. it might help you retrieve your coins.