diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html index 8fcd3a61..bd3a0c0f 100755 --- a/_templates/choose-your-wallet.html +++ b/_templates/choose-your-wallet.html @@ -31,6 +31,31 @@ wallets: privacyaddressreuse: "checkpassprivacyaddressrotation" privacydisclosure: "checkpassprivacydisclosurefullnode" privacynetwork: "checkpassprivacynetworksupporttorproxy" +- bitcoinknots: + title: "Bitcoin Knots" + titleshort: "Bitcoin
Knots" + compat: "desktop windows mac linux" + level: 1 + platform: + desktop: + text: "walletbitcoinljr" + link: "http://bitcoinknots.org/" + source: "https://github.com/bitcoinknots/bitcoin/" + screenshot: "bitcoincore.png" + os: + - windows + - mac + - linux + check: + control: "checkgoodcontrolfull" + validation: "checkgoodvalidationfullnode" + transparency: "checkgoodtransparencydeterministic" + environment: "checkfailenvironmentdesktop" + privacy: "checkgoodprivacyimproved" + privacycheck: + privacyaddressreuse: "checkpassprivacyaddressrotation" + privacydisclosure: "checkpassprivacydisclosurefullnode" + privacynetwork: "checkpassprivacynetworksupporttorproxy" - multibithd: title: "MultiBit HD" titleshort: "MultiBit HD" diff --git a/_translations/en.yml b/_translations/en.yml index 3698fe73..ec5330f4 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -170,6 +170,7 @@ en: walletcathardware: "Hardware" walletcatweb: "Web" walletbitcoinqt: "Bitcoin Core is a full Bitcoin client and builds the backbone of the network. It offers high levels of security, privacy, and stability. However, it has fewer features and it takes a lot of space and memory." + walletbitcoinknots: "Bitcoin Knots is a full Bitcoin client and builds the backbone of the network. It offers high levels of security, privacy, and stability. It includes more advanced features than Bitcoin Core, but they are not as well-tested. It uses a lot of space and memory." walletmultibithd: "MultiBit HD is a lightweight client that is fast and easy to use. With integrated Trezor and Tor support, it synchronizes directly with the Bitcoin network. The extensive help makes it an excellent choice for non-technical users." 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." diff --git a/img/wallet/bitcoinknots.png b/img/wallet/bitcoinknots.png new file mode 100644 index 00000000..d4f1c1bf Binary files /dev/null and b/img/wallet/bitcoinknots.png differ