diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html index d11cf3a8..433c1ec2 100755 --- a/_templates/choose-your-wallet.html +++ b/_templates/choose-your-wallet.html @@ -96,6 +96,21 @@ id: choose-your-wallet multibitMultiBit +{% case page.lang %} +{% when 'ar' or 'bg' or 'de' or 'es' or 'fa' or 'fr' or 'id' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' or 'zh_CN' or 'zh_TW' %} +{% else %} +
+
+
+

Hive

+ Mac OS X +

{% translate wallethive %}

+

{% translate walletvisit %}

+
+
+ hiveHive +
+{% endcase %}
@@ -225,6 +240,23 @@ id: choose-your-wallet
multibitMultiBit
+{% case page.lang %} +{% when 'ar' or 'bg' or 'de' or 'es' or 'fa' or 'fr' or 'id' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' or 'zh_CN' or 'zh_TW' %} +{% else %} +
+
+
+
+

Hive

+ Mac OS X +

{% translate wallethive %}

+

{% translate walletvisit %}

+
+
+
+ hiveHive +
+{% endcase %}
diff --git a/_templates/development.html b/_templates/development.html index 9957cc56..f5a8552d 100755 --- a/_templates/development.html +++ b/_templates/development.html @@ -55,6 +55,7 @@ id: development
  • Bitcoin Wallet for Android - A thin SPV Bitcoin client for mobiles.
  • Armory - A Bitcoin client with enhanced security features.
  • Electrum - A fast Bitcoin client relying on remote servers to store the block chain.
  • +
  • Hive - A fast user-friendly SPV Bitcoin client.
  • picocoin - A tiny bitcoin library, with lightweight client and utils.
  • python-bitcoinlib - A library for Bitcoin written in python.
  • Bits of Proof Enterprise Bitcoin Server - A modular implementation of the Bitcoin protocol in Java.
  • diff --git a/_templates/support-bitcoin.html b/_templates/support-bitcoin.html index e71e338b..d36543fa 100755 --- a/_templates/support-bitcoin.html +++ b/_templates/support-bitcoin.html @@ -23,7 +23,7 @@ id: support-bitcoin {% case page.lang %} {% when 'ar' or 'es' %} {% else %} -

    Bitcoin-Qt - Bitcoin.org - Bitcoin Wiki - Bitcoin Wallet (Android) - MultiBit - Electrum

    +

    Bitcoin-Qt - Bitcoin.org - Bitcoin Wiki - Bitcoin Wallet (Android) - MultiBit - Electrum - Hive

    {% endcase %}

    Icon{% translate develop %}

    diff --git a/_translations/en.yml b/_translations/en.yml index 81ed5cba..4bd8fe3f 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -112,6 +112,7 @@ en: walletwebtxt: "Web wallets allow you to use Bitcoin on any browser or mobile and often offer additional services. However, you must choose your web wallet with care as they host your bitcoins." walletbitcoinqt: "Bitcoin-Qt is a full Bitcoin client and builds the backbone of the network. It offers the highest levels of security, privacy, and stability. However, it has fewer features and it takes a lot of space and memory." walletmultibit: "MultiBit is a lightweight client that focuses on being fast and easy to use. It synchronizes with the network and is ready to use in minutes. MultiBit also supports many languages. It is a good choice for non-technical users." + wallethive: "Hive is a fast, integrated, user-friendly Bitcoin wallet for Mac OS X. With a focus on usability, Hive is translated into many languages and has apps, making it easy to interact with your favorite Bitcoin services and merchants." walletarmory: "Armory is an advanced Bitcoin client that expands its features for Bitcoin power users. It offers many backup and encryption features, and it allows secure cold-storage on offline computers." walletelectrum: "Electrum's focus is speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase." walletbitcoinwallet: "Bitcoin Wallet for Android is easy to use and reliable, while also being secure and fast. Its vision is de-centralization and zero trust: No central service is needed for Bitcoin-related operations. The app is a good choice for non-technical people. It is also available for BlackBerry OS." diff --git a/img/clients/lo-hive.png b/img/clients/lo-hive.png new file mode 100644 index 00000000..5d546bb7 Binary files /dev/null and b/img/clients/lo-hive.png differ