Skip to content

Commit

Permalink
Update explainers and v2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinQnA committed Jul 25, 2022
1 parent 31441f2 commit 33b05b3
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 7 deletions.
21 changes: 18 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ <h2>Warning</h2>
amnesic operating system like
<a href="https://tails.boum.org/about/index.en.html" target="_blank" rel="noopener noreferrer">Tails.</a>
</p>
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/1.0.7/index.html">
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.0.0/index.html">
<button class="btn" title="Download page for offline use">Download </button>
</a>

Expand Down Expand Up @@ -190526,12 +190526,26 @@ <h3>Warning</h3>
SINGLE_ADDRESS: /*html*/ `
<h3>Single Address Tool</h3>
<p>
Single Address Tool Explainer goes here.
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
and Native Segwit derivations.
</p>
<p>
Selecting 'Multiple Signature Address', defining the signing threshold and importing more than one public key in the same format outlined above will derive the
corresponding multisignature addresses. For importing BIP49 Ypubs or BIP84 Zpubs to check multisig address derivation, please use the separate 'BIP48 Multisig' section
further down the page.
</p>`,
MULTISIG: /*html*/ `
<h3>Multisig</h3>
<p>
Multisig Explainer goes here.
<a target="_blank" rel="noopener noreferrer"
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
in BIP67. This BIP solidifies the industry wide practice of utilizing m/48' derivation paths in hierarchical deterministic multisig wallets.

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.
</p>
<p>
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
(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>
</p>`,
CHANGELOG: /*html*/ `
<h3>Changelog</h3>
Expand All @@ -190544,6 +190558,7 @@ <h3>Changelog</h3>
<li>V1.0.5 - ADD: Last word calculator</li>
<li>V1.0.6 - ADD: Raw Entropy Input Method</li>
<li>V1.0.7 - ADD: BIP86 Taproot Address Generation</li>
<li>V2.0.0 - ADD: Predictive seed word input, Single Address Tool and BIP48 Multisig Address Derivation</li>
</ul>`,
UNKNOWN: /*html*/ `
<h3>ERROR: 404</h3>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seed-tool",
"version": "1.0.7",
"version": "2.0.0",
"description": "Bitcoin wallet seed tool",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/www/dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h2>Warning</h2>
amnesic operating system like
<a href="https://tails.boum.org/about/index.en.html" target="_blank" rel="noopener noreferrer">Tails.</a>
</p>
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/1.0.7/index.html">
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.0.0/index.html">
<button class="btn" title="Download page for offline use">Download </button>
</a>

Expand Down
19 changes: 17 additions & 2 deletions src/www/js/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,12 +496,26 @@ window.infoHtml = {
SINGLE_ADDRESS: /*html*/ `
<h3>Single Address Tool</h3>
<p>
Single Address Tool Explainer goes here.
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
and Native Segwit derivations.
</p>
<p>
Selecting 'Multiple Signature Address', defining the signing threshold and importing more than one public key in the same format outlined above will derive the
corresponding multisignature addresses. For importing BIP49 Ypubs or BIP84 Zpubs to check multisig address derivation, please use the separate 'BIP48 Multisig' section
further down the page.
</p>`,
MULTISIG: /*html*/ `
<h3>Multisig</h3>
<p>
Multisig Explainer goes here.
<a target="_blank" rel="noopener noreferrer"
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
in BIP67. This BIP solidifies the industry wide practice of utilizing m/48' derivation paths in hierarchical deterministic multisig wallets.
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.
</p>
<p>
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
(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>
</p>`,
CHANGELOG: /*html*/ `
<h3>Changelog</h3>
Expand All @@ -514,6 +528,7 @@ window.infoHtml = {
<li>V1.0.5 - ADD: Last word calculator</li>
<li>V1.0.6 - ADD: Raw Entropy Input Method</li>
<li>V1.0.7 - ADD: BIP86 Taproot Address Generation</li>
<li>V2.0.0 - ADD: Predictive seed word input, Single Address Tool and BIP48 Multisig Address Derivation</li>
</ul>`,
UNKNOWN: /*html*/ `
<h3>ERROR: 404</h3>
Expand Down

0 comments on commit 33b05b3

Please sign in to comment.