diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html index 80a570f4..ebf35296 100755 --- a/_templates/choose-your-wallet.html +++ b/_templates/choose-your-wallet.html @@ -418,101 +418,6 @@ wallets: privacyaddressreuse: "checkpassprivacyaddressrotation" privacydisclosure: "checkfailprivacydisclosurecentralized" privacynetwork: "checkfailprivacynetworknosupporttor" -- blockchain: - title: "Blockchain.info" - titleshort: "Blockchain
.info" - compat: "mobile desktop web android ios windows mac linux" - level: 3 - platform: - mobile: - text: "walletblockchaininfo" - link: "https://play.google.com/store/apps/details?id=piuk.blockchain.android" - source: "https://github.com/blockchain/My-Wallet-Android" - screenshot: "blockchainandroid.png" - os: - - android - - ios - check: - control: "checkpasscontrolhybrid" - validation: "checkfailvalidationcentralized" - transparency: "checkfailtransparencynew" - environment: "checkpassenvironmentmobile" - privacy: "checkfailprivacyweak" - privacycheck: - privacyaddressreuse: "checkfailprivacyaddressrotation" - privacydisclosure: "checkfailprivacydisclosureaccount" - privacynetwork: "checkfailprivacynetworknosupporttor" - desktop: - text: "walletblockchaininfo" - link: "https://chrome.google.com/webstore/detail/blockchain/glaohkkooicollgefkkmndjcbblominl" - source: "https://github.com/blockchain/My-Wallet-Chrome-Extension" - screenshot: "blockchaindesktop.png" - os: - - windows - - mac - - linux - check: - control: "checkpasscontrolhybrid" - validation: "checkfailvalidationcentralized" - transparency: "checkfailtransparencyremote" - environment: "checkfailenvironmentdesktop" - privacy: "checkfailprivacyweak" - privacycheck: - privacyaddressreuse: "checkfailprivacyaddressrotation" - privacydisclosure: "checkfailprivacydisclosureaccount" - privacynetwork: "checkpassprivacynetworksupporttorproxy" - web: - text: "walletblockchaininfo" - link: "https://chrome.google.com/webstore/detail/blockchain/glaohkkooicollgefkkmndjcbblominl" - source: "https://github.com/blockchain/My-Wallet-Chrome-Extension" - screenshot: "blockchaindesktop.png" - os: - check: - control: "checkpasscontrolhybrid" - validation: "checkfailvalidationcentralized" - transparency: "checkfailtransparencyremote" - environment: "checkfailenvironmentdesktop" - privacy: "checkfailprivacyweak" - privacycheck: - privacyaddressreuse: "checkfailprivacyaddressrotation" - privacydisclosure: "checkfailprivacydisclosureaccount" - privacynetwork: "checkpassprivacynetworksupporttorproxy" - ios: - text: "walletblockchaininfo" - link: "https://itunes.apple.com/us/app/blockchain-bitcoin-wallet/id493253309" - source: "https://github.com/blockchain/My-Wallet-iPhone" - screenshot: "blockchainiphone.png" - os: - - android - - ios - check: - control: "checkpasscontrolhybrid" - validation: "checkfailvalidationcentralized" - transparency: "checkfailtransparencynew" - environment: "checkpassenvironmentmobile" - privacy: "checkfailprivacyweak" - privacycheck: - privacyaddressreuse: "checkfailprivacyaddressrotation" - privacydisclosure: "checkfailprivacydisclosureaccount" - privacynetwork: "checkfailprivacynetworknosupporttor" - android: - text: "walletblockchaininfo" - link: "https://play.google.com/store/apps/details?id=piuk.blockchain.android" - source: "https://github.com/blockchain/My-Wallet-Android" - screenshot: "blockchainandroid.png" - os: - - android - - ios - check: - control: "checkpasscontrolhybrid" - validation: "checkfailvalidationcentralized" - transparency: "checkfailtransparencynew" - environment: "checkpassenvironmentmobile" - privacy: "checkfailprivacyweak" - privacycheck: - privacyaddressreuse: "checkfailprivacyaddressrotation" - privacydisclosure: "checkfailprivacydisclosureaccount" - privacynetwork: "checkfailprivacynetworknosupporttor" - bitgo: title: "BitGo" titleshort: "BitGo" diff --git a/_translations/en.yml b/_translations/en.yml index d5cd0e07..4a0605d5 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -116,7 +116,6 @@ en: 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." - walletblockchaininfo: "Blockchain.info is a user-friendly hybrid wallet. It stores an encrypted version of your wallet online but decryption happens in your browser. For security reasons, you should always use the browser extension and email backups (and keep that email secure) ." walletcoinbase: "Coinbase is a web wallet service that aims to be easy to use. It also provides an Android web wallet app, merchant tools and integration with US bank accounts to buy and sell bitcoins." walletxapo: "Xapo combines the convenience of an everyday Bitcoin wallet with the security of an insured deep cold storage vault. Xapo Debit Card links to your Xapo Wallet and allows you to spend bitcoins at millions of merchants all around the world." walletcoinkite: "Coinkite is a web wallet & debit card service that aims to be easy to use. It also works on mobile browsers, has merchant tools, point-of-sale payment terminals. It is a hybrid wallet and full reserve vault." diff --git a/img/screenshots/blockchainandroid.png b/img/screenshots/blockchainandroid.png deleted file mode 100644 index 2eb9e03d..00000000 Binary files a/img/screenshots/blockchainandroid.png and /dev/null differ diff --git a/img/screenshots/blockchaindesktop.png b/img/screenshots/blockchaindesktop.png deleted file mode 100644 index c7030a48..00000000 Binary files a/img/screenshots/blockchaindesktop.png and /dev/null differ diff --git a/img/screenshots/blockchainiphone.png b/img/screenshots/blockchainiphone.png deleted file mode 100644 index b02225e2..00000000 Binary files a/img/screenshots/blockchainiphone.png and /dev/null differ diff --git a/img/wallet/blockchain.png b/img/wallet/blockchain.png deleted file mode 100644 index 1f42bd4e..00000000 Binary files a/img/wallet/blockchain.png and /dev/null differ