Skip to content

Commit

Permalink
Merge pull request #1459 from stequald/arcbitwallet
Browse files Browse the repository at this point in the history
Adding ArcBit wallet
  • Loading branch information
Will Binns committed Feb 16, 2017
2 parents 66203f7 + 3a22c0e commit d010027
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 0 deletions.
77 changes: 77 additions & 0 deletions _templates/choose-your-wallet.html
Expand Up @@ -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"
---

<!-- Note: this file exempt from check-for-subheading-anchors check -->
Expand Down
1 change: 1 addition & 0 deletions _translations/en.yml
Expand Up @@ -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"
Expand Down
Binary file added img/screenshots/arcbitdesktop.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/screenshots/arcbitios.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/wallet/arcbit.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d010027

Please sign in to comment.