1
I have sent a (>10000 byte) transaction to mtgox, blockinfo reports that the network fee is lower than recommended, so it will take quite a long while to get confirmed.
I was thinking I can send another transaction with more attractive fees - but that represents two difficulties:
- I don't know why the client didn't calculate the correct fee
- mtgox uses a single address per transaction, and so I won't get a new one until the current one completes. If I send another transaction to the current address, when the slow one finally gets there, it will go to the wrong address.
I am not sure what is the best way forward. I am using bitcoind v80500.
Is there a way I can get a transaction into mtgox without breaking the one I have currently waiting for confirmation, and if so, how can I get the fees to be right?
I am referring to network fees, so I have updated the question. The fee added to the transaction is small enough that it is very low priority and will take days to confirm. What do you mean by "you can send to the same address?" – Paul – 2013-11-09T21:10:47.170
Sending the same amount from the same address is not a double-spend, you have to actually spend the same bitcoins. It is just another transaction otherwise. Yes I am talking about a large byte size transaction, which naturally needs a higher fee to process. – Paul – 2013-11-10T04:51:18.763