Is it possible to pay extra fee when sending BTC on the trading market homepage, which doesn't support mining fee over 0.0005 BTC or more?
(like
https://bitflyer.jp/ https://www.bithumb.com/ etc..)
I've been looking for the method for so long time, but still I don't know..
I've searched several ways.
[1]
1. Export your private key in base58 format (how to do this depends on the software used to make the unconfirmed transaction, but I'm sure it is straight-forward)
2. Create an empty wallet in bitcoin-qt (can be done with renaming your current wallet.dat to wallet.dat.bak and launching bitcoin-qt. Just be sure to keep wallet.dat.bak...)
3. Launch bitcoin-qt
4. Import the private key into bitcoin-qt (see this:
https://en.bitcoin.it/wiki/How_to_import_private_keys_v7%2B)
5. Quit bitcoin-qt
6. Run
Code:
bitcoin-qt -rescan
7. Wait
8. Wait...
9. Now you have the full balance of the single key you imported (compare with blockexplorer. If not, stop here and post in this thread)
10. Create the transaction you wanted to do without forgetting the fee
11. Delete the new, nearly empty wallet.dat (just rename it if you're not sure about that part)
12. Rename wallet.dat.bak (thus your original wallet) to wallet.dat
13. Done
=>> I don't know how to find private key in my market acount. (Is it exist? Is it even possible to know the private key from trade maket homepage?)
[2]
Rebroadcasting a similar transaction with a fee attached will invalidate the one that's waiting. Basically you initiate a double-spend and the new one (with a fee) will get confirmed. Once it's confirmed, the old transaction will be invalid and forgotten.
Your client probably does not allow double-spend attempts, but it's possible via
https://blockchain.info/pushtx . Warning: Don't create a raw transaction unless you really know what you are doing!
==>> I don't know how to create raw transaction & others..
[3]
Transaction Accelerator from viabtc.com
==>> I didn't try.. but I don't get it. how to raise the priority without pay more fee? And how effective is it? (like can I get stucked BTC in a few minutes?)
and other explanations... I can understand principles but don't know exactly how... T^T
Help me PLZ~~