Bitcoin Forum
August 05, 2024, 06:16:51 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / Re: Transaction still unconfirmed after 2 weeks on: November 23, 2017, 12:53:28 PM


Do you mean abandontransaction?
In that case, if you didn't see an error message, i wouldn't worry about it anymore.. You abandoned the transaction, that's all you needed to do Smiley

Yes, abandontransaction. OK, so everything is fine. Thank you for help.
2  Bitcoin / Bitcoin Technical Support / Re: Transaction still unconfirmed after 2 weeks on: November 23, 2017, 10:08:07 AM

I'm glad to see you got it solved, however, there is one thing i wanted to clarify:
walletbroadcast  => Make the wallet broadcast transactions
zapwallettxes => Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup
source: https://en.bitcoin.it/wiki/Running_Bitcoin

There is a big difference between the two: the option you used just makes sure your wallet doesn't rebroadcast your transaction. The second option (zapwallettxes) makes sure the transaction is deleted from your wallet, so it'll never be rebroadcasted (since your wallet simply deleted the transaction).


OH! Well, the destination address is my account at a BTC broker's, but this could even cause trouble.

Question: So as I used walletbroadcast=0 and RPC aborttransaction $txid, should I restart BC core once with -zapwallettxes?
3  Bitcoin / Bitcoin Technical Support / Re: Transaction still unconfirmed after 2 weeks on: November 23, 2017, 07:43:46 AM

If you only have 1 unconfirmed transaction, they're equal in security... The main differences are that abandontransaction is a command you can run from the cli or the debug window while your client is running and it only abandons the 1 unconfirmed transaction you enter as a parameters. -zapwallettxes is a startup parameter, it can only be issued when starting the client, and it usually takes a lot longer to do this compared to using abandontransaction. Zapwallettxes also removes ALL unconfirmed transactions you have broadcasted...
On the other hand, abandontransaction doesn't always work (you get an error message that the transaction cannot be abandoned). In this case, you'll have to use the zapwallettxes parameter (i'm to lazy to look up the spelling, but i think -zapwallettxes might be misspelled).

BTW: next time you have a problem, it might be better to start your own topic, replying to a 6 month old topic is usually considered necroposting, eventough you have a valid question (just a tip)

I am sorry, using -zapwallettxes is not the primary solution. Before trying this workaround you should restart bitcoin-qt with -walletbroadcast=0 and try again. This way it worked in my case.

Thanks for the quick response and sorry for necroposting, I didn't want to ask a question to a similar topic again.

4  Bitcoin / Bitcoin Technical Support / Re: Transaction still unconfirmed after 2 weeks on: November 22, 2017, 08:53:28 PM

Which wallet are you using? For example, bitcoin core keeps rebroadcating a transaction untill you start it with -zapwallettxes or issue an abandontransaction from the cli

Sorry to interrupt, because I have the same problem. I am using Bitcoin Core v0.15. So I have to restart it with -zapwallettxes? Or is it better just to abandon the transaction? Which of these two options shouls I take? (Note: I'd like to use the most secure way)

Thanks for help.

Regards
Christian

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!