diff --git a/clients.html b/clients.html index ddb61e3a..6fcc0218 100644 --- a/clients.html +++ b/clients.html @@ -44,6 +44,23 @@ clients: - name: linux - name: win - name: osx-uni +- name: Armory + url: bitcoinarmory.com + image: armory.png + description: | + Armory is a Bitcoin client that works on top of + Bitcoin-Qt, expanding it with functionality for Bitcoin + power users. It focuses on advanced features and security + options, including "cold-storage" for maintaining Bitcoins + on an offline computer to protect your funds from online + threats. Armory supports multiple encrypted wallets, each + of which only needs to be backed up once using a printer or + removable media. Armory is a good choice for experienced + Bitcoin users, seeking additional flexibility and security + for managing their funds. + platforms: + - name: linux + - name: win - name: Electrum url: ecdsa.org/electrum image: electrum.png @@ -72,37 +89,6 @@ clients: calculator and is localized to a dozen languages. platforms: - name: android -- name: Armory - url: bitcoinarmory.com - image: armory.png - description: | - Armory is a Bitcoin client that works on top of - Bitcoin-Qt, expanding it with functionality for Bitcoin - power users. It focuses on advanced features and security - options, including "cold-storage" for maintaining Bitcoins - on an offline computer to protect your funds from online - threats. Armory supports multiple encrypted wallets, each - of which only needs to be backed up once using a printer or - removable media. Armory is a good choice for experienced - Bitcoin users, seeking additional flexibility and security - for managing their funds. - platforms: - - name: linux - - name: win - -proprietary-clients: - -website-frontends: -- name: blockchain.info - url: blockchain.info - image: blockchain.info.png - description: | - blockchain.info's My Wallet is a free service which you can use - to make worldwide payments for less than 1 cent per transaction. - They provide an easy interface for taking away the complexity - of managing your Bitcoin wallet. - Anonymous payments are possible using their recently unveiled - mixing service. ---
@@ -128,42 +114,19 @@ website-frontends:
-
-

Proprietary Software

-

Proprietary software 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 Free Software. -

- {% for client in page.proprietary-clients %} - {% cycle '', '', '', '

' %} -
-

{{ client.name }}

- -

{{ client.description }}

-

Website: {{ client.url }}

-

Platforms: - {% for platform in client.platforms %} - - {% endfor %} -

-
- {% endfor %} -
-
- + diff --git a/img/clients/blockchain.info.png b/img/clients/blockchain.info.png deleted file mode 100644 index fdd2763c..00000000 Binary files a/img/clients/blockchain.info.png and /dev/null differ