Transaction confirmed by network but never showed up in bitcoin-qt

7

I've sent a large amount of coins to 1K7SzBTPGyyEtWsudwHpjg31LjrPf17qr4 but my bitcoin-qt client (V. 4.7.4) doesn't show any balance.

1) Under the "Receive coins" tab it shows the same address 2) The client is synced and up to date 3) Under the "Overview" tab it shows 0.00BTC for both "Balance" and "Unconfirmed" 4) Under the "Transactions" tab it shows no transactions 4) http://blockchain.info shows 278 Confirmations.

Any ideas? I am getting real worried now.

Marc

Posted 2013-01-25T16:25:20.233

Reputation: 73

1Was this an address for a private key that you imported? Does launching the client with -rescan help?Stephen Gornick 2013-01-25T16:48:14.033

Stephen, thank you very much -rescan did the trick!!Marc 2013-01-25T18:31:16.063

@StephenGornick: Write the -rescan suggestion as an answer, I'll upvote and Marc can accept it.D.H. - bitcoin.se 2013-01-25T19:18:02.487

Answers

11

Launch the client from the command line with -rescan and it will recompute the balances for all addresses in your wallet.

For Windows:

C:\> Bitcoin-Qt -rescan

Stephen Gornick

Posted 2013-01-25T16:25:20.233

Reputation: 26 118

0

1) Shut down app 2) Start it in the command prompt as follows: bitcoin-qt -rescan 3) Wait for the process to finish as this may take a while

Marc

Posted 2013-01-25T16:25:20.233

Reputation: 73