diff options
-rw-r--r-- | bip39-standalone.html | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/bip39-standalone.html b/bip39-standalone.html index 2948ed2..84d875d 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html | |||
@@ -257,79 +257,6 @@ | |||
257 | 257 | ||
258 | <div class="row"> | 258 | <div class="row"> |
259 | <div class="col-md-12"> | 259 | <div class="col-md-12"> |
260 | <h2>Derived Addresses</h2> | ||
261 | <p>Note these addreses are derived from the <strong>BIP32 Extended Key</strong></p> | ||
262 | <table class="table table-striped"> | ||
263 | <thead> | ||
264 | <th> | ||
265 | <div class="input-group"> | ||
266 | Index | ||
267 | <button class="index-toggle">Toggle</button> | ||
268 | </div> | ||
269 | </th> | ||
270 | <th> | ||
271 | <div class="input-group"> | ||
272 | Address | ||
273 | <button class="address-toggle">Toggle</button> | ||
274 | </div> | ||
275 | </th> | ||
276 | <th> | ||
277 | <div class="input-group"> | ||
278 | Private Key | ||
279 | <button class="private-key-toggle">Toggle</button> | ||
280 | </div> | ||
281 | </th> | ||
282 | </thead> | ||
283 | <tbody class="addresses"> | ||
284 | <tr><td> </td><td> </td><td> </td></tr> | ||
285 | <tr><td> </td><td> </td><td> </td></tr> | ||
286 | <tr><td> </td><td> </td><td> </td></tr> | ||
287 | <tr><td> </td><td> </td><td> </td></tr> | ||
288 | <tr><td> </td><td> </td><td> </td></tr> | ||
289 | </tbody> | ||
290 | </table> | ||
291 | </div> | ||
292 | </div> | ||
293 | <span>Show next </button> | ||
294 | <input type="number" class="rows-to-add" value="20"> | ||
295 | <button class="more">Show</button> | ||
296 | |||
297 | <hr> | ||
298 | |||
299 | <div class="row"> | ||
300 | <div class="col-md-12"> | ||
301 | <h2>More info</h2> | ||
302 | <h3>BIP39 <span class="small">Mnemonic code for generating deterministic keys</span></h3> | ||
303 | <p> | ||
304 | Read more at the | ||
305 | <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki">official BIP39 spec</a> | ||
306 | </p> | ||
307 | <h3>BIP32 <span class="small">Hierarchical Deterministic Wallets</span></h3> | ||
308 | <p> | ||
309 | Read more at the | ||
310 | <a href="https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki" target="_blank">official BIP32 spec</a> | ||
311 | and see the demo at | ||
312 | <a href="http://bip32.org/" target="_blank">bip32.org</a> | ||
313 | </p> | ||
314 | <h3>BIP44 <span class="small">Multi-Account Hierarchy for Deterministic Wallets</span></h3> | ||
315 | <p> | ||
316 | Read more at the | ||
317 | <a href="https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki" target="_blank">official BIP44 spec</a> | ||
318 | </p> | ||
319 | <h3>Private Keys</h3> | ||
320 | <p> | ||
321 | Use private keys at | ||
322 | <a href="https://brainwallet.github.io/" target="_blank">brainwallet.org</a>, | ||
323 | but be careful - it can be easy to make mistakes if you | ||
324 | don't know what you're doing | ||
325 | </p> | ||
326 | </div> | ||
327 | </div> | ||
328 | |||
329 | <hr> | ||
330 | |||
331 | <div class="row"> | ||
332 | <div class="col-md-12"> | ||
333 | 260 | ||
334 | <h2>Offline Usage</h2> | 261 | <h2>Offline Usage</h2> |
335 | 262 | ||