I sent 500 coins to Bittrex about an hour ago. Shows as confirmed in the wallet, but nothing on Bittrex side. Anyone else have this problem?
Update: I opened a ticket with Bittrex and the transaction was not in the blockchain so they told me to take a hike. What is the deal? I downloaded new wallet, I am on the correct block, I repaired the wallet (which took 700 coins away fml). Any help would be appreciated...
I updated the post, but I want to make sure it shows up as the most recent...
Do the coins show up in the blockexplorer @ GPH wallet address? If so, you're good.
In case everything else (repairwallet etc pp) fails, do the following.
1. Make a backup of your "broken" wallet.dat (or the complete folder)
2. Dump all your private keys of the GPH addresses you want to keep in debug console (most likely those with coins):
dumpprivkey
Repeat for all relevant GPH addresses. Note all the resulting private keys in some text file.
3. Create a new, blank wallet by deleting the original wallet folder (but keep the backup) and starting the GPH wallet
4. Go to debug console (no need to wait until the wallet is fully synced) and import all your private keys you dumped earlier with
importprivkey
5. Wait until synced. Done.
This always works.