If Moe had 100 BitCoins and simply copied the files that represent them and gave them to Joe and then Moe and Joe went to exchange them for goods from vendors A and B, how would whichever vendor got Joe's files be able to tell they shouldn't be accepted? I'd appreciate answers in very layman terms. I mean, when I just entered the BitCoin tag for this question, the little tooltip window said "BitCoin is a digital peer-to-peer currency with no central authority (emphasis added)."

link|improve this question

1  
en.wikipedia.org/wiki/Bitcoin – Matt Ball Oct 20 '11 at 14:27
1  
Alright, so each Bitcoin gets transactions added to its history in the big distributed database. Then if the Vendor A transaction happened first, from then on, that Bitcoin would have Vendor A at such-and-such time in its history, and when the copied coin was presented to vendor B, its hash wouldn't fit with the history that includes the vendor A transaction. There may be no central authority, but the distributed database seems to serve as that authority to a degree. – Pete Oct 20 '11 at 15:12
Possible duplicate: bitcoin.stackexchange.com/questions/181/… – David Perry Nov 11 '11 at 17:22
feedback

closed as off topic by Michael Petrotta, Paul R, Brad Larson, martin clayton, Gordon Nov 13 '11 at 12:17

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

up vote 1 down vote accepted

In the scenario where Moe and Joe have a copy of the same wallet files, there is no difference between them until the point where one of them performs a transaction. If Joe spent the entire balance of the wallet with vendor A - then when Moe's bitcoin client synchronizes with the network, Moe's balance would also show zero. The transaction is broadcast into the network, so even if Moe and Joe attempt to spend their entire wallet at about the same time, the transaction which got into the network first would be the only one which actually occurs.

It might be possible for Moe and Joe to alternately spend amounts from the same wallet, and each would see the balance go down whenever either of them performed a spend. It's probably not a good idea to share a wallet like this because presumably one of the users may get a transaction rejected if they happen to try to spend one of the same input coins at the same time.

The question "how would whichever vendor got Joe's files be able to tell they shouldn't be accepted?" is flawed in that the first spends from either should be accepted. This is why if someone were to steal a copy of your wallet files, it becomes a race for who can move the coins to some other safe wallet first.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.