mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
Links and author changed to iancoleman
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<meta content="Mnemonic code for generating deterministic keys" name="description"/>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
<meta content="bitcoin mnemonic converter" name="description" />
|
||||
<meta content="DC POS" name="author" />
|
||||
<meta content="Ian Coleman" name="author" />
|
||||
|
||||
<style>
|
||||
body {
|
||||
@@ -353,8 +353,8 @@
|
||||
</p>
|
||||
<p>
|
||||
Alternatively, download it from
|
||||
<a href="https://github.com/dcpos/bip39">
|
||||
https://github.com/dcpos/bip39
|
||||
<a href="https://github.com/iancoleman/bip39">
|
||||
https://github.com/iancoleman/bip39
|
||||
</a>
|
||||
|
||||
</div>
|
||||
@@ -369,8 +369,8 @@
|
||||
|
||||
<p>
|
||||
<span>Get the source code at - </span>
|
||||
<a href="https://github.com/dcpos/bip39" target="_blank">
|
||||
https://github.com/dcpos/bip39
|
||||
<a href="https://github.com/iancoleman/bip39" target="_blank">
|
||||
https://github.com/iancoleman/bip39
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ A tool for converting BIP39 mnemonic phrases to addresses and private keys.
|
||||
|
||||
## Online Version
|
||||
|
||||
https://dcpos.github.io/bip39/
|
||||
https://iancoleman.github.io/bip39/
|
||||
|
||||
## Standalone offline version
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<meta content="Mnemonic code for generating deterministic keys" name="description"/>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
<meta content="bitcoin mnemonic converter" name="description" />
|
||||
<meta content="DC POS" name="author" />
|
||||
<meta content="Ian Coleman" name="author" />
|
||||
|
||||
<style>
|
||||
body {
|
||||
@@ -349,8 +349,8 @@
|
||||
</p>
|
||||
<p>
|
||||
Alternatively, download it from
|
||||
<a href="https://github.com/dcpos/bip39">
|
||||
https://github.com/dcpos/bip39
|
||||
<a href="https://github.com/iancoleman/bip39">
|
||||
https://github.com/iancoleman/bip39
|
||||
</a>
|
||||
|
||||
</div>
|
||||
@@ -365,8 +365,8 @@
|
||||
|
||||
<p>
|
||||
<span>Get the source code at - </span>
|
||||
<a href="https://github.com/dcpos/bip39" target="_blank">
|
||||
https://github.com/dcpos/bip39
|
||||
<a href="https://github.com/iancoleman/bip39" target="_blank">
|
||||
https://github.com/iancoleman/bip39
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
12
tests.js
12
tests.js
@@ -1566,7 +1566,7 @@ page.open(url, function(status) {
|
||||
},
|
||||
|
||||
// Github Issue 11: Default word length is 15
|
||||
// https://github.com/dcpos/bip39/issues/11
|
||||
// https://github.com/iancoleman/bip39/issues/11
|
||||
function() {
|
||||
page.open(url, function(status) {
|
||||
// get the word length
|
||||
@@ -1583,7 +1583,7 @@ page.open(url, function(status) {
|
||||
|
||||
|
||||
// Github Issue 12: Generate more rows with private keys hidden
|
||||
// https://github.com/dcpos/bip39/issues/12
|
||||
// https://github.com/iancoleman/bip39/issues/12
|
||||
function() {
|
||||
page.open(url, function(status) {
|
||||
// set the phrase
|
||||
@@ -1626,7 +1626,7 @@ page.open(url, function(status) {
|
||||
},
|
||||
|
||||
// Github Issue 19: Mnemonic is not sensitive to whitespace
|
||||
// https://github.com/dcpos/bip39/issues/19
|
||||
// https://github.com/iancoleman/bip39/issues/19
|
||||
function() {
|
||||
page.open(url, function(status) {
|
||||
// set the phrase
|
||||
@@ -1653,7 +1653,7 @@ page.open(url, function(status) {
|
||||
},
|
||||
|
||||
// Github Issue 23: Part 1: Use correct derivation path when changing tabs
|
||||
// https://github.com/dcpos/bip39/issues/23
|
||||
// https://github.com/iancoleman/bip39/issues/23
|
||||
function() {
|
||||
page.open(url, function(status) {
|
||||
// 1) and 2) set the phrase
|
||||
@@ -1701,7 +1701,7 @@ page.open(url, function(status) {
|
||||
},
|
||||
|
||||
// Github Issue 23 Part 2: Coin selection in derivation path
|
||||
// https://github.com/dcpos/bip39/issues/23#issuecomment-238011920
|
||||
// https://github.com/iancoleman/bip39/issues/23#issuecomment-238011920
|
||||
function() {
|
||||
page.open(url, function(status) {
|
||||
// set the phrase
|
||||
@@ -1732,7 +1732,7 @@ page.open(url, function(status) {
|
||||
},
|
||||
|
||||
// Github Issue 26: When using a Root key derrived altcoins are incorrect
|
||||
// https://github.com/dcpos/bip39/issues/26
|
||||
// https://github.com/iancoleman/bip39/issues/26
|
||||
function() {
|
||||
page.open(url, function(status) {
|
||||
// 1) 2) and 3) set the root key
|
||||
|
||||
Reference in New Issue
Block a user