diff --git a/src/index.html b/src/index.html index 64a3bc0..9cb39ea 100644 --- a/src/index.html +++ b/src/index.html @@ -48,9 +48,13 @@ width: auto!important; display: inline-block; } - .languages * { + .languages a { padding-left: 10px; } + .languages a:nth-of-type(1) { + margin-left: -12px; + padding-left: 0; + } .monospace { font-family: monospace; } @@ -91,8 +95,11 @@
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. +
For more info see the BIP44 spec
++ For more info see the + BIP44 spec. +
For more info see the BIP32 spec
++ For more info see the + BIP32 spec +
- m/44'/0'/0' generates extended keys for import / export.
+
+ m/44'/0'/0' generates extended keys for import / export
- m/44'/0'/1' to generate the next account. Continue incrementing for more accounts (most use a single account).
+
+ m/44'/0'/1' for the next account. Continue incrementing for more accounts (most use a single account).
- m/44'/0'/0'/0 to generate public addresses.
+
+ m/44'/0'/0'/0 generates public addresses
- m/44'/0'/0'/1 to generate change addresses.
+
+ m/44'/0'/0'/1 generates change addresses
- For more info see the Mycelium Wallet homepage +
+ 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 +
+ 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.
+ Use path m/44'/0'/0'.
+ Only enter the xpub extended key into block explorer search fields, never the xprv key.
- Supported by blockchain.info. + Can be used with: + blockchain.info