mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
commit
96d7722d66
5 changed files with 19 additions and 7 deletions
|
@ -243,6 +243,23 @@ wallets:
|
|||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurespv"
|
||||
privacynetwork: "checkfailprivacynetworknosupporttor"
|
||||
- trezor:
|
||||
title: "TREZOR"
|
||||
titleshort: "TREZOR"
|
||||
compat: "hardware"
|
||||
level: 2
|
||||
platform:
|
||||
hardware:
|
||||
text: "wallettrezor"
|
||||
link: "http://bitcointrezor.com/"
|
||||
source: "https://github.com/trezor/"
|
||||
screenshot: "trezor.png"
|
||||
check:
|
||||
control: "checkgoodcontrolfull"
|
||||
decentralization: "checkneutraldecentralizevariable"
|
||||
transparency: "checkfailtransparencynew"
|
||||
environment: "checkgoodenvironmenthardware"
|
||||
privacy: "checkneutralprivacyvariable"
|
||||
- hive:
|
||||
title: "Hive"
|
||||
titleshort: "Hive"
|
||||
|
@ -654,7 +671,7 @@ wallets:
|
|||
<li class="wallet-linux"><a data-walletcompat="linux">{% translate platformlinux %}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="wallet-hardware" style="display:none;"><a data-walletcompat="hardware">{% translate walletcathardware %}</a></li>
|
||||
<li class="wallet-hardware"><a data-walletcompat="hardware">{% translate walletcathardware %}</a></li>
|
||||
<li class="wallet-web"><a data-walletcompat="web">{% translate walletcatweb %}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -61,11 +61,6 @@ id: secure-your-wallet
|
|||
<div class="box boxexpand">
|
||||
<h3><a href="#" onclick="boxShow(event);">{% translate hardwarewallet %}</a></h3>
|
||||
<p>{% translate hardwarewallettxt %}</p>
|
||||
<p>{% translate hardwarewalletsoon %}</p>
|
||||
<p>
|
||||
<a href="http://www.bitcointrezor.com/">Trezor</a><br>
|
||||
<a href="http://www.butterflylabs.com/bitcoin-hardware-wallet/">ButterflyLabs BitSafe</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<h2>{% translate update %}</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue