diff --git a/index.html b/index.html index 7ed1041..24ac949 100644 --- a/index.html +++ b/index.html @@ -17,8 +17,8 @@ document.documentElement.classList.remove('nojs'); Visual system: "Slate" (adapted from bal-welist-preview.html) Accent: blue (#2d6cdf), faithful to the reference file. Content: index2.html + updated facts from the GitHub repo - (Electrum 4.7.2, PyQt6, install flow, Anticipate/Postpone, - Server-column states, release v0.6.0, MIT license). + (Electrum 4.8.0, PyQt6, install flow, Anticipate/Postpone, + Server-column states, release v0.6.1, MIT license). All UI copy is in English by project convention. ========================================================= --> @@ -388,6 +388,7 @@ footer .built{font-size:13px;color:var(--muted);margin-top:8px} Install FAQ Blog + Docs Manifesto @X @@ -481,7 +482,7 @@ footer .built{font-size:13px;color:var(--muted);margin-top:8px}
How it works

From setup to automatic execution

-

Six steps — from first setup to the automatic execution of your Bitcoin will.

+

Six steps — from first setup to the automatic execution of your Bitcoin will. For the full protocol walkthrough, see How it works in the manual.

01

Add heirs

Enter the Bitcoin address of your heir(s) in the BAL plugin. No notary or intermediary required.

02

Prepare transaction

The wizard builds a time-locked transaction with your delivery date and the Will-Executor fee.

@@ -510,7 +511,7 @@ footer .built{font-size:13px;color:var(--muted);margin-top:8px}

The beating heart of the protocol

The economic incentive that makes all this possible is a fee included in each inheritance transaction. It is paid when the Will-Executor transmits the inheritance transaction to the nodes, and is therefore inserted into the block. The first one to send the transaction to the nodes wins the inheritance fee.

We expect the BAL Protocol to succeed thanks to these incentives. They are substantial and grow with the value of Bitcoin over time, and they are attractive to more and more servers joining the inheritance transactions with a prospect of medium- to long-term gains.

-

Anybody can create a Will-Executor server to contribute to the protocol and earn commissions, since the code is available as open source.

+

Anybody can create a Will-Executor server to contribute to the protocol and earn commissions, since the code is available as open source. Read more in the manual: what Will-Executors are and running a Will-Executor.

📋

Will-Executors are listed on the public WeList directory and shown directly inside the plugin. Browse the Will-Executor List →

@@ -555,12 +556,12 @@ footer .built{font-size:13px;color:var(--muted);margin-top:8px}
Requirements & installation

Get the plugin running

-

The plugin is a behavior-preserving refactor that cleanly separates the business logic from the PyQt GUI. Build a clean, integrity-checkable archive and install it in Electrum.

+

The plugin is a behavior-preserving refactor that cleanly separates the business logic from the PyQt GUI. Build a clean, integrity-checkable archive and install it in Electrum. For the full step-by-step walkthrough with screenshots, see the installation guide in the manual.

Requirements

    -
  • Electrum4.7.2 — the last stable release.
  • +
  • Electrum4.8.0 — latest stable release, tested against plugin v0.6.1.
  • LicenseMIT.
@@ -625,7 +626,7 @@ footer .built{font-size:13px;color:var(--muted);margin-top:8px}
FAQ

Frequently asked questions

-

Seventeen answers about the protocol, the plugin and running a Will-Executor.

+

Seventeen answers about the protocol, the plugin and running a Will-Executor. For more — Check Alive details, hardware wallets, compatibility, and more — see the full FAQ in the manual.

01What is the Bitcoin After Life Protocol for? @@ -785,9 +786,9 @@ items.forEach(d => { if (data && data.tag_name) { const tag = data.tag_name; link.textContent = tag; - link.href = 'https://bitcoin-after.life/gitea/bitcoinafterlife/bal-electrum-plugin/releases/download/' + tag + '/bal_' + tag + '.zip'; + link.href = 'https://bitcoin-after.life/gitea/bitcoinafterlife/bal-electrum-plugin/releases/download/' + tag + '/bal_electrum_plugin_' + tag + '.zip'; if (sig) { - sig.href = 'https://bitcoin-after.life/gitea/bitcoinafterlife/bal-electrum-plugin/releases/download/' + tag + '/bal_' + tag + '.zip.sig'; + sig.href = 'https://bitcoin-after.life/gitea/bitcoinafterlife/bal-electrum-plugin/releases/download/' + tag + '/bal_electrum_plugin_' + tag + '.zip.sig'; sig.style.display = 'inline'; } }