The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
676 views

Why is my transaction not getting confirmed and what can I do about it?

I sent around 12 BTC from my Blockchain.info wallet to my LocalBitcoins account. They are showing at LocalBitcoins as an unconfirmed transaction. I have the fee setting at BlockChain.info set at the ...
13
votes
2answers
2k views

How does Satoshi Dice's 'zero confirmations' transaction system work technically?

The popular bitcoin betting game Satoshi Dice sends back payments very fast, they don't wait for confirmations. The user sends money to Satoshi Dice and gets back winnings a couple of seconds later. ...
6
votes
3answers
276 views

Can I spend a coin sent to myself before it confirms?

If I spend the entire balance in my wallet to another address in my own wallet, do I need to wait until it gets one confirmation in order to spend it, or does the client know it is my own funds and ...
6
votes
3answers
213 views

What nodes are best for lessening the risk of loss from a race attack

A successful race attack is one where the payment recipient's node receives a spend transaction yet the next block that is mined has a different transaction that spends the same coin. Thus the ...
6
votes
2answers
395 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 ...