diff options
-rw-r--r-- | bip39-standalone.html | 10 | ||||
-rw-r--r-- | readme.md | 2 | ||||
-rw-r--r-- | src/index.html | 10 | ||||
-rw-r--r-- | tests.js | 12 |
4 files changed, 17 insertions, 17 deletions
diff --git a/bip39-standalone.html b/bip39-standalone.html index 0971c12..24a9b6b 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html | |||
@@ -11,7 +11,7 @@ | |||
11 | <meta content="Mnemonic code for generating deterministic keys" name="description"/> | 11 | <meta content="Mnemonic code for generating deterministic keys" name="description"/> |
12 | <meta content="width=device-width, initial-scale=1.0" name="viewport" /> | 12 | <meta content="width=device-width, initial-scale=1.0" name="viewport" /> |
13 | <meta content="bitcoin mnemonic converter" name="description" /> | 13 | <meta content="bitcoin mnemonic converter" name="description" /> |
14 | <meta content="DC POS" name="author" /> | 14 | <meta content="Ian Coleman" name="author" /> |
15 | 15 | ||
16 | <style> | 16 | <style> |
17 | body { | 17 | body { |
@@ -353,8 +353,8 @@ | |||
353 | </p> | 353 | </p> |
354 | <p> | 354 | <p> |
355 | Alternatively, download it from | 355 | Alternatively, download it from |
356 | <a href="https://github.com/dcpos/bip39"> | 356 | <a href="https://github.com/iancoleman/bip39"> |
357 | https://github.com/dcpos/bip39 | 357 | https://github.com/iancoleman/bip39 |
358 | </a> | 358 | </a> |
359 | 359 | ||
360 | </div> | 360 | </div> |
@@ -369,8 +369,8 @@ | |||
369 | 369 | ||
370 | <p> | 370 | <p> |
371 | <span>Get the source code at - </span> | 371 | <span>Get the source code at - </span> |
372 | <a href="https://github.com/dcpos/bip39" target="_blank"> | 372 | <a href="https://github.com/iancoleman/bip39" target="_blank"> |
373 | https://github.com/dcpos/bip39 | 373 | https://github.com/iancoleman/bip39 |
374 | </a> | 374 | </a> |
375 | </p> | 375 | </p> |
376 | 376 | ||
@@ -4,7 +4,7 @@ A tool for converting BIP39 mnemonic phrases to addresses and private keys. | |||
4 | 4 | ||
5 | ## Online Version | 5 | ## Online Version |
6 | 6 | ||
7 | https://dcpos.github.io/bip39/ | 7 | https://iancoleman.github.io/bip39/ |
8 | 8 | ||
9 | ## Standalone offline version | 9 | ## Standalone offline version |
10 | 10 | ||
diff --git a/src/index.html b/src/index.html index da48748..517d4af 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -7,7 +7,7 @@ | |||
7 | <meta content="Mnemonic code for generating deterministic keys" name="description"/> | 7 | <meta content="Mnemonic code for generating deterministic keys" name="description"/> |
8 | <meta content="width=device-width, initial-scale=1.0" name="viewport" /> | 8 | <meta content="width=device-width, initial-scale=1.0" name="viewport" /> |
9 | <meta content="bitcoin mnemonic converter" name="description" /> | 9 | <meta content="bitcoin mnemonic converter" name="description" /> |
10 | <meta content="DC POS" name="author" /> | 10 | <meta content="Ian Coleman" name="author" /> |
11 | 11 | ||
12 | <style> | 12 | <style> |
13 | body { | 13 | body { |
@@ -349,8 +349,8 @@ | |||
349 | </p> | 349 | </p> |
350 | <p> | 350 | <p> |
351 | Alternatively, download it from | 351 | Alternatively, download it from |
352 | <a href="https://github.com/dcpos/bip39"> | 352 | <a href="https://github.com/iancoleman/bip39"> |
353 | https://github.com/dcpos/bip39 | 353 | https://github.com/iancoleman/bip39 |
354 | </a> | 354 | </a> |
355 | 355 | ||
356 | </div> | 356 | </div> |
@@ -365,8 +365,8 @@ | |||
365 | 365 | ||
366 | <p> | 366 | <p> |
367 | <span>Get the source code at - </span> | 367 | <span>Get the source code at - </span> |
368 | <a href="https://github.com/dcpos/bip39" target="_blank"> | 368 | <a href="https://github.com/iancoleman/bip39" target="_blank"> |
369 | https://github.com/dcpos/bip39 | 369 | https://github.com/iancoleman/bip39 |
370 | </a> | 370 | </a> |
371 | </p> | 371 | </p> |
372 | 372 | ||
@@ -1566,7 +1566,7 @@ page.open(url, function(status) { | |||
1566 | }, | 1566 | }, |
1567 | 1567 | ||
1568 | // Github Issue 11: Default word length is 15 | 1568 | // Github Issue 11: Default word length is 15 |
1569 | // https://github.com/dcpos/bip39/issues/11 | 1569 | // https://github.com/iancoleman/bip39/issues/11 |
1570 | function() { | 1570 | function() { |
1571 | page.open(url, function(status) { | 1571 | page.open(url, function(status) { |
1572 | // get the word length | 1572 | // get the word length |
@@ -1583,7 +1583,7 @@ page.open(url, function(status) { | |||
1583 | 1583 | ||
1584 | 1584 | ||
1585 | // Github Issue 12: Generate more rows with private keys hidden | 1585 | // Github Issue 12: Generate more rows with private keys hidden |
1586 | // https://github.com/dcpos/bip39/issues/12 | 1586 | // https://github.com/iancoleman/bip39/issues/12 |
1587 | function() { | 1587 | function() { |
1588 | page.open(url, function(status) { | 1588 | page.open(url, function(status) { |
1589 | // set the phrase | 1589 | // set the phrase |
@@ -1626,7 +1626,7 @@ page.open(url, function(status) { | |||
1626 | }, | 1626 | }, |
1627 | 1627 | ||
1628 | // Github Issue 19: Mnemonic is not sensitive to whitespace | 1628 | // Github Issue 19: Mnemonic is not sensitive to whitespace |
1629 | // https://github.com/dcpos/bip39/issues/19 | 1629 | // https://github.com/iancoleman/bip39/issues/19 |
1630 | function() { | 1630 | function() { |
1631 | page.open(url, function(status) { | 1631 | page.open(url, function(status) { |
1632 | // set the phrase | 1632 | // set the phrase |
@@ -1653,7 +1653,7 @@ page.open(url, function(status) { | |||
1653 | }, | 1653 | }, |
1654 | 1654 | ||
1655 | // Github Issue 23: Part 1: Use correct derivation path when changing tabs | 1655 | // Github Issue 23: Part 1: Use correct derivation path when changing tabs |
1656 | // https://github.com/dcpos/bip39/issues/23 | 1656 | // https://github.com/iancoleman/bip39/issues/23 |
1657 | function() { | 1657 | function() { |
1658 | page.open(url, function(status) { | 1658 | page.open(url, function(status) { |
1659 | // 1) and 2) set the phrase | 1659 | // 1) and 2) set the phrase |
@@ -1701,7 +1701,7 @@ page.open(url, function(status) { | |||
1701 | }, | 1701 | }, |
1702 | 1702 | ||
1703 | // Github Issue 23 Part 2: Coin selection in derivation path | 1703 | // Github Issue 23 Part 2: Coin selection in derivation path |
1704 | // https://github.com/dcpos/bip39/issues/23#issuecomment-238011920 | 1704 | // https://github.com/iancoleman/bip39/issues/23#issuecomment-238011920 |
1705 | function() { | 1705 | function() { |
1706 | page.open(url, function(status) { | 1706 | page.open(url, function(status) { |
1707 | // set the phrase | 1707 | // set the phrase |
@@ -1732,7 +1732,7 @@ page.open(url, function(status) { | |||
1732 | }, | 1732 | }, |
1733 | 1733 | ||
1734 | // Github Issue 26: When using a Root key derrived altcoins are incorrect | 1734 | // Github Issue 26: When using a Root key derrived altcoins are incorrect |
1735 | // https://github.com/dcpos/bip39/issues/26 | 1735 | // https://github.com/iancoleman/bip39/issues/26 |
1736 | function() { | 1736 | function() { |
1737 | page.open(url, function(status) { | 1737 | page.open(url, function(status) { |
1738 | // 1) 2) and 3) set the root key | 1738 | // 1) 2) and 3) set the root key |