diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html
index 26bf5b23..12604baf 100755
--- a/_templates/choose-your-wallet.html
+++ b/_templates/choose-your-wallet.html
@@ -1051,6 +1051,79 @@ wallets:
privacycheck:
privacyaddressreuse: "checkpassprivacyaddressrotation"
privacydisclosure: "checkfailprivacydisclosurecentralized"
+- btc.com:
+ title: "BTC.com Bitcoin Wallet"
+ titleshort: "BTC.com"
+ compat: "mobile web android ios"
+ level: 3
+ platform:
+ mobile:
+ text: "btccomwallet"
+ link: "https://play.google.com/store/apps/details?id=com.blocktrail.mywallet"
+ source: "https://github.com/blocktrail/blocktrail-wallet"
+ screenshot: "btccomwallet.png"
+ os:
+ - android
+ - ios
+ check:
+ control: "checkpasscontrolmulti"
+ validation: "checkfailvalidationcentralized"
+ transparency: "checkpasstransparencyopensource"
+ environment: "checkpassenvironmenttwofactor"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkfailprivacynetworknosupporttor"
+ web:
+ text: "btccomwallet"
+ link: "https://wallet.btc.com"
+ source: "https://github.com/blocktrail/blocktrail-webwallet"
+ screenshot: "btccomwallet.png"
+ os:
+ check:
+ control: "checkpasscontrolmulti"
+ validation: "checkfailvalidationcentralized"
+ transparency: "checkfailtransparencyremote"
+ environment: "checkpassenvironmenttwofactor"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkpassprivacynetworksupporttorproxy"
+ ios:
+ text: "btccomwallet"
+ link: "https://itunes.apple.com/us/app/blocktrail-bitcoin-wallet/id1019614423"
+ source: "https://github.com/blocktrail/blocktrail-wallet"
+ screenshot: "btccomwallet.png"
+ os:
+ - ios
+ check:
+ control: "checkpasscontrolmulti"
+ validation: "checkfailvalidationcentralized"
+ transparency: "checkpasstransparencyopensource"
+ environment: "checkpassenvironmenttwofactor"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkfailprivacynetworknosupporttor"
+ android:
+ text: "btccomwallet"
+ link: "https://play.google.com/store/apps/details?id=com.blocktrail.mywallet"
+ source: "https://github.com/blocktrail/blocktrail-wallet"
+ screenshot: "btccomwallet.png"
+ os:
+ - android
+ check:
+ control: "checkpasscontrolmulti"
+ validation: "checkfailvalidationcentralized"
+ transparency: "checkpasstransparencyopensource"
+ environment: "checkpassenvironmenttwofactor"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
privacynetwork: "checkfailprivacynetworknosupporttor"
---
diff --git a/_translations/en.yml b/_translations/en.yml
index 6e3789d4..df5d7aaa 100644
--- a/_translations/en.yml
+++ b/_translations/en.yml
@@ -1,4 +1,4 @@
-en:
+en:
about-us:
title: "About bitcoin.org"
pagetitle: "About bitcoin.org"
@@ -197,6 +197,7 @@ en:
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!"
walletgreenbits: "GreenBits is a fast and easy to use wallet. Enjoy improved security with a minimal/zero trust approach, optional hardware wallets support, multisignature based 2FA and spending limits functionality."
walletcoinomi: "Coinomi is a lightweight, secure, open-source, universal, HD Wallet. Apart from Bitcoin it also supports many altcoins so you can keep all your funds in a single wallet. Your private keys never leave your device and you only need to back it up just once!"
+ walletbtccom: "Safe and easy to use, BTC.com Bitcoin Wallet keeps you, the user, in total control of your bitcoins. Features include HD and multi-signature technology, multi-platform, local language and currency support, QR codes and more."
walletsimplebitcoinwallet: "Simple and reliable Bitcoin wallet. Secure, standalone and easy to use."
walletarcbit: "ArcBit is designed to be simple and easy to use, while giving users full control over their money. It offers an optional cold wallet storage feature with the ability to authorize payments offline for enhanced security."
walletdownload: "Install"
diff --git a/img/screenshots/btccomwallet.png b/img/screenshots/btccomwallet.png
new file mode 100644
index 00000000..058bc2b6
Binary files /dev/null and b/img/screenshots/btccomwallet.png differ
diff --git a/img/wallet/btc.com.png b/img/wallet/btc.com.png
new file mode 100644
index 00000000..41f19843
Binary files /dev/null and b/img/wallet/btc.com.png differ