Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: LoyceV on February 27, 2016, 07:11:53 PM



Title: New install, new version of Bitcoin Core, weird Pending amount [SOLVED]
Post by: LoyceV on February 27, 2016, 07:11:53 PM
I have reinstalled my laptop with a different Linux-distribution.
This screenshot shows my new install (top) and my old install (bottom):
http://i66.tinypic.com/28tc28w.png

I am using the same wallet.dat, and I copied it back to the old install to create a screenshot of the old situation. Everything used to be fine, but in the new version it keeps showing 594.46684 mBTC as Pending. I know it's not send by real transactions, no money is coming in. Nothing changed in the Transactions-tab.

I have had 2 "weird" transactions in the past: the first said it's a double spend, the second I actually did a double spend to fix a zero fee transaction that was stuck for 2 weeks. But the total amount of this was much less than what's Pending now.

Anybody knows what is going on here? It makes my Bitcoin Core looks messy, and it makes it seem I have more mBTC than I really have.


Title: Re: New install, new version of Bitcoin Core, weird Pending amount
Post by: vlamer on February 27, 2016, 08:36:06 PM
I have reinstalled my laptop with a different Linux-distribution.
This screenshot shows my new install (top) and my old install (bottom):
http://i66.tinypic.com/28tc28w.png

I am using the same wallet.dat, and I copied it back to the old install to create a screenshot of the old situation. Everything used to be fine, but in the new version it keeps showing 594.46684 mBTC as Pending. I know it's not send by real transactions, no money is coming in. Nothing changed in the Transactions-tab.

I have had 2 "weird" transactions in the past: the first said it's a double spend, the second I actually did a double spend to fix a zero fee transaction that was stuck for 2 weeks. But the total amount of this was much less than what's Pending now.

Anybody knows what is going on here? It makes my Bitcoin Core looks messy, and it makes it seem I have more mBTC than I really have.
is serious ?
if like that,i can try to click Help > Debug window and see last block time .if that already synced by other with latest block but still have problem i can open file debug and watch error words.


Title: Re: New install, new version of Bitcoin Core, weird Pending amount
Post by: jonnybravo0311 on February 27, 2016, 09:01:17 PM
Do the following:

1) backup your wallet
2) stop core
3) start core as follows:

Code:
bitcoin-qt -zapwallettxes

That will ditch blast any unconfirmed/weird transactions and also do a full rescan.  You will be good to go after that.


Title: Re: New install, new version of Bitcoin Core, weird Pending amount
Post by: LoyceV on February 27, 2016, 09:52:01 PM
Code:
bitcoin-qt -zapwallettxes
Thank you! This fixed it, and also removed the two double spend transactions from my Transaction-list.


Title: Re: New install, new version of Bitcoin Core, weird Pending amount
Post by: vlamer on February 27, 2016, 11:36:32 PM
Code:
bitcoin-qt -zapwallettxes
Thank you! This fixed it, and also removed the two double spend transactions from my Transaction-list.
Code:
2016-02-27 23:03:17 init message: Rescanning...
2016-02-27 23:03:17 Rescanning last 400326 blocks (from block 0)...
2016-02-27 23:04:17 Still rescanning. At block 153819. Progress=0.007727
2016-02-27 23:05:17 Still rescanning. At block 182723. Progress=0.015028
2016-02-27 23:06:17 Still rescanning. At block 192285. Progress=0.023055
2016-02-27 23:07:17 Still rescanning. At block 201386. Progress=0.031073
2016-02-27 23:08:17 Still rescanning. At block 210003. Progress=0.038420
2016-02-27 23:09:17 Still rescanning. At block 216836. Progress=0.046341
2016-02-27 23:10:17 Still rescanning. At block 222662. Progress=0.054445
2016-02-27 23:11:17 Still rescanning. At block 228755. Progress=0.062575
2016-02-27 23:12:17 Still rescanning. At block 234643. Progress=0.070881
2016-02-27 23:13:17 Still rescanning. At block 240828. Progress=0.079206
2016-02-27 23:14:17 Still rescanning. At block 249371. Progress=0.087658
that is take the time including rescan,i already stuck waiting to test it for learning.  :D ;D