TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Can a solar flare destroy the Bitcoin Blockchain?

8 点作者 jgalvez大约 4 年前
Hey HN, potentially silly thought exercise here.<p>Humor me, please.<p>Considering this:<p>https:&#x2F;&#x2F;www.thegamer.com&#x2F;how-ionizing-particle-outer-space-helped-super-mario-64-speedrunner-save-time&#x2F;<p>Is it crazy to think a massive but not life-threatening solar flare could corrupt the blockchain?<p>I mean, we all know a solar flare could potentially disrupt electrical grids themselves that could still be repaired, but could it flip enough copies of blockchain to render the network useless?

3 条评论

kleer001大约 4 年前
Solar flare or internet destruction, any calamity that would result in bitcoin or any cryptocurrency going down is going to cause us a lot more problems than just that.<p>No, the real existential threat to any cryptocurrency is the breaking of its hash or cryptographic algorithm. So, if someone breaks SHA-256 or ECDSA then and only then is bitcoin hosed.<p>SHA-256 breaking would allow someone to guarantee they could mine all the blocks faster than anyone else.<p>ECDSA breaking would allow someone to work backwards from someone&#x27;s public key to their private key.<p>Both of which are currently computationally secure, as we understand computing.<p>If you can do those then you&#x27;ve basically got an Oracle and wow, that&#x27;s some monumental and theory breaking power:<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Oracle_machine" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Oracle_machine</a>
dalmo3大约 4 年前
Suppose there are 100 copies of the block chain, and 98 become corrupted. You only need the 2 remaining nodes to verify each other and the others would just download the block chain from them.<p>That would bring other risks like conspiring to rewrite the history (51% attack). But that risk becomes lower the more nodes there are. With 80K+ nodes currently [1], a cosmic event strong enough to kill 99% of the network would surely qualify as &quot;life-threatening&quot;.<p>[1] <a href="https:&#x2F;&#x2F;luke.dashjr.org&#x2F;programs&#x2F;bitcoin&#x2F;files&#x2F;charts&#x2F;historical.html" rel="nofollow">https:&#x2F;&#x2F;luke.dashjr.org&#x2F;programs&#x2F;bitcoin&#x2F;files&#x2F;charts&#x2F;histor...</a>
mikewarot大约 4 年前
&gt;Can a solar flare destroy the Bitcoin Blockchain? No.<p>Part of the mining process is to verify the prior block, this guards against double spending, but also corruption of any kind.<p>The grid as a whole, is safe if turned off before a massive solar flare the size of the Carrington event. Computers might lose power and&#x2F;or connectivity, but once everything is back up, the bitcoin network would be back up and running.