diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2016-09-05 14:04:29 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2016-09-05 14:04:51 +1000 |
commit | aa51da11523b390878d0baa4b66c04e2d6a3c305 (patch) | |
tree | d19bb0c7c114ce0e2ddc77778511906365c95b1e /src | |
parent | 4d387bf5e3fb272de3f29f0c84f54db973e63494 (diff) | |
download | BIP39-aa51da11523b390878d0baa4b66c04e2d6a3c305.tar.gz BIP39-aa51da11523b390878d0baa4b66c04e2d6a3c305.tar.zst BIP39-aa51da11523b390878d0baa4b66c04e2d6a3c305.zip |
Derivation path for Block Explorers
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index ea7096c..1838587 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -220,6 +220,15 @@ | |||
220 | </p> | 220 | </p> |
221 | </div> | 221 | </div> |
222 | </div> | 222 | </div> |
223 | <div class="form-group"> | ||
224 | <label class="col-sm-2 control-label">Block Explorers</label> | ||
225 | <div class="col-sm-10"> | ||
226 | <p class="form-control no-border"> | ||
227 | Use path <code>m/44'/0'/0'</code>. | ||
228 | Only enter the <code>xpub</code> extended key into block explorer search fields, never the <code>xpriv</code> key. | ||
229 | </p> | ||
230 | </div> | ||
231 | </div> | ||
223 | </form> | 232 | </form> |
224 | </div> | 233 | </div> |
225 | </div> | 234 | </div> |