forked from bitcoinafterlife/bal-website
Update FAQ #17: wallet compatibility (multisig unsupported, TrustedCoin unknown); fix download links; update subtitle to 17 answers
This commit is contained in:
10
index.html
10
index.html
@@ -6,9 +6,6 @@
|
|||||||
<title>Bitcoin After Life Protocol — Decentralized Bitcoin Inheritance</title>
|
<title>Bitcoin After Life Protocol — Decentralized Bitcoin Inheritance</title>
|
||||||
<meta name="description" content="Bitcoin After Life (BAL) Protocol — Decentralized Bitcoin inheritance through time-locked transactions. No notary, no custodian. Open-source Electrum plugin and Will-Executor network.">
|
<meta name="description" content="Bitcoin After Life (BAL) Protocol — Decentralized Bitcoin inheritance through time-locked transactions. No notary, no custodian. Open-source Electrum plugin and Will-Executor network.">
|
||||||
<meta name="theme-color" content="#2d6cdf">
|
<meta name="theme-color" content="#2d6cdf">
|
||||||
<link rel="icon" type="image/x-icon" href="/pitura/ico/Logo_nero.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/pitura/ico/favicon-32.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/pitura/ico/favicon-16.png">
|
|
||||||
<!--
|
<!--
|
||||||
=========================================================
|
=========================================================
|
||||||
Bitcoin After Life Protocol — landing page
|
Bitcoin After Life Protocol — landing page
|
||||||
@@ -511,7 +508,7 @@ footer .built{font-size:13px;color:var(--muted);margin-top:8px}
|
|||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<span class="eyebrow">FAQ</span>
|
<span class="eyebrow">FAQ</span>
|
||||||
<h2>Frequently asked questions</h2>
|
<h2>Frequently asked questions</h2>
|
||||||
<p class="sub">Sixteen answers about the protocol, the plugin and running a Will-Executor.</p>
|
<p class="sub">Seventeen answers about the protocol, the plugin and running a Will-Executor.</p>
|
||||||
<div class="faq" id="faqList">
|
<div class="faq" id="faqList">
|
||||||
|
|
||||||
<details class="qa"><summary><span class="qn">01</span><span class="qt">What is the Bitcoin After Life Protocol for?</span><span class="chev">▾</span></summary>
|
<details class="qa"><summary><span class="qn">01</span><span class="qt">What is the Bitcoin After Life Protocol for?</span><span class="chev">▾</span></summary>
|
||||||
@@ -583,6 +580,11 @@ footer .built{font-size:13px;color:var(--muted);margin-top:8px}
|
|||||||
<div class="ans"><p>No problem — the plugin writes the inheritance and sends it to the Will-Executors even with an incoming transaction still pending in the mempool. It is enough that the transaction is <strong>visible in the mempool</strong>; it does not need to be confirmed yet. The plugin handles this case automatically.</p></div>
|
<div class="ans"><p>No problem — the plugin writes the inheritance and sends it to the Will-Executors even with an incoming transaction still pending in the mempool. It is enough that the transaction is <strong>visible in the mempool</strong>; it does not need to be confirmed yet. The plugin handles this case automatically.</p></div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details class="qa"><summary><span class="qn">17</span><span class="qt">Is the plugin compatible with all Electrum wallet types?</span><span class="chev">▾</span></summary>
|
||||||
|
<div class="ans"><p>BAL works with <strong>standard Electrum wallets</strong> (single-signature, seed-based) and with <strong>hardware wallets</strong> supported by Electrum (see FAQ 11). It is <strong>not yet compatible with multisig wallets</strong> — support is planned for a future plugin release. Compatibility with <strong>Electrum's TrustedCoin (2FA) wallets</strong> is currently <strong>unknown / unsupported</strong>; it has not yet been determined whether or when this will be addressed.</p>
|
||||||
|
<p>If you use a multisig or TrustedCoin (2FA) wallet, please do not rely on BAL for inheritance until compatibility is confirmed.</p></div>
|
||||||
|
</details>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user