Duplicate address table removed

This commit is contained in:
Ian Coleman
2014-09-25 09:34:18 +10:00
parent 721b72848c
commit 8d930430e8

View File

@@ -255,79 +255,6 @@
<hr>
<div class="row">
<div class="col-md-12">
<h2>Derived Addresses</h2>
<p>Note these addreses are derived from the <strong>BIP32 Extended Key</strong></p>
<table class="table table-striped">
<thead>
<th>
<div class="input-group">
Index&nbsp;&nbsp;
<button class="index-toggle">Toggle</button>
</div>
</th>
<th>
<div class="input-group">
Address&nbsp;&nbsp;
<button class="address-toggle">Toggle</button>
</div>
</th>
<th>
<div class="input-group">
Private Key&nbsp;&nbsp;
<button class="private-key-toggle">Toggle</button>
</div>
</th>
</thead>
<tbody class="addresses">
<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
</tbody>
</table>
</div>
</div>
<span>Show next </button>
<input type="number" class="rows-to-add" value="20">
<button class="more">Show</button>
<hr>
<div class="row">
<div class="col-md-12">
<h2>More info</h2>
<h3>BIP39 <span class="small">Mnemonic code for generating deterministic keys</span></h3>
<p>
Read more at the
<a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki">official BIP39 spec</a>
</p>
<h3>BIP32 <span class="small">Hierarchical Deterministic Wallets</span></h3>
<p>
Read more at the
<a href="https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki" target="_blank">official BIP32 spec</a>
and see the demo at
<a href="http://bip32.org/" target="_blank">bip32.org</a>
</p>
<h3>BIP44 <span class="small">Multi-Account Hierarchy for Deterministic Wallets</span></h3>
<p>
Read more at the
<a href="https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki" target="_blank">official BIP44 spec</a>
</p>
<h3>Private Keys</h3>
<p>
Use private keys at
<a href="https://brainwallet.github.io/" target="_blank">brainwallet.org</a>,
but be careful - it can be easy to make mistakes if you
don't know what you're doing
</p>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-12">