aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2016-09-05 14:04:29 +1000
committerIan Coleman <coleman.ian@gmail.com>2016-09-05 14:04:51 +1000
commitaa51da11523b390878d0baa4b66c04e2d6a3c305 (patch)
treed19bb0c7c114ce0e2ddc77778511906365c95b1e
parent4d387bf5e3fb272de3f29f0c84f54db973e63494 (diff)
downloadBIP39-aa51da11523b390878d0baa4b66c04e2d6a3c305.tar.gz
BIP39-aa51da11523b390878d0baa4b66c04e2d6a3c305.tar.zst
BIP39-aa51da11523b390878d0baa4b66c04e2d6a3c305.zip
Derivation path for Block Explorers
-rw-r--r--bip39-standalone.html9
-rw-r--r--src/index.html9
2 files changed, 18 insertions, 0 deletions
diff --git a/bip39-standalone.html b/bip39-standalone.html
index dcd6ffc..7b14513 100644
--- a/bip39-standalone.html
+++ b/bip39-standalone.html
@@ -224,6 +224,15 @@
224 </p> 224 </p>
225 </div> 225 </div>
226 </div> 226 </div>
227 <div class="form-group">
228 <label class="col-sm-2 control-label">Block Explorers</label>
229 <div class="col-sm-10">
230 <p class="form-control no-border">
231 Use path <code>m/44'/0'/0'</code>.
232 Only enter the <code>xpub</code> extended key into block explorer search fields, never the <code>xpriv</code> key.
233 </p>
234 </div>
235 </div>
227 </form> 236 </form>
228 </div> 237 </div>
229 </div> 238 </div>
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>