diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html index c0c37e1e..b29b6c32 100755 --- a/_templates/choose-your-wallet.html +++ b/_templates/choose-your-wallet.html @@ -324,6 +324,82 @@ wallets: transparency: "checkfailtransparencynew" environment: "checkgoodenvironmenthardware" privacy: "checkneutralprivacyvariable" +- bither: + title: "Bither" + titleshort: "Bither" + compat: "mobile ios android desktop windows mac linux" + level: 2 + platform: + mobile: + text: "walletbither" + link: "https://itunes.apple.com/us/app/bither/id899478936" + source: "https://github.com/bither/bither-ios" + screenshot: "bithermobile.png" + os: + - ios + check: + control: "checkgoodcontrolfull" + validation: "checkpassvalidationspvp2p" + transparency: "checkpasstransparencyopensource" + environment: "checkpassenvironmentmobile" + privacy: "checkfailprivacyweak" + privacycheck: + privacyaddressreuse: "checkfailprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosurespv" + privacynetwork: "checkfailprivacynetworknosupporttor" + ios: + text: "walletbither" + link: "https://itunes.apple.com/us/app/bither/id899478936" + source: "https://github.com/bither/bither-ios" + screenshot: "bithermobile.png" + os: + - ios + check: + control: "checkgoodcontrolfull" + validation: "checkpassvalidationspvp2p" + transparency: "checkpasstransparencyopensource" + environment: "checkpassenvironmentmobile" + privacy: "checkfailprivacyweak" + privacycheck: + privacyaddressreuse: "checkfailprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosurespv" + privacynetwork: "checkfailprivacynetworknosupporttor" + android: + text: "walletbither" + link: "https://play.google.com/store/apps/details?id=net.bither" + source: "https://github.com/bither/bither-android" + screenshot: "bithermobile.png" + os: + - android + check: + control: "checkgoodcontrolfull" + validation: "checkpassvalidationspvp2p" + transparency: "checkpasstransparencyopensource" + environment: "checkpassenvironmentmobile" + privacy: "checkfailprivacyweak" + privacycheck: + privacyaddressreuse: "checkfailprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosurespv" + privacynetwork: "checkfailprivacynetworknosupporttor" + desktop: + text: "walletbither" + link: "http://bither.net" + source: "https://github.com/bither/bither-desktop-java" + screenshot: "bitherdesktop.png" + os: + - windows + - mac + - linux + check: + control: "checkgoodcontrolfull" + validation: "checkpassvalidationspvp2p" + transparency: "checkpasstransparencyopensource" + environment: "checkfailenvironmentdesktop" + privacy: "checkfailprivacyweak" + privacycheck: + privacyaddressreuse: "checkfailprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosurespv" + privacynetwork: "checkfailprivacynetworknosupporttor" - hive: title: "Hive" titleshort: "Hive" diff --git a/_translations/en.yml b/_translations/en.yml index 99c17cac..b8fd1c72 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -133,6 +133,7 @@ en: wallettrezor: "TREZOR is a hardware wallet providing a high level of security without sacrificing convenience. Unlike cold storage, TREZOR is able to sign transactions while connected to an online device. That means spending bitcoins is secure even when using a compromised computer." walletnano: "Ledger Nano is a hardware wallet built upon a ST23YT66 banking smartcard platform. It keeps the user private keys safe, validates transactions, can be used as a secure prepaid card or a multisignature party. While not open-source, it can be deterministically validated." walletninki: "Ninki is a multi-signature wallet with a beautiful user interface that makes sending bitcoin as easy as email. You have full control of your bitcoins at all times." + walletbither: "Bither is a simple and secure wallet on many platforms. With special designed Cold/Hot modes, user can easily get both safety and simplicity. Bither's XRANDOM uses different entropy sources to generate true random number for users. Also with HDM, users can have HD's advantages and Multisig's security." walletcoinapult: "Coinapult's wallet is designed with Bitcoin newcomers in mind. It allows sending bitcoins via email and SMS, and a handy tool called Locks helps protecting your balance from Bitcoin price swings. Users can Lock bitcoins to Gold, Euros, and more!" walletdownload: "Install" walletvisit: "Visit website" diff --git a/img/screenshots/bitherdesktop.png b/img/screenshots/bitherdesktop.png new file mode 100644 index 00000000..6da1bf50 Binary files /dev/null and b/img/screenshots/bitherdesktop.png differ diff --git a/img/screenshots/bithermobile.png b/img/screenshots/bithermobile.png new file mode 100644 index 00000000..1558223a Binary files /dev/null and b/img/screenshots/bithermobile.png differ diff --git a/img/wallet/bither.png b/img/wallet/bither.png new file mode 100644 index 00000000..09fc362c Binary files /dev/null and b/img/wallet/bither.png differ