mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-19 00:42:17 +00:00
@@ -253,6 +253,14 @@
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="client-phrase" class="col-sm-2 control-label" data-translate>Client</label>
|
||||
<div class="col-sm-10">
|
||||
<select id="client-phrase" class="client form-control">
|
||||
<!-- populated by javascript -->
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="root-key" class="col-sm-2 control-label" data-translate>BIP32 Root Key</label>
|
||||
<div class="col-sm-10">
|
||||
@@ -393,7 +401,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-2 control-label" data-translate>Block Explorers</label>
|
||||
<label class="col-sm-2 control-label" data-translate>Block Explorers and other clients</label>
|
||||
<div class="col-sm-10">
|
||||
<p class="form-control no-border">
|
||||
<span data-translate-html>Use path <code>m/44'/0'/0'</code>.</span>
|
||||
@@ -403,6 +411,13 @@
|
||||
<span data-translate>Can be used with</span>:
|
||||
<a href="https://blockchain.info/" target="_blank">blockchain.info</a>
|
||||
</p>
|
||||
<p class="form-control no-border">
|
||||
<span data-translate-html>Use path <code>m/0'/0</code>.</span>
|
||||
</p>
|
||||
<p class="form-control no-border">
|
||||
<span data-translate>Can be used with</span>:
|
||||
<a href="https://multibit.org/" target="_blank">MultiBit HD</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user