aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index 9fa3aac..64a3bc0 100644
--- a/src/index.html
+++ b/src/index.html
@@ -340,6 +340,8 @@
340 <div class="col-sm-10"> 340 <div class="col-sm-10">
341 <p class="form-control no-border"> 341 <p class="form-control no-border">
342 Use path <code>m/0'/0'</code> with hardened addresses. 342 Use path <code>m/0'/0'</code> with hardened addresses.
343 </p>
344 <p class="form-control no-border">
343 For more info see the <a href="https://github.com/bitcoin/bitcoin/pull/8035" target="_blank">Bitcoin Core BIP32 implementation</a> 345 For more info see the <a href="https://github.com/bitcoin/bitcoin/pull/8035" target="_blank">Bitcoin Core BIP32 implementation</a>
344 </p> 346 </p>
345 </div> 347 </div>
@@ -349,7 +351,10 @@
349 <div class="col-sm-10"> 351 <div class="col-sm-10">
350 <p class="form-control no-border"> 352 <p class="form-control no-border">
351 Use path <code>m/44'/0'/0'</code>. 353 Use path <code>m/44'/0'/0'</code>.
352 Only enter the <code>xpub</code> extended key into block explorer search fields, never the <code>xpriv</code> key. 354 Only enter the <code>xpub</code> extended key into block explorer search fields, never the <code>xprv</code> key.
355 </p>
356 <p class="form-control no-border">
357 Supported by <a href="https://blockchain.info/" target="_blank">blockchain.info</a>.
353 </p> 358 </p>
354 </div> 359 </div>
355 </div> 360 </div>