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.

The Alternative Genesis Block of Bitcoin

126 pointsby serhack_over 2 years ago

15 comments

Smaug123over 2 years ago
I&#x27;m not sure if the author is a programmer as such, but there are a few inferences which seem unjustified to me.<p>For example,<p>&gt; However, it is possible to reveal a very important detail about Satoshi Nakamoto’s personality. The fact that Satoshi chose the genesis block with a certain timestamp (which included the sentence in the UK Times article) makes one realize how much preparation and meticulousness was behind Satoshi’s identity.<p>This is immediately following a code snippet in which it is clear that <i>some</i> value must be hard-coded; it would be the work of seconds to think up a value that was funny or meaningful. I don&#x27;t see why this indicates any preparation or meticulousness.<p>Another example:<p>&gt; The other comment that arouses curiosity is this one: &#x2F;&#x2F;&#x2F;&#x2F; is this all we want to do if there&#x27;s a file error like this?<p>&gt; Who was Satoshi referring to when speaking in the plural?<p>Isn&#x27;t this completely normal in programming? I only ever use the plural first person in code unless I&#x27;m specifically referring to myself as a human (in the same way that academic writing uses the plural).
评论 #33131142 未加载
评论 #33130983 未加载
评论 #33130982 未加载
评论 #33131320 未加载
评论 #33130999 未加载
评论 #33134978 未加载
评论 #33133081 未加载
评论 #33134118 未加载
评论 #33131153 未加载
FabHKover 2 years ago
It&#x27;s a bad article. As one example:<p>&gt; The transaction in the first block is a coinbase transaction ― consisting of an input and an output. We recognize that it is a coinbase transaction (i.e. coin creation) from one key element: The number of inputs is equal to 1 (this condition is explicit in Satoshi’s code).<p>That&#x27;s not what&#x27;s characteristic for a coinbase transaction, many transactions might have only one input. What&#x27;s characteristic is that the input comes out of no-where, so to speak, and has no predecessor. In other words, it&#x27;s the second part of the condition below, not the first one, that characterises CoinBase:<p><pre><code> bool IsCoinBase() const { return (vin.size() == 1 &amp;&amp; vin[0].prevout.IsNull()); }</code></pre>
评论 #33131701 未加载
kangover 2 years ago
The original thread is more interesting: <a href="https:&#x2F;&#x2F;bitcointalk.org&#x2F;index.php?topic=382374.msg4108815#msg4108815" rel="nofollow">https:&#x2F;&#x2F;bitcointalk.org&#x2F;index.php?topic=382374.msg4108815#ms...</a><p>...&amp; bitcointalk has many more ideas OP might wanna fill his blog with
评论 #33131294 未加载
TekMolover 2 years ago
The article links to the first version of the source code:<p><a href="https:&#x2F;&#x2F;s3.amazonaws.com&#x2F;nakamotoinstitute&#x2F;code&#x2F;bitcoin-nov08.tgz" rel="nofollow">https:&#x2F;&#x2F;s3.amazonaws.com&#x2F;nakamotoinstitute&#x2F;code&#x2F;bitcoin-nov0...</a><p>Reading it now.<p>It seems beautiful except for the strange fact that there is a random number of empty lines between the code blocks.<p>Why would someone who obiviously likes the beauty of code and writing in general not fix those?
评论 #33131074 未加载
MatthewCampbellover 2 years ago
&gt; Unfortunately, due to a problem also present in the first public version of Bitcoin, Satoshi could never spend the money from that transaction.<p>What evidence suggests that this was unintentional? It offers a sense of fairness and objectivity from the originator, without generalizing the concept of a transactionless block or requiring any special logic to enforce it.
评论 #33131642 未加载
hurlernover 2 years ago
What if the identity of Satoshi Nakimoto is just some guy who almost no-one has ever heard of, not a famous cryptographer?<p>Perhaps he&#x27;s a software developer working a modest job in some company somewhere, chuckling to himself as he reads all these outlandish conspiracy theories about his identity.<p>Maybe he retired to make cheese as a hobby. Maybe he&#x27;s now an old man with a pipe and a walking stick who regularly enjoys the company of his grandkids. Maybe he died and took the secret with him to the grave. Not as fun to think about, but if so, it&#x27;ll happen some day, and the mystery will remain forever.
评论 #33131592 未加载
wslhover 2 years ago
The most accurate and serious articles about the analysis of Satoshi Nakamoto early days is from our co-founder Sergio Lerner [1]. For example [2]. He is an authority in the field (you can easily check that) so in any case I recommend OP to review the data with him.<p>[1] <a href="https:&#x2F;&#x2F;bitslog.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bitslog.com&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;bitslog.com&#x2F;2020&#x2F;08&#x2F;22&#x2F;the-patoshi-mining-machine&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bitslog.com&#x2F;2020&#x2F;08&#x2F;22&#x2F;the-patoshi-mining-machine&#x2F;</a>
评论 #33133985 未加载
vmspover 2 years ago
Slightly off topic, but the site seems to be generated by &quot;Olivetti 0.104.3&quot;. Has anyone heard of this static site generator? Google&#x27;s not helping.
评论 #33131496 未加载
im3w1lover 2 years ago
&gt; the source code does not contain all the files needed to generate a binary.<p>This strikes me as the action of a self-conscious individual, that also needs the validation of an external group because he is working alone.
评论 #33131624 未加载
Theosonover 2 years ago
Satoshi: “Writing a description for this thing for general audiences is bloody hard.” <a href="https:&#x2F;&#x2F;satoshi.nakamotoinstitute.org&#x2F;posts&#x2F;bitcointalk&#x2F;threads&#x2F;79&#x2F;?view=satoshi" rel="nofollow">https:&#x2F;&#x2F;satoshi.nakamotoinstitute.org&#x2F;posts&#x2F;bitcointalk&#x2F;thre...</a><p>Elon Musk: “Bloody hell, I’m going to have to write a blog. Can’t fit this into tweets.” <a href="https:&#x2F;&#x2F;twitter.com&#x2F;elonmusk&#x2F;status&#x2F;943887056492564480" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;elonmusk&#x2F;status&#x2F;943887056492564480</a>
Theosonover 2 years ago
This is one of the best, keep it up
bababeedover 2 years ago
Highly specific commonalities between Satoshi Nakamoto and PayPal co-founder Elon Musk<p><a href="https:&#x2F;&#x2F;medium.com&#x2F;coinmonks&#x2F;highly-specific-commonalities-between-satoshi-nakamoto-and-co-founder-of-paypal-elon-musk-4120f36da702" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;coinmonks&#x2F;highly-specific-commonalities-b...</a>
dnhk21over 2 years ago
It recently surfaced that Elon Musk&#x27;s x.com email was active on the original Cypherpunk mailing list. <a href="https:&#x2F;&#x2F;mailing-list-archive.cryptoanarchy.wiki&#x2F;authors&#x2F;x_x_at_x_com_&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mailing-list-archive.cryptoanarchy.wiki&#x2F;authors&#x2F;x_x_...</a><p>In 1998.
评论 #33135385 未加载
moistlyover 2 years ago
Good god, it’s a Dan Brown novel come to life.
mouzoguover 2 years ago
Adam Back seems like the kind of clumsy genius who would lose his seed phrase and also somehow manage to hide in plain sight.<p>I read somewhere that satoshi nakamoto means central intelligence in japanese, not sure if thats true.
评论 #33131547 未加载
评论 #33132193 未加载
评论 #33131188 未加载
评论 #33132571 未加载