2
I bought BTC and sent them straight to my Bitcoin-QT wallet. Now opened my wallet (ver. 4.8.3) and it says ~29000 blocks remaining to synchronize but this is not happening even though I have 14 active connections.
I have tried accessing my Private Key through both Help>DebugWindow>Console and the version using CMD bitcoind dumpprivkey etc with both returning the error message "Safe mode: Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade. (code -2)"
I don't have an encrypted wallet and just want to have access to my money.
No worries, your coins are safe. This does sound like the blockchain database on disk got corrupted, but the client failed to detect it and is now rejecting valid blocks because of that. Can you try passing '-reindex -par=1' on the command line (without the '') to Bitcoin-Qt? That will rebuild the database. It will take a while, but after that, syncing should continue. – Pieter Wuille – 2013-09-30T20:28:24.207
1Please double check your version number; there is no such version as 4.8.3. – Nate Eldredge – 2013-09-30T21:11:32.580
Related question: http://bitcoin.stackexchange.com/questions/6056/cannot-access-my-bitcoins-because-my-wallet-is-still-synchronising-what-can-i-d
– Murch – 2013-09-30T21:45:38.570