Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: dmurph on April 05, 2011, 03:33:30 AM



Title: still unconfirmed
Post by: dmurph on April 05, 2011, 03:33:30 AM
Hello,

So I created a separate wallet a couple days ago as my "secure" wallet and I sent some small sums of bitcoins to it to test it out (in 2-10 amounts).  In my regular wallet, I see 100 or so confirmations of my sent transactions, but I still have 0 confirmations in my secure wallet.  Is there any reason why I'm not seeing any confirmations?

Thanks,
Daniel


Title: Re: still unconfirmed
Post by: theymos on April 05, 2011, 03:50:16 AM
Does it have all the blocks?

It must be using a different block database, or you must run Bitcoin with -rescan every time you switch wallets.


Title: Re: still unconfirmed
Post by: dmurph on April 05, 2011, 04:52:49 AM
Yes, it has all the blocks, and I'm switching out wallets.  So running the window gui client like this:

bitcoin.exe -rescan

should work?


Title: Re: still unconfirmed
Post by: theymos on April 05, 2011, 04:56:41 AM
Yes. It might take a while to start when you do that.


Title: Re: still unconfirmed
Post by: NicholasBell on April 05, 2011, 04:59:04 AM
Hello,

So I created a separate wallet a couple days ago as my "secure" wallet and I sent some small sums of bitcoins to it to test it out (in 2-10 amounts).  In my regular wallet, I see 100 or so confirmations of my sent transactions, but I still have 0 confirmations in my secure wallet.  Is there any reason why I'm not seeing any confirmations?


I did the exact same thing today and had the same 'problem'. I didn't know about that rescan option, so I don't know if it will work. I just deleted the block data and the client redownloaded it. When you import a wallet and already have blocks, the wallet you imported 'missed' the transactions, so it will not display them. If you redownload the block chain while the imported wallet is loaded, the wallet will see the transactions that belong to it as the client redownloads the blocks that affect this wallet. This had been my observation at least.

Let me know how rescan works if you use it.

Also, try putting the involved addresses into http://blockexplorer.com/. If the transactions show up, they are confirmed (I believe).


Title: Re: still unconfirmed
Post by: dmurph on April 05, 2011, 06:53:03 AM
The rescan worked, thanks!