Bitcoin Forum
June 03, 2024, 12:18:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: 0 confirmations after 2 days. Need help  (Read 5434 times)
ranochigo
Legendary
*
Offline Offline

Activity: 2982
Merit: 4193



View Profile
December 17, 2015, 07:16:19 AM
 #21

Can someone help me with pushing these transactions through or reclaiming the amount on my qt wallet so that I can resend.  Thanks.

If you want to remove those unconfirmed transactions from your bitcoin core wallet, run your bitcoin core with -zapwallettxes=1. It will delete all your wallet transactions and do a rescan. The process will take some time to complete, much longer if you are using an old machine though.

Thanks, looks like I might have to go that route.  Can you explain how I would go about "run your bitcoin core with -zapwallettxes=1".  Thanks

Note:  I sent another test transaction to my coinbase wallet from the core wallet and it went through.  But the amount shows in red in my core wallet, why is it in red, will that clear up if I remove my unconfirmed transactions?
If you're using Windows, go to run and type CMD. Next, use
Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" -zapwallettxes
or
Code:
"C:\Program Files\Bitcoin\bitcoin-qt.exe" -zapwallettxes
. This would remove any unconfirmed transaction from the client and prevent it from automatically rebroadcasting. The transaction would not be automatically forgotten by mempool on immediately but it would take sometime. After a day or two, most nodes would have forgotten about your transaction and you can continue to remake a new one.

Regarding your red amount, the BTC was deducted from your client and hence it would be red. It would stay red and you do not need to worry.

Ok I ran the second set of code you gave me from the command line.  Client opened up and those 2 transactions are still on my client, will this take some time to be removed from my wallet and is it automatic? If/when they are removed I guess the bitcoin amount will show back up in my balance to be able to spend again? How can I find out when this transaction was erased from the mem pool? Also should I keep my client open to make this process or could I shut it down?  Sorry for the questions but this has really gotten me into a loop for a couple of days.  

Oh and for the reduction in red...complete brain shut down, I guess Im just worried about the unconfirmed trans and see red and assumed an issue.  I generally use the core for my mining proceeds coming in and don't use it as a hot wallet.  

Thanks for your help and hopefully this will be resolved soon.
Try closing it completely and try again.
Yes, the amount would be shown in your wallet again. You can script another transaction immediately but if the nodes have seen it, they would ignore the transaction and refuse to relay it.
I can't tell exactly when the transaction would be forgotten from mempool. But as long as no one rebroadcasts it, it would be forgotten within 48-72hours.

Basically, you have two other choices.
1) CPFP- Child pay for parent, you can spend either of the output with a higher fee and the miners using the patch would have incentive to mine the entire chain of transaction and collect all the fees.
2) FSSRBF- First-seen safe replace by fee. You can script a new transaction but these requirements must be met:
 - Output amounts must exceed or equate to the previous transaction.
 - Output addresses are the same but they can be added.
 - You can add or remove inputs.
You need to add a higher fee. The pool that accepts this is f2pool. Create and sign a transaction that meets the requirements and broadcast it here:https://www.f2pool.com/pushtx.

#Zapwallettxes should work fine, give it time.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
wheelz1200 (OP)
Legendary
*
Online Online

Activity: 3640
Merit: 1407



View Profile
December 17, 2015, 09:33:54 PM
 #22

using "C:\Program Files\Bitcoin\bitcoin-qt.exe" -zapwallettxes,   

How long after opening the core wallet will the bitcoin be available to be able to send again.  the transaction: d02f3400a1c174463b166b1b622700c78806452519c370e3868f07f234b0585b-000    still shows in my core wallet amd status is 0/unconfirmed  with the date  12/12/2015 05:41

Ive opened the wallet (and closed it down) multiple times this way a couple of times over the course of the last 18 hours.  Do I have to wait and then when it drops from the mem pool it will disappear out of my wallet or if I did it right should it be out of my wallet now, but just wouldnt be able to respend until it drops from the mem pool.

Thank you all for your help and hopefully this gets resolved soon, I miss my BTC  Sad

       ███████████████▄▄
    ██████████████████████▄
  ██████████████████████████▄
 ███████   ▀████████▀   ████▄
██████████    █▀  ▀    ██████▄
███████████▄▄▀  ██  ▀▄▄████████
███████████          █████████
███████████▀▀▄  ██  ▄▀▀████████
██████████▀   ▀▄  ▄▀   ▀██████▀
 ███████  ▄██▄████▄█▄  █████▀
  ██████████████████████████▀
    ██████████████████████▀
       ███████████████▀▀
.
.Duelbits.
.
..THE MOST REWARDING CASINO......
   ▄▄▄▄████▀███▄▄▄▄▄
▄███▄▀▄██▄   ▄██▄▀▄███▄
████▄█▄███▄█▄███▄█▄████
███████████████████████   ▄██▄
██     ██     ██     ██   ▀██▀
██ ▀▀█ ██ ▀▀█ ██ ▀▀█ ██    ██
██  █  ██  █  ██  █  ██
█▌  ██
██     ██     ██     ████  ██
█████████████████████████  ██
████████████████████████████▀
█████████████████████████
█████████████████████████
████████████████████████▌
       +4,000       
PROVABLY FAIR
GAMES
   $500,000   
MONTHLY
PRIZE POOL
      $10,000     
BLACKJACK
GIVEAWAY
ranochigo
Legendary
*
Offline Offline

Activity: 2982
Merit: 4193



View Profile
December 18, 2015, 02:02:10 AM
 #23

using "C:\Program Files\Bitcoin\bitcoin-qt.exe" -zapwallettxes,   

How long after opening the core wallet will the bitcoin be available to be able to send again.  the transaction: d02f3400a1c174463b166b1b622700c78806452519c370e3868f07f234b0585b-000    still shows in my core wallet amd status is 0/unconfirmed  with the date  12/12/2015 05:41

Ive opened the wallet (and closed it down) multiple times this way a couple of times over the course of the last 18 hours.  Do I have to wait and then when it drops from the mem pool it will disappear out of my wallet or if I did it right should it be out of my wallet now, but just wouldnt be able to respend until it drops from the mem pool.

Thank you all for your help and hopefully this gets resolved soon, I miss my BTC  Sad
Zapwallettxes should delete unconfirmed transaction and scan the blockchain for any confirmed transaction. In some instances, it does not work properly, yet to figure out why. If possible, try backing up your wallet.dat in %appdata%/Bitcoin directory.
1) Transfer the wallet.dat to %appdata%/Bitcoin in another computer with Bitcoin Core installed. Then, try the command again.
2) Use Pywallet to delete the TXes. You need to install python and the requirements.
Exact steps are here: https://bitcointalk.org/index.php?topic=35214.0

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
Quickseller
Copper Member
Legendary
*
Offline Offline

Activity: 2898
Merit: 2327


View Profile
December 18, 2015, 03:03:58 AM
 #24

It looks like f01e0c3894f3746b6a891c33b80ea05944f7790493e207255ba00ebef4b3a2b8 just confirmed that double spent both of the transactions in the OP.
wheelz1200 (OP)
Legendary
*
Online Online

Activity: 3640
Merit: 1407



View Profile
December 18, 2015, 09:40:36 PM
 #25

It looks like f01e0c3894f3746b6a891c33b80ea05944f7790493e207255ba00ebef4b3a2b8 just confirmed that double spent both of the transactions in the OP.

Correct, I now have my bitcoins back in my core wallet.  To everyone that posted here thanks a ton.

       ███████████████▄▄
    ██████████████████████▄
  ██████████████████████████▄
 ███████   ▀████████▀   ████▄
██████████    █▀  ▀    ██████▄
███████████▄▄▀  ██  ▀▄▄████████
███████████          █████████
███████████▀▀▄  ██  ▄▀▀████████
██████████▀   ▀▄  ▄▀   ▀██████▀
 ███████  ▄██▄████▄█▄  █████▀
  ██████████████████████████▀
    ██████████████████████▀
       ███████████████▀▀
.
.Duelbits.
.
..THE MOST REWARDING CASINO......
   ▄▄▄▄████▀███▄▄▄▄▄
▄███▄▀▄██▄   ▄██▄▀▄███▄
████▄█▄███▄█▄███▄█▄████
███████████████████████   ▄██▄
██     ██     ██     ██   ▀██▀
██ ▀▀█ ██ ▀▀█ ██ ▀▀█ ██    ██
██  █  ██  █  ██  █  ██
█▌  ██
██     ██     ██     ████  ██
█████████████████████████  ██
████████████████████████████▀
█████████████████████████
█████████████████████████
████████████████████████▌
       +4,000       
PROVABLY FAIR
GAMES
   $500,000   
MONTHLY
PRIZE POOL
      $10,000     
BLACKJACK
GIVEAWAY
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!