diff --git a/_translations/en.yml b/_translations/en.yml index 1059dbac8f..a1629f9d86 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -287,6 +287,7 @@ en: walletcatweb-description: "Web wallets are bitcoin wallets that are accessible using a web browser. No installation of additional software is needed." 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." + walletbull: "BULL Wallet is a self-custodial Bitcoin and Layer 2 wallet that enables seamless, non-custodial atomic swaps across Bitcoin, Lightning, and Liquid. It combines the power and flexibility demanded by experts with the simplicity needed by beginners. Our mission is to make self-custody accessible to everyone, even in a high-fee environment, without compromising control or security." 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." 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." diff --git a/_wallets/bull.md b/_wallets/bull.md new file mode 100644 index 0000000000..56c1f04e0b --- /dev/null +++ b/_wallets/bull.md @@ -0,0 +1,47 @@ +--- +# This file is licensed under the MIT License (MIT) available on +# http://opensource.org/licenses/MIT. + +id: bull +title: "Bull Bitcoin" +titleshort: "BULL" +compat: "mobile android ios" +level: 2 +platform: + - mobile: + name: mobile + os: + - name: android + text: "walletbull" + link: "https://play.google.com/store/apps/details?id=com.bullbitcoin.mobile" + source: "https://github.com/SatoshiPortal/bullbitcoin-mobile" + screenshot: "bull.png" + features: "bech32 hardware_wallet legacy_addresses lightning segwit" + check: + control: "checkgoodcontrolfull" + validation: "checkpassvalidationservers" # default Bull Bitcoin electrum server but support custom servers + transparency: "checkpasstransparencyopensource" + environment: "checkpassenvironmentmobile" + privacy: "checkgoodprivacyimproved" # Payjoin v2 + fees: "checkgoodfeecontrolfull" # rbf + privacycheck: + privacyaddressreuse: "checkpassprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosurecentralized" # the default reveals addresses to Bull electrum server, but it could be used with custom electrum servers + - name: ios + text: "walletbull" + link: "https://apps.apple.com/us/app/bull-bitcoin/id6743380972" + source: "https://github.com/SatoshiPortal/bullbitcoin-mobile" + screenshot: "bull.png" + features: "bech32 hardware_wallet legacy_addresses lightning segwit" + check: + control: "checkgoodcontrolfull" + validation: "checkpassvalidationservers" # default Bull Bitcoin electrum server but support custom servers + transparency: "checkpasstransparencyopensource" + environment: "checkpassenvironmentmobile" + privacy: "checkgoodprivacyimproved" # Payjoin v2 + fees: "checkgoodfeecontrolfull" # rbf + privacycheck: + privacyaddressreuse: "checkpassprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosurecentralized" # the default reveals addresses to Bull electrum server, but it could be used with custom electrum servers + privacynetwork: "checkfailprivacynetworknosupporttor" # soon +--- diff --git a/img/screenshots/bull.png b/img/screenshots/bull.png new file mode 100644 index 0000000000..e663de0c5a Binary files /dev/null and b/img/screenshots/bull.png differ diff --git a/img/wallet/bull.png b/img/wallet/bull.png new file mode 100644 index 0000000000..b6add9e931 Binary files /dev/null and b/img/wallet/bull.png differ