Bumping unconfirmed transaction with sendrawtransaction

1

I have a transaction which doesn't confirms for last 3 days and is not most likely going to confirm at all in near future due to a recent situation in mempool.

Will it be working if I'll do the following? Are there any risks to loose my bitcoins forever, or even to get banned by system for double-spend?

  1. Dump that transaction with 'getrawtransaction'
  2. Decrease one of it's outputs by X in my hex editor, so that X will be added up to transaction fee
  3. Sign that transaction with 'signrawtransaction' and send it

vdudouyt

Posted 2017-08-24T07:56:09.107

Reputation: 153

Question was closed 2017-09-01T07:54:26.500

Did your original transaction opt-in to RBF?MeshCollider 2017-08-24T09:02:33.073

How could I know that?vdudouyt 2017-08-24T09:09:01.693

Check if any of the sequence numbers on your transaction are less than 0xffffffff - 1MeshCollider 2017-08-24T09:10:25.500

All are equal to 0xffffffff - 1 (0xfffffffe). This means that I don't have RBF, I guess?vdudouyt 2017-08-24T09:17:00.330

Thanks, I have taken a look at that article - they are saying to run bitcoin-core with special options and re-send bitcoins. But can I use sendrawtransaction exactly as described above in order to do that? I want to ensure that I will use exactly the same inputs for resending transaction, and no new inputs will be tainted during transaction re-sending.vdudouyt 2017-08-24T10:11:10.437

Answers

0

Could the free ViaBTC Transaction Accelerator service help you ? The service requires a minimum of fee rate of 0.0001 BTC/kB and has submission limit of 100 that is reset every full hour. "https://pool.viabtc.com" under "Tool".

T. Gran

Posted 2017-08-24T07:56:09.107

Reputation: 1

It always says "Submissions are beyond limit. Please try later."vdudouyt 2017-08-25T01:56:13.673