diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html index 357e79a8..123b95ec 100755 --- a/_templates/choose-your-wallet.html +++ b/_templates/choose-your-wallet.html @@ -31,17 +31,17 @@ wallets: privacyaddressreuse: "checkpassprivacyaddressrotation" privacydisclosure: "checkpassprivacydisclosurefullnode" privacynetwork: "checkpassprivacynetworksupporttorproxy" -- multibit: - title: "MultiBit" - titleshort: "MultiBit" +- multibithd: + title: "MultiBit HD" + titleshort: "MultiBit HD" compat: "desktop windows mac linux" level: 2 platform: desktop: - text: "walletmultibit" + text: "walletmultibithd" link: "https://multibit.org" - source: "https://github.com/jim618/multibit" - screenshot: "multibit.png" + source: "https://github.com/bitcoin-solutions/multibit-hd" + screenshot: "multibithd.png" os: - windows - mac @@ -51,11 +51,11 @@ wallets: validation: "checkpassvalidationspvp2p" transparency: "checkpasstransparencyopensource" environment: "checkfailenvironmentdesktop" - privacy: "checkfailprivacyweak" + privacy: "checkpassprivacybasic" privacycheck: - privacyaddressreuse: "checkfailprivacyaddressrotation" + privacyaddressreuse: "checkpassprivacyaddressrotation" privacydisclosure: "checkfailprivacydisclosurespv" - privacynetwork: "checkfailprivacynetworknosupporttor" + privacynetwork: "checkpassprivacynetworksupporttorproxy" - armory: title: "Armory" titleshort: "Armory" diff --git a/_templates/development.html b/_templates/development.html index 6182b6b6..34242f76 100755 --- a/_templates/development.html +++ b/_templates/development.html @@ -50,7 +50,7 @@ id: development
  • Hive - A fast user-friendly SPV Bitcoin client.
  • libbitcoin - An asynchronous C++ library for Bitcoin.
  • libblkmaker and python-blkmaker - Client side libraries for the getblocktemplate mining protocol.
  • -
  • MultiBit - A thin SPV international Bitcoin client for desktops.
  • +
  • MultiBit HD - A thin SPV international Bitcoin client for desktops.
  • NBitcoin - A cross-platform .NET Bitcoin library. (Mac,IOS,Android,WP,Tablets,Mono,Desktop)
  • obelisk - A libbitcoin-based blockchain query server.
  • picocoin - A tiny bitcoin library, with lightweight client and utils.
  • diff --git a/_templates/support-bitcoin.html b/_templates/support-bitcoin.html index 2deb0a79..8bb8185d 100755 --- a/_templates/support-bitcoin.html +++ b/_templates/support-bitcoin.html @@ -19,8 +19,7 @@ id: support-bitcoin

    Icon{% translate translate %}

    {% translate translatetxt %}

    -

    Bitcoin Core - Bitcoin.org - Bitcoin Wiki - Bitcoin Wallet (Android) - MultiBit - Electrum - Hive

    - +

    Bitcoin Core - Bitcoin.org - Bitcoin Wiki - Bitcoin Wallet (Android) - MultiBit HD - Electrum - Hive

    Icon{% translate develop %}

    {% translate developtxt %}

    diff --git a/_translations/en.yml b/_translations/en.yml index fbd1afcd..938e3f26 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -114,7 +114,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." - walletmultibit: "MultiBit is a lightweight client that focuses on being fast and easy to use. It synchronizes with the network and is ready to use in minutes. MultiBit also supports many languages. It is a good choice for non-technical users." + 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." wallethive: "Hive is a fast, integrated, user-friendly Bitcoin wallet for Mac OS X. With a focus on usability, Hive is translated into many languages and has apps, making it easy to interact with your favorite Bitcoin services and merchants." wallethive-web: "Hive is a human-friendly Bitcoin and Litecoin wallet, which features a beautiful, elegant and simple interface. It offers Waggle, a simple way to send & receive tokens with other Hive users near you. Your passphrase generates your wallet, making it portable and backups easy." 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." diff --git a/img/screenshots/multibit.png b/img/screenshots/multibit.png deleted file mode 100644 index 9b863bcd..00000000 Binary files a/img/screenshots/multibit.png and /dev/null differ diff --git a/img/screenshots/multibithd.png b/img/screenshots/multibithd.png new file mode 100644 index 00000000..9a3b9a3c Binary files /dev/null and b/img/screenshots/multibithd.png differ diff --git a/img/wallet/multibit.png b/img/wallet/multibit.png deleted file mode 100644 index ab75c420..00000000 Binary files a/img/wallet/multibit.png and /dev/null differ diff --git a/img/wallet/multibithd.png b/img/wallet/multibithd.png new file mode 100644 index 00000000..5a005bde Binary files /dev/null and b/img/wallet/multibithd.png differ