Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _translations/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
43 changes: 43 additions & 0 deletions _wallets/bitcoinsafe.md
Original file line number Diff line number Diff line change
@@ -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"
---
Binary file added img/screenshots/bitcoinsafe.png
Loading
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/bitcoinsafe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.