You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<button class="btn" title="Download page for offline use">Download </button>
767
767
</a>
768
768
@@ -190526,12 +190526,26 @@ <h3>Warning</h3>
190526
190526
SINGLE_ADDRESS: /*html*/ `
190527
190527
<h3>Single Address Tool</h3>
190528
190528
<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.
190530
190536
</p>`,
190531
190537
MULTISIG: /*html*/ `
190532
190538
<h3>Multisig</h3>
190533
190539
<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>
Copy file name to clipboardExpand all lines: src/www/js/info.js
+17-2Lines changed: 17 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -496,12 +496,26 @@ window.infoHtml = {
496
496
SINGLE_ADDRESS: /*html*/`
497
497
<h3>Single Address Tool</h3>
498
498
<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.
500
506
</p>`,
501
507
MULTISIG: /*html*/`
502
508
<h3>Multisig</h3>
503
509
<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>
0 commit comments