Bitcoin Forum
May 13, 2024, 11:04:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Transaction stuck due to insufficient fee  (Read 417 times)
MindCtrller (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
August 14, 2017, 08:27:34 PM
 #1

Bitcoin Client Software and Version Number: Bitcoin core qt v0.14.2 (64-bit)
Operating System: Windows 10
System Hardware Specs: N/A
Description of Problem: Transaction stuck, tried Full RBF, didnt work out
Any Related Addresses: N/A
Any Related Transaction IDs: e57f73265506025cf486d4d51c959b5ede9117dddba6bc8a6764875ae4edd6b4 & 6d50925ccae27615480b0a9b11f7be3391f2805a09b343d93d0adcd7ffeb601b
Screenshot of the problem: N/A
Log Files from the Bitcoin Client: N/A

I hope someone can help me. This morning i made an transaction from my bitcoin core wallet to my kraken wallet. Unfortunately i put in the wrong miners fee (way to low). I found the following topic:
https://bitcointalk.org/index.php?topic=1802212.0 and followed the steps of starting bitcoin core with -walletbroadcast=0 and then i was able to abandon the transaction. When i did this i got my bitcoins back in my core wallet.

I then send my bitcoins again to my kraken account, this time i used dynamic fee and put the slider all the way to the right and also increased the amount of btc to transfer just because i wanted to transfer more btc. The status of the transaction showed "offlline". i figured out this was because i started core with "-walletbroadcast=0". So i restarted core without "-walletbroadcast=0" and then the status showed "0/unconfirmed, in mempool". When i search up the transactionid in blockchain.info it cant find the transaction. So i am wondering what went wrong and how can i fix this?

ps i also tried the rebroadcast the transaction by getting the getrawtransaction and using blockchain.info/pushtx, this gave me the message: Validation Error: Error #-26: 258: txn-mempool-conflict

The original transactionid with the way to low miners fee is: e57f73265506025cf486d4d51c959b5ede9117dddba6bc8a6764875ae4edd6b4
The new transactionid is: 6d50925ccae27615480b0a9b11f7be3391f2805a09b343d93d0adcd7ffeb601b

Thanks in advance!
1715641495
Hero Member
*
Offline Offline

Posts: 1715641495

View Profile Personal Message (Offline)

Ignore
1715641495
Reply with quote  #2

1715641495
Report to moderator
1715641495
Hero Member
*
Offline Offline

Posts: 1715641495

View Profile Personal Message (Offline)

Ignore
1715641495
Reply with quote  #2

1715641495
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715641495
Hero Member
*
Offline Offline

Posts: 1715641495

View Profile Personal Message (Offline)

Ignore
1715641495
Reply with quote  #2

1715641495
Report to moderator
1715641495
Hero Member
*
Offline Offline

Posts: 1715641495

View Profile Personal Message (Offline)

Ignore
1715641495
Reply with quote  #2

1715641495
Report to moderator
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
August 14, 2017, 08:55:52 PM
 #2

Bitcoin Client Software and Version Number: Bitcoin core qt v0.14.2 (64-bit)
Operating System: Windows 10
System Hardware Specs: N/A
Description of Problem: Transaction stuck, tried Full RBF, didnt work out
Any Related Addresses: N/A
Any Related Transaction IDs: e57f73265506025cf486d4d51c959b5ede9117dddba6bc8a6764875ae4edd6b4 & 6d50925ccae27615480b0a9b11f7be3391f2805a09b343d93d0adcd7ffeb601b
Screenshot of the problem: N/A
Log Files from the Bitcoin Client: N/A

I hope someone can help me. This morning i made an transaction from my bitcoin core wallet to my kraken wallet. Unfortunately i put in the wrong miners fee (way to low). I found the following topic:
https://bitcointalk.org/index.php?topic=1802212.0 and followed the steps of starting bitcoin core with -walletbroadcast=0 and then i was able to abandon the transaction. When i did this i got my bitcoins back in my core wallet.

I then send my bitcoins again to my kraken account, this time i used dynamic fee and put the slider all the way to the right and also increased the amount of btc to transfer just because i wanted to transfer more btc. The status of the transaction showed "offlline". i figured out this was because i started core with "-walletbroadcast=0". So i restarted core without "-walletbroadcast=0" and then the status showed "0/unconfirmed, in mempool". When i search up the transactionid in blockchain.info it cant find the transaction. So i am wondering what went wrong and how can i fix this?

ps i also tried the rebroadcast the transaction by getting the getrawtransaction and using blockchain.info/pushtx, this gave me the message: Validation Error: Error #-26: 258: txn-mempool-conflict

The original transactionid with the way to low miners fee is: e57f73265506025cf486d4d51c959b5ede9117dddba6bc8a6764875ae4edd6b4
The new transactionid is: 6d50925ccae27615480b0a9b11f7be3391f2805a09b343d93d0adcd7ffeb601b

Thanks in advance!

Contact the users macbook-air or quickseller in order to get the transaction confirmed (you'll have to pay them of course).
You could try to do an RBF or child-pays-parent double spend on the transaction (and search about how to do this - it should be possible in bitcoin core if that's where you sent the coins from).
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
August 16, 2017, 09:21:32 AM
 #3

ps i also tried the rebroadcast the transaction by getting the getrawtransaction and using blockchain.info/pushtx, this gave me the message: Validation Error: Error #-26: 258: txn-mempool-conflict

The original transactionid with the way to low miners fee is: e57f73265506025cf486d4d51c959b5ede9117dddba6bc8a6764875ae4edd6b4
The new transactionid is: 6d50925ccae27615480b0a9b11f7be3391f2805a09b343d93d0adcd7ffeb601b
Looks like your new transaction got confirmed Wink

The reason for the "258: txn-mempool-conflict" was due to your new transaction using at least one input that was in the first transaction. Using the "walletbroadcast=0" just stops your wallet attempting to rebroadcast transactions... it doesn't (and can't) remove transactions from the network... So your original transaction was still in the mempool, even though you had abandoned it from your local wallet... and when you tried to send the new transaction, it got rejected as a "double spend"...


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


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
iconicrocket
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
August 16, 2017, 09:45:14 AM
 #4

I'm in the same boat. Anyone know how to fix this?

Transaction on Blockchain and Bitcoin Explorer.

4c69fc654b184b037dc169f0aa7bf98e26a01addc4af3ab0e6189c018fca39f1
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
August 16, 2017, 10:37:01 AM
 #5

I'm in the same boat. Anyone know how to fix this?

Transaction on Blockchain and Bitcoin Explorer.

4c69fc654b184b037dc169f0aa7bf98e26a01addc4af3ab0e6189c018fca39f1

Go to viabtc.com, they have a transaction accelerator that you can use as your fee is more than 10sats/byte
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!