forked from bitcoinafterlife/bal-website
Update blog.html
blog index - add seed article card
This commit is contained in:
16
blog.html
16
blog.html
@@ -192,6 +192,22 @@ footer .built{font-size:13px;color:var(--muted);margin-top:8px}
|
||||
Article entries are added here newest-first. Each entry needs: thumbnail,
|
||||
date (machine-readable in the datetime attribute), title, standfirst.
|
||||
-->
|
||||
<article class="post-card">
|
||||
<a href="blog/it-all-starts-with-the-seed.html" aria-hidden="true" tabindex="-1">
|
||||
<img src="blog/img/seed-cover.png" width="1600" height="900" loading="lazy"
|
||||
alt="">
|
||||
</a>
|
||||
<div class="body">
|
||||
<time class="date" datetime="2026-08-03">3 August 2026</time>
|
||||
<h2><a href="blog/it-all-starts-with-the-seed.html">It all starts with the seed</a></h2>
|
||||
<p>A weak-entropy flaw let attackers sweep over 1,000 BTC from dormant
|
||||
wallets in forty minutes — from open-source firmware that had been public
|
||||
for years. Everything in Bitcoin grows from the seed, and that is why we
|
||||
built on Electrum instead of reinventing the wallet.</p>
|
||||
<a class="more" href="blog/it-all-starts-with-the-seed.html">Read the article →</a>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<article class="post-card">
|
||||
<a href="blog/inheritance-when-trust-fails.html" aria-hidden="true" tabindex="-1">
|
||||
<img src="blog/img/inheritance-cover.png" width="1600" height="900" loading="lazy"
|
||||
|
||||
Reference in New Issue
Block a user