diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html index 52b8bb9fde..f2c7b488df 100755 --- a/_templates/choose-your-wallet.html +++ b/_templates/choose-your-wallet.html @@ -975,6 +975,83 @@ privacyaddressreuse: "checkpassprivacyaddressrotation" privacydisclosure: "checkfailprivacydisclosurespv" privacynetwork: "checkfailprivacynetworknosupporttor" +- arcbit: + title: "ArcBit" + titleshort: "ArcBit" + compat: "mobile desktop android ios windows mac linux" + level: 3 + platform: + mobile: + text: "walletarcbit" + link: "https://itunes.apple.com/app/arcbit-bitcoin-wallet/id999487888" + source: "https://github.com/arcbit/arcbit-ios" + screenshot: "arcbitios.png" + os: + - ios + - android + check: + control: "checkgoodcontrolfull" + validation: "checkfailvalidationcentralized" + transparency: "checkpasstransparencyopensource" + environment: "checkpassenvironmentmobile" + privacy: "checkpassprivacybasic" + privacycheck: + privacyaddressreuse: "checkpassprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosurecentralized" + privacynetwork: "checkfailprivacynetworknosupporttor" + desktop: + text: "walletarcbit" + link: "https://chrome.google.com/webstore/detail/arcbit-bitcoin-wallet/dkceiphcnbfahjbomhpdgjmphnpgogfk" + source: "https://github.com/arcbit/arcbit-web" + screenshot: "arcbitdesktop.png" + os: + - windows + - mac + - linux + check: + control: "checkgoodcontrolfull" + validation: "checkfailvalidationcentralized" + transparency: "checkfailtransparencyremote" + environment: "checkfailenvironmentdesktop" + privacy: "checkpassprivacybasic" + privacycheck: + privacyaddressreuse: "checkpassprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosurecentralized" + privacynetwork: "checkpassprivacynetworksupporttorproxy" + ios: + text: "walletarcbit" + link: "https://itunes.apple.com/app/arcbit-bitcoin-wallet/id999487888" + source: "https://github.com/arcbit/arcbit-ios" + screenshot: "arcbitios.png" + os: + - ios + check: + control: "checkgoodcontrolfull" + validation: "checkfailvalidationcentralized" + transparency: "checkpasstransparencyopensource" + environment: "checkpassenvironmentmobile" + privacy: "checkpassprivacybasic" + privacycheck: + privacyaddressreuse: "checkpassprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosurecentralized" + privacynetwork: "checkfailprivacynetworknosupporttor" + android: + text: "walletarcbit" + link: "https://play.google.com/store/apps/details?id=com.arcbit.arcbit" + source: "https://github.com/arcbit/arcbit-android" + screenshot: "arcbitios.png" + os: + - android + check: + control: "checkgoodcontrolfull" + validation: "checkfailvalidationcentralized" + transparency: "checkpasstransparencyopensource" + environment: "checkpassenvironmentmobile" + privacy: "checkpassprivacybasic" + privacycheck: + privacyaddressreuse: "checkpassprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosurecentralized" + privacynetwork: "checkfailprivacynetworknosupporttor" --- diff --git a/_translations/en.yml b/_translations/en.yml index 9a5b3b150e..6e3789d43a 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -198,6 +198,7 @@ en: 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!" 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" walletvisit: "Visit website" walletsourcecode: "Source code" diff --git a/img/screenshots/arcbitdesktop.png b/img/screenshots/arcbitdesktop.png new file mode 100644 index 0000000000..8625c0e4c7 Binary files /dev/null and b/img/screenshots/arcbitdesktop.png differ diff --git a/img/screenshots/arcbitios.png b/img/screenshots/arcbitios.png new file mode 100644 index 0000000000..0a8acc4e86 Binary files /dev/null and b/img/screenshots/arcbitios.png differ diff --git a/img/wallet/arcbit.png b/img/wallet/arcbit.png new file mode 100644 index 0000000000..4ed9f08bdb Binary files /dev/null and b/img/wallet/arcbit.png differ