Who created Bitcoin? This comment seems to offer many clues: https://news.ycombinator.com/item?id=5547590 There are two groups that are on the suspects list for having engendered bitcoin, one group centers around Trinity College, another is a bunch of loosely affiliated international collaborators. Both groups are on the record with precursors to bitcoin (papers, software), neither has admitted openly that they were…
Unexpected Ways in which Bitcoin Dodged Some Cryptographic Bullets
71–76 of 76 posts
Re: Unexpected Ways in which Bitcoin Dodged Some Cryptographic Bullets
#72Earlier quoted context omitted.
Not really. The original bitcoin client did what was called direct-to-IP transactions, which didn't use hashed pubkeys, and which was vulnerable to man-in-the-middle attacks (oops). Bitcoin's ECDSA curve was chosen because it was one of the faster ones, not because of any NIST connection (a "real" cryptographer of the day would have probably advised against the secp256k1 curve used in bitcoin in favor of one of the N…
unless the "real" cryptographer knew about the NIST/NSA weakening of secp256r1
Re: Unexpected Ways in which Bitcoin Dodged Some Cryptographic Bullets
#73Who created Bitcoin? This comment seems to offer many clues: https://news.ycombinator.com/item?id=5547590 There are two groups that are on the suspects list for having engendered bitcoin, one group centers around Trinity College, another is a bunch of loosely affiliated international collaborators. Both groups are on the record with precursors to bitcoin (papers, software), neither has admitted openly that they were…
Re: Unexpected Ways in which Bitcoin Dodged Some Cryptographic Bullets
#74Earlier quoted context omitted.
People are keeping a close eye on the addresses holding all of those bitcoins. I wonder how he'll avoid being detected when trying to withdraw them.
I guess when there are some more established exchange services they could slowly pull some of that money out in relatively good anonymity. (Assuming that a more established service would not sell their name to the press.)
Re: Unexpected Ways in which Bitcoin Dodged Some Cryptographic Bullets
#75Earlier quoted context omitted.
I have a related question. Why hasn't the creator(s) come forward? What reason is there for hiding their identity? I'm starting to add more tin foil to my hat these days and this sort of thing worries me.
He wants to remain anonymous almost certainly because he is estimated to own ~1 million BTC ($200 million!); and a lot of thieves would track/kidnap/torture/murder someone for the chance to steal that amount.
Re: Unexpected Ways in which Bitcoin Dodged Some Cryptographic Bullets
#76Earlier quoted context omitted.
my thoughts exactly. For those who don't know, never ever use floats for things like money. Try in windows calculator for example sqrt(4) - 2 and see why. Strangely enough he talks about floating point rounding errors in one of the next paragraphs?
> For those who don't know, never ever use floats for things like money. This is normally a very good rule to follow. The reason is that floating point is binary, whereas cash is decimal, so even an innocent number like 0.4 has no exact representation in binary (it's actually an infinite tail: 0.011001100110011...). Here, however, I'm using floats NOT to store decimals; every single value that I store is an integer.…