TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Git commit with hash `0000000`

20 pointsby Bromeo7 months ago

7 comments

joegibbs7 months ago
The most zeroes at the start is 14, and there&#x27;s only one commit with that many zeroes, which is <a href="https:&#x2F;&#x2F;github.com&#x2F;seungwonpark&#x2F;ghudegy-chain&#x2F;commit&#x2F;00000000000000c06d2e8c36f247206a9a4b1c63">https:&#x2F;&#x2F;github.com&#x2F;seungwonpark&#x2F;ghudegy-chain&#x2F;commit&#x2F;0000000...</a>.
评论 #41992266 未加载
评论 #41992251 未加载
015a7 months ago
The probability of this happening at random is around 1 in 250 million (if you care that the hash prefix is all zeroes, versus just all the same character: 1 in 4 billion).<p>Github has officially announced that they have over 100 million active users, and over 400 million repositories.<p>At Github&#x27;s scale this is a common event; on the order of monthly.
bigfatkitten7 months ago
That&#x27;s not the full hash of course. The complete hash is 000000007dac9715520764e334380ae8ab26d598.<p>There&#x27;s a reason Git doesn&#x27;t simply use CRC32 or the like.
3r7j6qzi9jvnve7 months ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;not-an-aardvark&#x2F;lucky-commit">https:&#x2F;&#x2F;github.com&#x2F;not-an-aardvark&#x2F;lucky-commit</a> and others have shown up to engineer (read: brute-force) these early hash digits
Bromeo7 months ago
I just stumbled across this commit and couldn&#x27;t believe my eyes, thought it may be interesting to some of you as well.<p>EDIT: Looking further into it, it looks like there&#x27;s almost two thousand commits on github starting with this exact hash: <a href="https:&#x2F;&#x2F;github.com&#x2F;search?q=hash%3A0000000&amp;type=commits&amp;p=1">https:&#x2F;&#x2F;github.com&#x2F;search?q=hash%3A0000000&amp;type=commits&amp;p=1</a>
out_of_protocol7 months ago
Having N leading zeroes is very similar to what &quot;Bitcoin mining&quot; consists of. Brutforcing small-ish N is possible on Raspberry PI in seconds, large-ish is almost impossible
xgboost3d7 months ago
Wow that&#x27;s shiny pokemon odds!