Skip to content

Commit 33b05b3

Browse files
committed
Update explainers and v2.0.0 release
1 parent 31441f2 commit 33b05b3

File tree

4 files changed

+37
-7
lines changed

4 files changed

+37
-7
lines changed

dist/index.html

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ <h2>Warning</h2>
762762
amnesic operating system like
763763
<a href="https://tails.boum.org/about/index.en.html" target="_blank" rel="noopener noreferrer">Tails.</a>
764764
</p>
765-
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/1.0.7/index.html">
765+
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.0.0/index.html">
766766
<button class="btn" title="Download page for offline use">Download </button>
767767
</a>
768768

@@ -190526,12 +190526,26 @@ <h3>Warning</h3>
190526190526
SINGLE_ADDRESS: /*html*/ `
190527190527
<h3>Single Address Tool</h3>
190528190528
<p>
190529-
Single Address Tool Explainer goes here.
190529+
Use this tool to enter private keys in <b>WIF</b> (Wallet Import Format) or <b>Hex</b> format to view the corresponding Public Key (in Hex format) and addresses in Legacy, Wrapped Segwit
190530+
and Native Segwit derivations.
190531+
</p>
190532+
<p>
190533+
Selecting 'Multiple Signature Address', defining the signing threshold and importing more than one public key in the same format outlined above will derive the
190534+
corresponding multisignature addresses. For importing BIP49 Ypubs or BIP84 Zpubs to check multisig address derivation, please use the separate 'BIP48 Multisig' section
190535+
further down the page.
190530190536
</p>`,
190531190537
MULTISIG: /*html*/ `
190532190538
<h3>Multisig</h3>
190533190539
<p>
190534-
Multisig Explainer goes here.
190540+
<a target="_blank" rel="noopener noreferrer"
190541+
href="https://github.com/bitcoin/bips/blob/master/bip-0048.mediawiki">BIP48</a> defines a logical hierarchy for deterministic multisig wallets based on an algorithm described
190542+
in BIP67. This BIP solidifies the industry wide practice of utilizing m/48' derivation paths in hierarchical deterministic multisig wallets.
190543+
190544+
The hierarchy proposed allows the handling of multiple accounts, receive and change address lists per account, multiple script types and millions of addresses per chain.
190545+
</p>
190546+
<p>
190547+
Use this tool to sense check the address derivation of any multisig coordinator software. Simply enter the extended public keys of each cosigner in the quorum
190548+
(you can also use the extended key of the seed loaded into the tool) and select the number of keys required to sign a transaction (signing threshold). <b>Be sure to add each new public key onto a new line.</b>
190535190549
</p>`,
190536190550
CHANGELOG: /*html*/ `
190537190551
<h3>Changelog</h3>
@@ -190544,6 +190558,7 @@ <h3>Changelog</h3>
190544190558
<li>V1.0.5 - ADD: Last word calculator</li>
190545190559
<li>V1.0.6 - ADD: Raw Entropy Input Method</li>
190546190560
<li>V1.0.7 - ADD: BIP86 Taproot Address Generation</li>
190561+
<li>V2.0.0 - ADD: Predictive seed word input, Single Address Tool and BIP48 Multisig Address Derivation</li>
190547190562
</ul>`,
190548190563
UNKNOWN: /*html*/ `
190549190564
<h3>ERROR: 404</h3>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "seed-tool",
3-
"version": "1.0.7",
3+
"version": "2.0.0",
44
"description": "Bitcoin wallet seed tool",
55
"main": "index.js",
66
"scripts": {

src/www/dev.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h2>Warning</h2>
122122
amnesic operating system like
123123
<a href="https://tails.boum.org/about/index.en.html" target="_blank" rel="noopener noreferrer">Tails.</a>
124124
</p>
125-
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/1.0.7/index.html">
125+
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.0.0/index.html">
126126
<button class="btn" title="Download page for offline use">Download </button>
127127
</a>
128128

src/www/js/info.js

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,12 +496,26 @@ window.infoHtml = {
496496
SINGLE_ADDRESS: /*html*/ `
497497
<h3>Single Address Tool</h3>
498498
<p>
499-
Single Address Tool Explainer goes here.
499+
Use this tool to enter private keys in <b>WIF</b> (Wallet Import Format) or <b>Hex</b> format to view the corresponding Public Key (in Hex format) and addresses in Legacy, Wrapped Segwit
500+
and Native Segwit derivations.
501+
</p>
502+
<p>
503+
Selecting 'Multiple Signature Address', defining the signing threshold and importing more than one public key in the same format outlined above will derive the
504+
corresponding multisignature addresses. For importing BIP49 Ypubs or BIP84 Zpubs to check multisig address derivation, please use the separate 'BIP48 Multisig' section
505+
further down the page.
500506
</p>`,
501507
MULTISIG: /*html*/ `
502508
<h3>Multisig</h3>
503509
<p>
504-
Multisig Explainer goes here.
510+
<a target="_blank" rel="noopener noreferrer"
511+
href="https://github.com/bitcoin/bips/blob/master/bip-0048.mediawiki">BIP48</a> defines a logical hierarchy for deterministic multisig wallets based on an algorithm described
512+
in BIP67. This BIP solidifies the industry wide practice of utilizing m/48' derivation paths in hierarchical deterministic multisig wallets.
513+
514+
The hierarchy proposed allows the handling of multiple accounts, receive and change address lists per account, multiple script types and millions of addresses per chain.
515+
</p>
516+
<p>
517+
Use this tool to sense check the address derivation of any multisig coordinator software. Simply enter the extended public keys of each cosigner in the quorum
518+
(you can also use the extended key of the seed loaded into the tool) and select the number of keys required to sign a transaction (signing threshold). <b>Be sure to add each new public key onto a new line.</b>
505519
</p>`,
506520
CHANGELOG: /*html*/ `
507521
<h3>Changelog</h3>
@@ -514,6 +528,7 @@ window.infoHtml = {
514528
<li>V1.0.5 - ADD: Last word calculator</li>
515529
<li>V1.0.6 - ADD: Raw Entropy Input Method</li>
516530
<li>V1.0.7 - ADD: BIP86 Taproot Address Generation</li>
531+
<li>V2.0.0 - ADD: Predictive seed word input, Single Address Tool and BIP48 Multisig Address Derivation</li>
517532
</ul>`,
518533
UNKNOWN: /*html*/ `
519534
<h3>ERROR: 404</h3>

0 commit comments

Comments
 (0)