How do I clear a stuck Bitcoin transaction.The other answers did not help my situation

0

How do I clear a stuck Bitcoin transaction without being in control of the senders wallet? I have a #number to go on and my wallet address. The sender does not know how to help me.

KNK

Posted 2017-10-20T12:46:45.097

Reputation: 11

1

related: Replace-by-Fee vs Child-pays-for-Parent?, see the "Child-pays-for-parent" part. ;)

Murch 2017-10-20T13:03:54.750

Clear as in settle or clear as in erase?Mars Robertson 2017-11-26T04:41:11.480

Answers

1

if the transaction did not use the optional replace-by-fee scheme, then after 14 days it should be dropped from all mempools and the sender would have the coins back.

if the sender is unavilable or uncooperative and you need the transaction to go through, look for miner priority services; they allow you to pay a fee to get the transaction prioritized.

Jonathan Silverblood

Posted 2017-10-20T12:46:45.097

Reputation: 144

0

I think that the easiest option for super-technical users is to use Transaction Accelerators:

https://en.bitcoin.it/wiki/Transaction_accelerator

Transactions with too low a fee can take hours or even days to confirm, and sometimes never confirm at all.

Never done testing in real-life if they actually work / are reliable.

Much easier to set a correct fee - or allow software do this automatically.

Mars Robertson

Posted 2017-10-20T12:46:45.097

Reputation: 289