X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=bip39-standalone.html;h=ce82c30d7f8bb9d99357199cdb03901bf110abda;hb=d6cedc9405e5f5751c8635f59ed3ff6876460776;hp=b062b2e3c4aa9bfaf06c4aa60b9b2477240f3283;hpb=be6ba9a836bebfb245c0d139436e728296485e5e;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/bip39-standalone.html b/bip39-standalone.html index b062b2e..ce82c30 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -3,373 +3,17881 @@ BIP39 - Mnemonic Code - + + + + + + + + +
+ +

Mnemonic Code Converter

+
+
+
+

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

+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
+ + + + +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+

Derivation Path

+ +
+
+
+
+
+
+

For more info see the BIP44 spec

+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+
+
+

For more info see the BIP32 spec

+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+

Derived Addresses

+

Note these addreses are derived from the BIP32 Extended Key

+ + + + + + + + + + + + + +
+
+ Index   + +
+
+
+ Address   + +
+
+
+ Private Key   + +
+
   
   
   
   
   
+
+
+ Show next + + + +
+ +
+
+

More info

+

BIP39 Mnemonic code for generating deterministic keys

+

+ Read more at the + official BIP39 spec +

+

BIP32 Hierarchical Deterministic Wallets

+

+ Read more at the + official BIP32 spec + and see the demo at + bip32.org +

+

BIP44 Multi-Account Hierarchy for Deterministic Wallets

+

+ Read more at the + official BIP44 spec +

+

Private Keys

+

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

+
+
+ +
+ +
+
+ +

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

+
+ +
+ +
+
+ +

This project is 100% open-source code

+ +

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

+ +

Libraries

+ +

+ BitcoinJS - + + https://github.com/bitcoinjs/bitcoinjs-lib + +

+ +

+ jsBIP39 - + + https://github.com/iancoleman/jsbip39 + +

+ +

+ sjcl - + + https://github.com/bitwiseshiftleft/sjcl + +

+ +

+ jQuery - + + https://jquery.com/ + +

+ +

+ Twitter Bootstrap - + + http://getbootstrap.com/ + +

+ +
+
+ +
+ +
+
Loading...
+
+ + + + - - + // AFFIX DATA-API + // ============== - - + $(window).on('load', function () { + $('[data-spy="affix"]').each(function () { + var $spy = $(this) + var data = $spy.data() - + data.offset = data.offset || {} + + if (data.offsetBottom) data.offset.bottom = data.offsetBottom + if (data.offsetTop) data.offset.top = data.offsetTop + + Plugin.call($spy, data) + }) + }) + +}(jQuery); + + tx.outs.forEach(function(txOut, i) { + var address - - + + return sjcl.bitArray.clamp(out, len*4); + } +}; - - + + + + + +