diff options
Diffstat (limited to 'src/index.html')
-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 25e30fc..15fb063 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -211,6 +211,15 @@ | |||
211 | </p> | 211 | </p> |
212 | </div> | 212 | </div> |
213 | </div> | 213 | </div> |
214 | <div class="form-group"> | ||
215 | <label for="core-path" class="col-sm-2 control-label">Bitcoin Core</label> | ||
216 | <div class="col-sm-10"> | ||
217 | <p class="form-control no-border"> | ||
218 | Use path <code>m/0'/0'</code> with hardened addresses. | ||
219 | For more info see the <a href="https://github.com/bitcoin/bitcoin/pull/8035" target="_blank">Bitcoin Core BIP32 implementation</a> | ||
220 | </p> | ||
221 | </div> | ||
222 | </div> | ||
214 | </form> | 223 | </form> |
215 | </div> | 224 | </div> |
216 | </div> | 225 | </div> |