X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=bip39-standalone.html;h=a373d6aa2cdd3bebc51dc636685286e0209467fd;hb=c3c3df473e0e5114b75dbe835ada59a0e8066543;hp=30fbffec51d9a8d344fe0127a244afa8a179c79d;hpb=5493efc33c58688f0afd12f351ba0e7c45e711d1;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/bip39-standalone.html b/bip39-standalone.html index 30fbffe..a373d6a 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -11,7 +11,7 @@ - + @@ -55,35 +92,120 @@

Mnemonic

-
-
-

You can enter an existing BIP39 mnemonic, or generate a new random one. Typing your own twelve words will probably not work how you expect, since the words require a particular structure (the last word is a checksum)

-

For more info see the BIP39 spec

-
- +
- +

You can enter an existing BIP39 mnemonic, or generate a new random one. Typing your own twelve words will probably not work how you expect, since the words require a particular structure (the last word is a checksum)

+

For more info see the BIP39 spec

-
- +
+
-
- - - - +
+
+ + a random + + word mnemonic, or enter your own below. +
+
+
+
+ +
+
+
+ +
+
+ +
+ +
+
@@ -198,19 +320,21 @@
- +

- Use path m/0'/0. - For more info see the Hive Wallet homepage + m/44'/0'/0' generates extended keys for import / export. +

+

+ m/44'/0'/1' to generate the next account. Continue incrementing for more accounts (most use a single account). +

+

+ m/44'/0'/0'/0 to generate public addresses. +

+

+ m/44'/0'/0'/1 to generate change addresses.

-
-
-
- -

- Use path m/44'/0'/0'/0. For more info see the Mycelium Wallet homepage

@@ -220,10 +344,24 @@

Use path m/0'/0' with hardened addresses. +

+

For more info see the Bitcoin Core BIP32 implementation

+
+ +
+

+ Use path m/44'/0'/0'. + Only enter the xpub extended key into block explorer search fields, never the xprv key. +

+

+ Supported by blockchain.info. +

+
+
@@ -264,6 +402,12 @@
+ +
+ Public Key   + +
+
Private Key   @@ -271,12 +415,12 @@
- -     -     -     -     -     + +      +      +      +      +      @@ -314,6 +458,24 @@ but be careful - it can be easy to make mistakes if you don't know what you're doing

+

Entropy

+

+ Entropy values must be sourced from a + strong source of randomness. + This means flipping a fair coin, rolling a fair dice, noise measurements etc. Do NOT use + phrases from books, lyrics from songs, your birthday or steet address, keyboard mashing, or anything you think + is random, because chances are overwhelming that it isn't random enough for the needs of this tool. +

+

+ The random mnemonic generator on this page uses a + cryptographically secure random number generator, + and can generally be trusted more than your own intuition about randomness. + If cryptographic randomness isn't available in your browser, this page will show a warning and will not generate + random mnemonics. +

+

+ You are not a good source of entropy. +

@@ -337,8 +499,8 @@

Alternatively, download it from - - https://github.com/dcpos/bip39 + + https://github.com/iancoleman/bip39 @@ -353,8 +515,8 @@

Get the source code at - - - https://github.com/dcpos/bip39 + + https://github.com/iancoleman/bip39

@@ -408,6 +570,7 @@ + @@ -13359,11 +13522,31 @@ bitcoin.networks.dash = { public: 0x0488b21e, private: 0x0488ade4 }, - pubKeyHash: 0x4e, + pubKeyHash: 0x4c, scriptHash: 0x10, wif: 0xcc, }; +bitcoin.networks.namecoin = { + bip32: { + public: 0x0488b21e, + private: 0x0488ade4 + }, + pubKeyHash: 0x34, + //scriptHash: 0x10, + wif: 0x80, +}; + +bitcoin.networks.peercoin = { + bip32: { + public: 0x0488b21e, + private: 0x0488ade4 + }, + pubKeyHash: 0x37, + //scriptHash: 0x10, + wif: 0xb7, +}; + + + + + + + - + + +