Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: EBK1000 on February 25, 2016, 11:22:57 AM



Title: Bitcoin - endless pending transaction
Post by: EBK1000 on February 25, 2016, 11:22:57 AM
Can someone please help / explain. I have a pending transaction shown in my Bitcoin Core 0.12.0 wallet of:

0.02712967 BTC

This has been shown pending for more than a week now and all my transactions are all confirmed and there is no such amount in my transaction list. I do not know where it is from but it just sits there as pending:

https://i.imgur.com/HV0fSMd.png

Whats going on here and how can I trace what this transaction is?


Title: Re: Bitcoin - endless pending transaction
Post by: pedrog on February 25, 2016, 11:28:16 AM
What does it show in a block explorer?

Have you tried to turn it off and on again? :)


Title: Re: Bitcoin - endless pending transaction
Post by: EBK1000 on February 25, 2016, 12:27:30 PM
What does it show in a block explorer?

Have you tried to turn it off and on again? :)

Yes, I have turned it off/on and it makes no difference, I can't check the block explorer because I have no idea what this amount is for or from and it's not shown in my transaction list.


Title: Re: Bitcoin - endless pending transaction
Post by: belcher on February 25, 2016, 02:01:24 PM
Restart bitcoin-qt once with the -zapwallettxes flag enabled.


Title: Re: Bitcoin - endless pending transaction
Post by: iglasses on February 26, 2016, 04:27:27 PM
Mine did the same thing.

There is no transaction for that amount to be searched on the blockchain.


Title: Re: Bitcoin - endless pending transaction
Post by: BTC_Learner on February 26, 2016, 04:37:03 PM
Mine did the same thing.

There is no transaction for that amount to be searched on the blockchain.

I echo this. Interestingly, before I updated to 0.12 (was on 0.8.6 previously), nothing was showing as pending--the full amount was showing as confirmed. Like iglasses and OP said, there is no unconfirmed transaction showing up in my transactions list. Appreciate any input.


Title: Re: Bitcoin - endless pending transaction
Post by: zsmith on February 26, 2016, 04:56:07 PM
I also have a small mysterious pending transaction that does not seem to exist on the blockchain, since upgrading.


Title: Re: Bitcoin - endless pending transaction
Post by: Moloch on February 26, 2016, 05:52:53 PM
According to https://blockchain.info/unconfirmed-transactions (https://blockchain.info/unconfirmed-transactions), there are currently 1800kB+ of unconfirmed transactions...

Around 950kB are in each block, so not all of these will make it into the next block... (and more transactions keep piling up)

Only the 50% with highest fees will get mined in the next block... if you put a low/zero fee, it might sit for days before confirming

You can try clearing the tx out of your wallet and re-sending it with a higher fee (double-spend), or giving it the occasional bump so it stays in memory (default bitcoin setting removes stale transactions after 72 hours)

I set up a relay if you want to try broadcasting the transaction from a different origin:
http://services.moloch.net/broadcast (http://services.moloch.net/broadcast)


Title: Re: Bitcoin - endless pending transaction
Post by: BTC_Learner on February 26, 2016, 06:00:21 PM
According to https://blockchain.info/unconfirmed-transactions (https://blockchain.info/unconfirmed-transactions), there are currently 1800kB+ of unconfirmed transactions...

Around 950kB are in each block, so not all of these will make it into the next block... (and more transactions keep piling up)

Only the 50% with highest fees will get mined in the next block... if you put a low/zero fee, it might sit for days before confirming

You can try clearing the tx out of your wallet and re-sending it with a higher fee (double-spend), or giving it the occasional bump so it stays in memory (default bitcoin setting removes stale transactions after 72 hours)

I set up a relay if you want to try broadcasting the transaction from a different origin:
http://services.moloch.net/broadcast (http://services.moloch.net/broadcast)

Thanks, but what's going on here is a little more perplexing.

I, and others on here, have no unconfirmed transactions in our Transaction List, yet an amount still shows as pending. We are having a hard time even identifying which transaction this pending amount would relate to.

And this issue only arose after updating to 0.12. Before updating, I had, e.g., 1 bitcoin showing up as my confirmed balance with 0 pending. Now, after updating, I show 0.8 confirmed and 0.2 pending.


Title: Re: Bitcoin - endless pending transaction
Post by: shorena on February 26, 2016, 11:58:14 PM
According to https://blockchain.info/unconfirmed-transactions (https://blockchain.info/unconfirmed-transactions), there are currently 1800kB+ of unconfirmed transactions...

Around 950kB are in each block, so not all of these will make it into the next block... (and more transactions keep piling up)

Only the 50% with highest fees will get mined in the next block... if you put a low/zero fee, it might sit for days before confirming

You can try clearing the tx out of your wallet and re-sending it with a higher fee (double-spend), or giving it the occasional bump so it stays in memory (default bitcoin setting removes stale transactions after 72 hours)

I set up a relay if you want to try broadcasting the transaction from a different origin:
http://services.moloch.net/broadcast (http://services.moloch.net/broadcast)

Thanks, but what's going on here is a little more perplexing.

I, and others on here, have no unconfirmed transactions in our Transaction List, yet an amount still shows as pending. We are having a hard time even identifying which transaction this pending amount would relate to.

And this issue only arose after updating to 0.12. Before updating, I had, e.g., 1 bitcoin showing up as my confirmed balance with 0 pending. Now, after updating, I show 0.8 confirmed and 0.2 pending.

Do a -rescan. With the update to 0.12 came some changes to the wallet part as well. There might have been a hickup somewhere.


Title: Re: Bitcoin - endless pending transaction
Post by: BTC_Learner on February 27, 2016, 06:42:32 PM
Shorena, I would like to do a rescan, but I'm pretty computer illiterate. Would you be able to give me a step-by-step of how to do it on OSX? Is it something I have to do through the command line, or can I use a configuration file to do it? Either way, pretty clueless as to how to actually do it.


Title: Re: Bitcoin - endless pending transaction
Post by: vlamer on February 27, 2016, 06:47:36 PM
Can someone please help / explain. I have a pending transaction shown in my Bitcoin Core 0.12.0 wallet of:

0.02712967 BTC

This has been shown pending for more than a week now and all my transactions are all confirmed and there is no such amount in my transaction list. I do not know where it is from but it just sits there as pending:

https://i.imgur.com/HV0fSMd.png

Whats going on here and how can I trace what this transaction is?
is wallet  already synced for block download ?


Title: Re: Bitcoin - endless pending transaction
Post by: BTC_Learner on February 27, 2016, 06:52:56 PM
Shorena, I would like to do a rescan, but I'm pretty computer illiterate. Would you be able to give me a step-by-step of how to do it on OSX? Is it something I have to do through the command line, or can I use a configuration file to do it? Either way, pretty clueless as to how to actually do it.

Actually, dug up an old post that showed how to do it. In progress as we speak... will see how it goes!


Title: Re: Bitcoin - endless pending transaction
Post by: vlamer on February 27, 2016, 07:15:59 PM
Shorena, I would like to do a rescan, but I'm pretty computer illiterate. Would you be able to give me a step-by-step of how to do it on OSX? Is it something I have to do through the command line, or can I use a configuration file to do it? Either way, pretty clueless as to how to actually do it.

Actually, dug up an old post that showed how to do it. In progress as we speak... will see how it goes!
may be this link can help https://en.bitcoin.it/wiki/Running_Bitcoin (https://en.bitcoin.it/wiki/Running_Bitcoin) this for OS X https://bitcoin.org/en/full-node#mac-os-x-instructions (https://bitcoin.org/en/full-node#mac-os-x-instructions)

you can see problem in file debug.log ,in dir $HOME/Library/Application Support/Bitcoin/   /Users/username/Library/Application Support/Bitcoin fo OS X..


Title: Re: Bitcoin - endless pending transaction
Post by: bob123 on February 28, 2016, 06:23:41 PM
you can trie to rebroadcast the transaction using blockchain API


Title: Re: Bitcoin - endless pending transaction
Post by: zsmith on February 28, 2016, 09:20:35 PM
Do a -rescan. With the update to 0.12 came some changes to the wallet part as well. There might have been a hickup somewhere.

Rescanning solved the issue for me, thanks.


Title: Re: Bitcoin - endless pending transaction
Post by: BTC_Learner on February 29, 2016, 02:34:19 PM
Rescan worked for me as well.


Title: Re: Bitcoin - endless pending transaction
Post by: localhost on March 02, 2016, 09:47:35 AM
I also have a small mysterious pending transaction that does not seem to exist on the blockchain, since upgrading.
I just upgraded I had the same issue with an accidental double-spend I made a while back. Somehow the client created the transaction I wanted to do twice, one went through and the other was marked as "error" in my transaction list... until this update which marked it as pending. Rescanning did the trick for me too.