Hacker News new | ask | show | jobs
by FridayWithJohn 4594 days ago
Question: How was this list generated, ie: how do you find out which hash number has a lot of bitcoins in it? I thought that was completely hidden.
3 comments

No the entire history of bitcoin transactions is public that's the only way the whole thing works because that allows anyone to validate that a given account has enough coin to settle a given transaction.
You can see every single address on the blockchain, just not peoples wallets (Because the wallet contains address but most of the time no obvious link between those addresses can be made).

You can see these addresses and speculate. Also some members of the community keep track of famous Bitcoin users that are known to have accumulated over 100,000 coins.

See "Quantitative Analysis of the Full Bitcoin Transaction Graph”,

a 2012 paper by Ron and Shamir. (Adi Shamir of “RSA".)

Preprint available here: http://eprint.iacr.org/2012/584.pdf

(The "Rich List” seems obviously inspired by this paper.)

The original Bitcoin "Rich List" predates that paper by years.

Sadly that paper is pretty poor. It's adequate for informing someone bitcoin isn't anonymous though— but the bitcoin.org website also does that without being littered with basic misunderstandings of how Bitcoin works.