diff --git a/_translations/en.yml b/_translations/en.yml index 1059dbac8f..f2564fdc92 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -288,6 +288,7 @@ en: walletbitcoincore: "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." 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." + walletbitcoinsafe: "Bitcoin Safe is a desktop wallet for secure Bitcoin savings. It supports single signature and multisig with hardware wallets, includes a guided setup wizard for easy onboarding, and combines user-friendly design with advanced features like wallet synchronization and multi-party collaboration." 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." walletedgewallet: "Edge is a Segwit compatible, mobile Bitcoin Wallet making high levels of privacy, security, and decentralization very familiar and usable to the masses. Edge wallets are always automatically encrypted and backed up." diff --git a/_wallets/bitcoinsafe.md b/_wallets/bitcoinsafe.md new file mode 100644 index 0000000000..92a8d6808b --- /dev/null +++ b/_wallets/bitcoinsafe.md @@ -0,0 +1,43 @@ +--- +# This file is licensed under the MIT License (MIT) available on +# http://opensource.org/licenses/MIT. + +id: bitcoinsafe +title: "Bitcoin Safe" +titleshort: "Bitcoin Safe" +compat: "desktop windows mac linux" +level: 2 +platform: + - desktop: + name: desktop + default: &DEFAULT + text: "walletbitcoinsafe" + link: "https://bitcoin-safe.org/" + source: "https://github.com/andreasgriffin/bitcoin-safe/" + screenshot: "bitcoinsafe.png" + features: "bech32 hardware_wallet multisig segwit" + check: &DEFAULT-CHECK + control: "checkgoodcontrolfull" + validation: "checkfailvalidationcentralized" + transparency: "checkpasstransparencyopensource" + environment: "checkfailenvironmentdesktop" + privacy: "checkpassprivacybasic" + fees: "checkgoodfeecontrolfull" + privacycheck: + privacyaddressreuse: "checkpassprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosurecentralized" + privacynetwork: "checkpassprivacynetworksupporttorproxy" + os: + - name: windows + <<: *DEFAULT + check: + <<: *DEFAULT-CHECK + transparency: "checkgoodtransparencydeterministic" + - name: mac + <<: *DEFAULT + - name: linux + <<: *DEFAULT + check: + <<: *DEFAULT-CHECK + transparency: "checkgoodtransparencydeterministic" +--- diff --git a/img/screenshots/bitcoinsafe.png b/img/screenshots/bitcoinsafe.png new file mode 100644 index 0000000000..12199c47c3 Binary files /dev/null and b/img/screenshots/bitcoinsafe.png differ diff --git a/img/wallet/bitcoinsafe.png b/img/wallet/bitcoinsafe.png new file mode 100644 index 0000000000..3934308551 Binary files /dev/null and b/img/wallet/bitcoinsafe.png differ