Bitcoin Forum
June 16, 2024, 11:24:22 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: why is it on: June 02, 2011, 12:08:05 PM
one thing in particular I see where using the second method would seem to be better is in mixing. If we use:


---alices signature---
coin abc
---bobs public key---
---alices signature---

it is technically possible for this to happen


---mixes signature---
coin abc
---Alices public key---
---alices signature---
coin abc
---mixes public key---
---alices signature---
---mixes signature---

sorry probably fucked that diagram up but my point is Alice can get the same coin she put into the mix out of the mix. If numbers are used like the other option:

---alices signature---
alice: 0 mix: 1
timestamp (to prevent replay attacks)
---alices signature---


---mixes signature---
mix: 0 alice: 1
timestamp (to prevent replay attacks)
---mixes signature---

Now even though alice put in one coin and got one coin out, it doesn't matter because a coin is a coin.

Hope I explain myself well. Thanks!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!