Bitcoin Forum

Other => Beginners & Help => Topic started by: jerye on April 29, 2013, 01:30:06 PM



Title: Transaction not showing up in Bitcoin-Qt
Post by: jerye on April 29, 2013, 01:30:06 PM
I sent a transaction to one of my address while the wallet was syncing with the blockchain (10 or so blocks behind). Once it synced, I don't actually see the transaction in my wallet but I see the transaction on blockchain.info. I sent myself a new transaction and saw that Bitcoin-Qt noticed the transaction. Is there anything I can do about the previous transaction?


Title: Re: Transaction not showing up in Bitcoin-Qt
Post by: namecoinwallet on April 29, 2013, 01:49:49 PM
you could backup your wallet and do a rescan.


Title: Re: Transaction not showing up in Bitcoin-Qt
Post by: cadmium on April 29, 2013, 02:16:01 PM
maybe just restart bitcoin-qt


Title: Re: Transaction not showing up in Bitcoin-Qt
Post by: DannyHamilton on April 29, 2013, 05:29:06 PM
If you're sure that the transaction was sent to the correct address, then it is a bit surprising that Bitcoin-Qt did not see it.

To force Bitcoin-Qt to search through the blockchain for any transactions it may have missed you can do the following:

Shut down Bitcoin-Qt and wait for it to exist completely.
Figure out how to run Bitcoin-Qt from a command line interface on your operating system (You didn't mention what operating system you are using, so I can't offer instructions here).
When running it from the command line interface, include the -rescan option
Wait while Bitcoin-Qt scans the blockchain loking for missed transactions.


Title: Re: Transaction not showing up in Bitcoin-Qt
Post by: jerye on April 29, 2013, 06:01:38 PM
Solved, it showed up after 1 confirmation. Am using windows and tried the --rescan option from the debug window but that did not work. :P


Title: Re: Transaction not showing up in Bitcoin-Qt
Post by: Raoul Duke on April 29, 2013, 06:07:11 PM
Solved, it showed up after 1 confirmation. Am using windows and tried the --rescan option from the debug window but that did not work. :P

-rescan, with 1 hyphen only.
in alternative you could insert rescan=1 in the bitcoin.conf file and (re)start bitcoin-qt


Title: Re: Transaction not showing up in Bitcoin-Qt
Post by: DannyHamilton on April 29, 2013, 06:14:06 PM
Solved, it showed up after 1 confirmation. Am using windows and tried the --rescan option from the debug window but that did not work. :P

Nope it won't work from the Debug Window.  If you need the rescan option in the future, you need to completely shut down Bitcoin-Qt and then run it from the Windows command line with a -rescan command line option.