From d5dc92fd1e61369d0c2f2d1240f68223cc6421b6 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Sun, 16 Aug 2015 19:32:41 +1000 Subject: [PATCH] Standalone contains ShadowCash --- bip39-standalone.html | 108 ++++++++++++++++++++++++++---------------- 1 file changed, 67 insertions(+), 41 deletions(-) diff --git a/bip39-standalone.html b/bip39-standalone.html index 90d2246..720b14c 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -39,6 +39,11 @@ border-bottom-left-radius: 20px 20px; border-bottom-right-radius: 20px 20px; } + .no-border { + border: 0; + box-shadow: inset 0 1px 1px rgba(0,0,0,.0); + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0); + } @@ -102,13 +107,7 @@

Derivation Path

-
-
-
-
-
-

For more info see the Hive Wallet homepage

-
-
- -
- -
-
-
-
-
-
-
-
-
-

For more info see the Mycelium Wallet homepage

-
-
- -
- -
-
-
-
-
+

@@ -206,6 +175,24 @@
+
+ +
+

+ Use path m/0'/0. + For more info see the Hive Wallet homepage +

+
+
+
+ +
+

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

+
+
@@ -13087,6 +13074,34 @@ module.exports = Wallet }).call(this,require("buffer").Buffer) },{"./address":54,"./bufferutils":57,"./hdnode":63,"./networks":66,"./script":68,"./transaction_builder":71,"assert":5,"buffer":7,"randombytes":52,"typeforce":53}]},{},[64])(64) }); +