X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=bip39-standalone.html;h=4bad422a672a0999a644d43b0fed096dbe49fd26;hb=94959756408aa60be4118ab1dceff4e71c6afdbf;hp=9b3c4f18f8e78e90ec9a4ba1787d004a0481d6f5;hpb=8ecffe72af4091193870d970c58688ae87b4cc59;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/bip39-standalone.html b/bip39-standalone.html index 9b3c4f1..4bad422 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -11,7 +11,7 @@ - + @@ -55,51 +96,140 @@

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. +

-
- +
+
-
- - - - +
+
+ Generate a random mnemonic, or enter your own below: + + + words +
+
+
+
+ +
+
+
+ +
+
+
- + +
+ +
+
+
+
- +
- +
@@ -135,11 +265,14 @@
-

For more info see the BIP44 spec

+

+ For more info see the + BIP44 spec. +

@@ -147,7 +280,7 @@
@@ -155,7 +288,7 @@
@@ -163,14 +296,14 @@
- +
@@ -182,10 +315,13 @@
-

For more info see the BIP32 spec

+

+ For more info see the + BIP32 spec +

- +
@@ -194,33 +330,52 @@
- +
-

- 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' for the next account. Continue incrementing for more accounts (most use a single account). +

+

+ m/44'/0'/0'/0 generates public addresses +

+

+ m/44'/0'/0'/1 generates change addresses +

+

+ For more info see the + Mycelium Wallet homepage

- +
-

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

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

+

+ For more info see the + Bitcoin Core BIP32 implementation

- +

- 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. +

+

+ Can be used with: + blockchain.info

@@ -229,13 +384,13 @@
- +
- +
@@ -249,70 +404,104 @@

Derived Addresses

-

Note these addreses are derived from the BIP32 Extended Key

+

Note these addreses are derived from the BIP32 Extended Key

+ - - - - - - + + + + + +
- Path   - + Path   + +
+
+
+ Address   +
- Address   - + Public Key   +
- Private Key   - + Private Key   +
   
   
   
   
   
    
    
    
    
    
- Show next + Show more rows: - +
-

More info

-

BIP39 Mnemonic code for generating deterministic keys

-

+

More info

+

BIP39 Mnemonic code for generating deterministic keys

+

Read more at the official BIP39 spec

-

BIP32 Hierarchical Deterministic Wallets

-

+

BIP32 Hierarchical Deterministic Wallets

+

Read more at the official BIP32 spec - and see the demo at +

+

+ See the demo at bip32.org

-

BIP44 Multi-Account Hierarchy for Deterministic Wallets

-

+

BIP44 Multi-Account Hierarchy for Deterministic Wallets

+

Read more at the official BIP44 spec

-

Private Keys

+

Private Keys

+

+ + Use private keys at + brainwallet.org. + + 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 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. + + The built in random generator 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 the generate button will not work. + In that case you might choose to use your own source of entropy. +

- Use private keys at - brainwallet.org, - but be careful - it can be easy to make mistakes if you - don't know what you're doing + You are not a good source of entropy.

@@ -322,24 +511,24 @@
-

Offline Usage

+

Offline Usage

-

+

You can use this tool without having to be online.

-

+

In your browser, select file save-as, and save this page as a file.

-

+

Double-click that file to open it in a browser on any offline computer.

- Alternatively, download it from - - https://github.com/dcpos/bip39 - + Alternatively, download the file from the repository + - + https://github.com/iancoleman/bip39 +

@@ -349,16 +538,17 @@
-

This project is 100% open-source code

+

This project is 100% open-source code

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

-

Libraries

+

Libraries

BitcoinJS - @@ -408,6 +598,7 @@ + @@ -13364,6 +13555,26 @@ bitcoin.networks.dash = { 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, +}; + + + + + + + + + - + + +