diff --git a/_config.yml b/_config.yml
index 33876715..048b0e27 100644
--- a/_config.yml
+++ b/_config.yml
@@ -143,7 +143,7 @@ aliases:
CodeShark: Eric Lombrozo
safe: false
-server_port: 4000
+port: 4000
base-url: /
source: .
diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html
index 5f3aaf9e..0509bded 100755
--- a/_templates/choose-your-wallet.html
+++ b/_templates/choose-your-wallet.html
@@ -191,6 +191,69 @@ wallets:
privacyaddressreuse: "checkfailprivacyaddressrotation"
privacydisclosure: "checkfailprivacydisclosurespv"
privacynetwork: "checkfailprivacynetworknosupporttor"
+
+
+- airbitzwallet:
+ title: "Airbitz Bitcoin Wallet"
+ titleshort: "Airbitz"
+ compat: "mobile android ios"
+ level: 3
+
+ platform:
+ mobile:
+ text: "walletairbitzwallet"
+ link: "https://airbitz.co/bitcoin-wallet/"
+ source: "https://github.com/Airbitz"
+ screenshot: "airbitzwalletandroid.png"
+ os:
+ - android
+ - ios
+ check:
+ control: "checkpasscontrolhybrid"
+ validation: "checkfailvalidationcentralized"
+ transparency: "checkfailtransparencynew"
+ environment: "checkpassenvironmentmobile"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkfailprivacynetworknosupporttor"
+ android:
+ text: "walletairbitzwallet"
+ link: "https://play.google.com/store/apps/details?id=com.airbitz"
+ source: "https://github.com/Airbitz"
+ screenshot: "airbitzwalletandroid.png"
+ os:
+ - android
+ check:
+ control: "checkpasscontrolhybrid"
+ validation: "checkfailvalidationcentralized"
+ transparency: "checkfailtransparencynew"
+ environment: "checkpassenvironmentmobile"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkfailprivacynetworknosupporttor"
+ ios:
+ text: "walletairbitzwallet"
+ link: "https://itunes.apple.com/us/app/bitcoin-wallet-map-directory/id843536046?mt=8"
+ source: "https://github.com/Airbitz"
+ screenshot: "airbitzwalletandroid.png"
+ os:
+ - ios
+ check:
+ control: "checkpasscontrolhybrid"
+ validation: "checkfailvalidationcentralized"
+ transparency: "checkfailtransparencynew"
+ environment: "checkpassenvironmentmobile"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkfailprivacynetworknosupporttor"
+
+
- kncwallet:
title: "KnC Wallet"
titleshort: "KnC
Wallet"
diff --git a/_templates/resources.html b/_templates/resources.html
index 93b9f8fd..694324f8 100644
--- a/_templates/resources.html
+++ b/_templates/resources.html
@@ -19,6 +19,8 @@ id: resources
{% translate linkwallets %} - bitcoin.org
+{% translate linkmerchants %} - coinmap.org
+{% translate linkmerchants %} - airbitz.co
{% translate linkmerchants %} - usebitcoins.info
{% translate linkexchanges %} - howtobuybitcoins.info
{% translate linkmerchantstools %} - en.bitcoin.it
diff --git a/_translations/en.yml b/_translations/en.yml index 9c815c7f..c7bf000d 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -113,6 +113,7 @@ en: 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." walletmsigna: "mSIGNA is an advanced yet easy-to-use wallet featuring speed and simplicity, enterprise-level scalability, and strong security. It supports BIP32, multisignature transactions, offline storage, multidevice synchronization, and encrypted electronic and paper backups." walletbitcoinwallet: "Bitcoin Wallet 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." + walletairbitzwallet: "Airbitz is a mobile Bitcoin Wallet making high levels of privacy, security, and decentralization very familiar and usable to the masses. Airbitz wallets are always automatically encrypted, backed up, and even function when Airbitz servers go down." walletkncwallet: "KnC Wallet strives to be an easy way to send bitcoins to your friends and family. It features an online directory so that you can start sending coins to your contacts right away, without knowing their Bitcoin address." walletbreadwallet: "Simplicity is breadwallet's core design principle. As a real standalone Bitcoin client, there is no server to get hacked or go down, and by building on iOS's strong security base, breadwallet is designed to protect you from malware, browser security holes, even physical theft." walletmyceliumwallet: "Mycelium Bitcoin Wallet is an open source wallet for Android designed for security, speed, and ease of use. It has unique features to manage your keys and for cold storage that help you secure your bitcoins." diff --git a/img/screenshots/airbitzwalletandroid.png b/img/screenshots/airbitzwalletandroid.png new file mode 100644 index 00000000..c038e50d Binary files /dev/null and b/img/screenshots/airbitzwalletandroid.png differ diff --git a/img/wallet/airbitzwallet.png b/img/wallet/airbitzwallet.png new file mode 100644 index 00000000..5993e95a Binary files /dev/null and b/img/wallet/airbitzwallet.png differ