Bitcoin Forum
May 07, 2024, 03:21:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Transaction stuck, of course  (Read 147 times)
laur_dinu (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 12, 2018, 08:19:52 AM
 #1

Hello ,

I have 2 transactions who are stuck :

https://blockchain.info/address/1Mpos2gySoT2FimsBkBV6pEU7oSktj4PAJ

All address in there are mine. Source wallet is Bitcoin Core ( some 0.15 version ) . They have small fees and are stuck for over 1 month .

What can I do ? The best solution for me is to drop the transactions and 'return' the bitcoins to the source wallet .

It is my understanding that if I no longer sync that wallet I will not broadcast the transactions and in 20 days ( Bitcoin Core ) will be drop from all memory pools so my BTC will 'return' to source .

Am I right ?

Anyway , I need help .

Thank you ,
Laur
1715095304
Hero Member
*
Offline Offline

Posts: 1715095304

View Profile Personal Message (Offline)

Ignore
1715095304
Reply with quote  #2

1715095304
Report to moderator
1715095304
Hero Member
*
Offline Offline

Posts: 1715095304

View Profile Personal Message (Offline)

Ignore
1715095304
Reply with quote  #2

1715095304
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715095304
Hero Member
*
Offline Offline

Posts: 1715095304

View Profile Personal Message (Offline)

Ignore
1715095304
Reply with quote  #2

1715095304
Report to moderator
1715095304
Hero Member
*
Offline Offline

Posts: 1715095304

View Profile Personal Message (Offline)

Ignore
1715095304
Reply with quote  #2

1715095304
Report to moderator
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16616


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
January 12, 2018, 08:45:26 AM
 #2

It is my understanding that if I no longer sync that wallet I will not broadcast the transactions and in 20 days ( Bitcoin Core ) will be drop from all memory pools so my BTC will 'return' to source .
That's not enough, Bitcoin Core will just re-broadcast it again when you start it.

Quote
What can I do ? The best solution for me is to drop the transactions and 'return' the bitcoins to the source wallet .
You can manually remove the transactions from Bitcoin Core:
-Exit Bitcoin Core
-Backup your wallet.dat, even though you should have a backup already, make another backup
-Start Bitcoin Core from a command prompt with options -zapwallettxes -rescan (if you're using a pruned wallet, you can't use this)

Depending on your hardware, it will take a few hours to rescan. After this, your transactions should be gone, but Bitcoin Core might pick them up from mempool again. In that case just wait for it to drop again.

Full description of the commands:
Code:
  -zapwallettxes=<mode>
       Delete all wallet transactions and only recover those parts of the
       blockchain through -rescan on startup (1 = keep tx meta data e.g.
       account owner and payment request information, 2 = drop tx meta
       data)
Code:
  -rescan
       Rescan the block chain for missing wallet transactions on startup

Another tip: don't use inputs like this one:
Code:
17h6vyHcZee6VAxeTvgbhALFvbzZpv9KC9 (0.00000001 BTC - Output)
It's Bitcoin dust, and costs you a lot more in fees than it's worth. If you Enable coin control features (click Settings > Options > Wallet), you can manually select which Inputs to use when you make a transaction. Don't use these very small inputs.

One last thing:
You also own Bitcoin Cash, Bitcoin Gold and Bitcore! If you didn't know this yet: it's worth about $700 in total. After moving your Bitcoins, I can explain how to claim it if needed.

Pages: [1]
  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!