the problem is that the transaction is 5825bytes in size which would require atleast 60k satoshi to have priority (10k satoshi per 1000kb). you can only do now is wait for the miners to include your transaction in a block and/or if your transaction get dropped from the memory pool just send it again with sufficient fees so it will be confirmed on the next block
A thirth option is to create a double spend... I've done this a couple times already, it's not that hard:
- export your private key from blockchain.info
- download the coinb.in sourcecode (
https://github.com/OutCast3k/coinbin/), open index.html from your local pc (internet connected)
- click on new -> transaction
- input your address, load
- add/remove inputs, make sure you use at least the same inputs as in the tx you're going to double spend
- add the output address, make sure you leave enough fees, but not to much
- submit -> copy the transaction
- boot in a safe environment, prefrably linux without internet connection, open the coinb.in zip again, click on sign
- paste your transaction + private key
- copy the hex encoded bitcoin transaction
- reboot in windows with internet connection
- open coinb.in source again, past the hex encoded bitcoin transaction in the broadcast field and broadcast
There are several other ways to do this, but i find this one the easyest
the problem is that the transaction is 5825bytes in size which would require atleast 60k satoshi to have priority (10k satoshi per 1000kb). you can only do now is wait for the miners to include your transaction in a block and/or if your transaction get dropped from the memory pool just send it again with sufficient fees so it will be confirmed on the next block
Thank for your answer, its important for me. May I question you? How I can to know a transaction size to set correct fee? And I saw transactions that was created after my transaction and fees was the same but succefully included in a blocks.
not that hard either, just look at this page:
https://bitcoinfees.21.co/Take your fee 0.0001 BTC divide it by your transaction size (5825 bytes) and you'll see you're paying 1.7 satoshi per byte, while a reasonable fee would have been a lot higher (look at the link i posted
)!