From 093830acb28e83dc5c473a7261506c2b73e3fe86 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Tue, 30 Sep 2014 09:07:58 +1000 Subject: [PATCH] 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 --- bip39-standalone.html | 24 ++++++++++++++++++++++++ src/index.html | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) 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

+
+ +
+ +
+