mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Separate section for proprietary clients.
This commit is contained in:
parent
5b07bbc72d
commit
296fbda40a
1 changed files with 16 additions and 22 deletions
38
clients.html
38
clients.html
|
@ -76,19 +76,6 @@ clients:
|
|||
platforms:
|
||||
- name: linux
|
||||
- name: win
|
||||
- name: Bitcoin Wallet (for Android)
|
||||
url: play.google.com/store/apps/details?id=de.schildbach.wallet
|
||||
image: bitcoin-wallet.png
|
||||
description: |
|
||||
Bitcoin Wallet is a standalone wallet for Android devices.
|
||||
Its primary focus is security, ease of use and being independant
|
||||
of centralized network components (servers). Thus, it uses the
|
||||
SPV (simple payment verification) model. It supports
|
||||
initiating transactions via QR code, Bitcoin URIs or near-field
|
||||
communication (NFC). It has a useful currency conversion
|
||||
calculator and is localized to a dozen languages.
|
||||
platforms:
|
||||
- name: android
|
||||
---
|
||||
|
||||
<div class="container">
|
||||
|
@ -114,19 +101,26 @@ clients:
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
<section id="website-frontends">
|
||||
<h1>Website Frontends</h1>
|
||||
<section id="proprietary">
|
||||
<h1>Proprietary Software</h1>
|
||||
<p><a href="http://en.wikipedia.org/wiki/Proprietary_software">Proprietary software</a> does not allow inspection of the sourcecode by users. These Bitcoin clients keep it hidden. This means users cannot examine how the program operates, and must trust the vendor to provide an authentic program. Users may be willing to eschew this security risk for any convenience and simplicity brought by placing responsibility with a vendor, instead of using <a href="http://en.wikipedia.org/wiki/Free_and_open_source_software">Free Software</a>.
|
||||
<div class="row">
|
||||
<div class="span5">
|
||||
<h2><a href="http://bitcoin.org">Bitcoin-Qt</a></h2>
|
||||
<img src="img/bitcoin.png" />
|
||||
<p>Website: <a href="http://bitcoin.org">bitcoin.org</a></p>
|
||||
<p>Bitcoin is one of the first implementations of a concept called crypto-currency, which was first described in 1998 by Wei Dai on the cypherpunks mailing list. Building upon the notion that money is any object, or any sort of record, accepted as payment for goods and services and repayment of debts in a given country or socio-economic context, Bitcoin is designed around the idea of using cryptography to control the creation and transfer of money, rather than relying on central authorities.</p>
|
||||
<h2><a href="play.google.com/store/apps/details?id=de.schildbach.wallet">Bitcoin Wallet</a></h2>
|
||||
<img src="img/clients/bitcoin-wallet.png" />
|
||||
<p>Website: <a href="play.google.com/store/apps/details?id=de.schildbach.wallet">play.google.com</a></p>
|
||||
<p>Bitcoin Wallet is a standalone wallet for Android devices.
|
||||
Its primary focus is security, ease of use and being independant
|
||||
of centralized network components (servers). Thus, it uses the
|
||||
SPV (simple payment verification) model. It supports
|
||||
initiating transactions via QR code, Bitcoin URIs or near-field
|
||||
communication (NFC). It has a useful currency conversion
|
||||
calculator and is localized to a dozen languages.</p>
|
||||
<p>Platforms:
|
||||
<img src="img/ico-android.png" />
|
||||
</p>
|
||||
</div>
|
||||
...
|
||||
</div>
|
||||
</section>
|
||||
-->
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue