diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2016-08-23 11:14:41 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2016-08-23 11:14:41 +1000 |
commit | 8786746ba4b11e6d459e80868cbb2ac5bde4114a (patch) | |
tree | 1c68deb3c150fac54c8926878fe1935ee0df1d06 /src/index.html | |
parent | 146e089e28fbda936955ce74fc1f2214418633c5 (diff) | |
download | BIP39-8786746ba4b11e6d459e80868cbb2ac5bde4114a.tar.gz BIP39-8786746ba4b11e6d459e80868cbb2ac5bde4114a.tar.zst BIP39-8786746ba4b11e6d459e80868cbb2ac5bde4114a.zip |
Bitcoin Core derivation path information
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> |