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)."
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.
|
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. | |||
|
feedback
|