diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html
index 5a88798e..50d0bf0a 100755
--- a/_templates/choose-your-wallet.html
+++ b/_templates/choose-your-wallet.html
@@ -163,6 +163,46 @@ wallets:
privacyaddressreuse: "checkfailprivacyaddressrotation"
privacydisclosure: "checkfailprivacydisclosurespv"
privacynetwork: "checkfailprivacynetworknosupporttor"
+- kncwallet:
+ title: "KnC Wallet"
+ titleshort: "KnC
Wallet"
+ compat: "mobile android"
+ level: 2
+ platform:
+ mobile:
+ text: "walletkncwallet"
+ link: "https://kncwallet.com/"
+ source: "https://github.com/kncgroup/bitcoin-wallet"
+ screenshot: "kncwalletandroid.png"
+ os:
+ - android
+ check:
+ control: "checkgoodcontrolfull"
+ decentralization: "checkpassdecentralizespv"
+ transparency: "checkpasstransparencyopensource"
+ environment: "checkpassenvironmentmobile"
+ privacy: "checkfailprivacyweak"
+ privacycheck:
+ privacyaddressreuse: "checkfailprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkfailprivacynetworknosupporttor"
+ android:
+ text: "walletkncwallet"
+ link: "https://kncwallet.com/"
+ source: "https://github.com/kncgroup/bitcoin-wallet"
+ screenshot: "kncwalletandroid.png"
+ os:
+ - android
+ check:
+ control: "checkgoodcontrolfull"
+ decentralization: "checkpassdecentralizespv"
+ transparency: "checkpasstransparencyopensource"
+ environment: "checkpassenvironmentmobile"
+ privacy: "checkfailprivacyweak"
+ privacycheck:
+ privacyaddressreuse: "checkfailprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkfailprivacynetworknosupporttor"
- hive:
title: "Hive"
titleshort: "Hive"
diff --git a/_translations/en.yml b/_translations/en.yml
index 2e2d6831..013ac57c 100644
--- a/_translations/en.yml
+++ b/_translations/en.yml
@@ -113,6 +113,7 @@ en:
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 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."
+ walletkncwallet: "KnC Wallet strives to be the easiest 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."
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."
diff --git a/img/screenshots/kncwalletandroid.png b/img/screenshots/kncwalletandroid.png
new file mode 100644
index 00000000..a62d6297
Binary files /dev/null and b/img/screenshots/kncwalletandroid.png differ
diff --git a/img/wallet/kncwallet.png b/img/wallet/kncwallet.png
new file mode 100644
index 00000000..f14639b5
Binary files /dev/null and b/img/wallet/kncwallet.png differ