Questions relating to how particular transactions can be undone or replaced.
0
votes
1answer
125 views
I've sent a small low priority transaction with insufficient fee with blockchain.info wallet, what will happen next?
I've sent a transaction which has a <0.01 BTC output, with zero fee using blockchain.info Android client. It is not being relayed (violating memory pool rules of bitcoind). What can I do to recover ...
3
votes
1answer
279 views
How long does it take on average to receive one confirmation? Is it still reversible?
Hi! Based on your experience, how long does it take to receive one confirmation for any given transaction which has payed the standard miner's fee? Is it still reversible?
Thanks!
4
votes
1answer
1k views
Is it possible to cancel an unconfirmed transaction?
If you submit a transaction to the network but it hasn't yet be confirmed by a block, is it possible to cancel this transaction?
6
votes
2answers
387 views
Double spend attack by sending higher fee transaction directly to the pools possible?
The standard client prioritizes TXs by the time of receipt, e.g. a conflicting transaction will not be relayed. This is not enforced by the network, though. Is there anything that would prevent this ...
4
votes
1answer
83 views
How does the network determine whether to replace a transaction?
Further to this question, how does the network determine whether to accept a new version of a transaction as a replacement transaction? Could an attacker replace transactions maliciously?
16
votes
1answer
322 views
What are checkpoints?
I often read that checkpoints protect the network from a 51% attack because an attacker cannot reverse transactions made before the last checkpoint.
How exactly does this checkpoint mechanism work? ...
9
votes
3answers
438 views
What can be done to mitigate the risk of a Finney-attack?
Related Question: Would a reduced block generation time make the Finney attack more difficult?
I understand that the Finney-attack is the main reason why accepting a zero-confirmation transaction ...
14
votes
3answers
379 views
Can a bitcoin transaction be reversed from the receiving end?
I know this seems like a duplicate of the question 'Can a bitcoin transaction be reversed?' but none of the answers there were explicit enough as they all seemed to assume reversal triggered from the ...
7
votes
4answers
667 views
Can a bitcoin transaction be reversed?
If I sent bitcoins to someone, but then want to cancel this transaction after it was already made (like a chargeback on a credit card), is this possible with Bitcoin?