From: Ian Coleman Date: Mon, 29 Sep 2014 23:07:58 +0000 (+1000) Subject: Coin selection via select element X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=093830acb28e83dc5c473a7261506c2b73e3fe86;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git Coin selection via select element BIP44 only supports three coins http://doc.satoshilabs.com/slips/slip-0044.html bitcoinjs-lib supports seven coins https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/src/networks.js --- diff --git a/bip39-standalone.html b/bip39-standalone.html index b613f0f..78ce9fd 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -6255,6 +6255,20 @@ button.close {

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

+
+ +
+ +
+
@@ -6306,6 +6320,16 @@ button.close {

For more info see the BIP44 spec

+
+ +
+ +
+
+
+ +
+ +
+
@@ -102,6 +116,16 @@

For more info see the BIP44 spec

+
+ +
+ +
+