Upload files to "/"
Update blog index: add the Electrum plugin post
This commit is contained in:
16
blog.html
16
blog.html
@@ -206,6 +206,22 @@ footer .built{font-size:13px;color:var(--muted);margin-top:8px}
|
|||||||
Article entries are added here newest-first. Each entry needs: thumbnail,
|
Article entries are added here newest-first. Each entry needs: thumbnail,
|
||||||
date (machine-readable in the datetime attribute), title, standfirst.
|
date (machine-readable in the datetime attribute), title, standfirst.
|
||||||
-->
|
-->
|
||||||
|
<article class="post-card">
|
||||||
|
<a href="blog/why-electrum-and-timelocks.html" aria-hidden="true" tabindex="-1">
|
||||||
|
<img src="blog/img/why-electrum-and-timelocks.webp" width="1600" height="900" loading="lazy"
|
||||||
|
alt="A padlock shaped like a clock holding a signed Bitcoin document">
|
||||||
|
</a>
|
||||||
|
<div class="body">
|
||||||
|
<time class="date" datetime="2026-08-23">23 August 2026</time>
|
||||||
|
<h2><a href="blog/why-electrum-and-timelocks.html">Why we built BAL as an Electrum plugin — and why timelocks remove the need for trust</a></h2>
|
||||||
|
<p>Signing is the most security-critical operation in Bitcoin, so the
|
||||||
|
plugin never signs: it asks, you decide. And nLocktime is not a policy
|
||||||
|
anyone can break — it is a consensus rule, which turns the
|
||||||
|
Will-Executor into something closer to a mailbox than a bank.</p>
|
||||||
|
<a class="more" href="blog/why-electrum-and-timelocks.html">Read the article →</a>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
<article class="post-card">
|
<article class="post-card">
|
||||||
<a href="blog/what-happens-to-your-bitcoin.html" aria-hidden="true" tabindex="-1">
|
<a href="blog/what-happens-to-your-bitcoin.html" aria-hidden="true" tabindex="-1">
|
||||||
<img src="blog/img/what-happens-to-your-bitcoin-cover.webp" width="1600" height="900" loading="lazy"
|
<img src="blog/img/what-happens-to-your-bitcoin-cover.webp" width="1600" height="900" loading="lazy"
|
||||||
|
|||||||
Reference in New Issue
Block a user