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