Skip to content

Commit 9363136

Browse files
committed
feat: add BULL by Bull Bitcoin
1 parent 7f62c1d commit 9363136

File tree

4 files changed

+47
-0
lines changed

4 files changed

+47
-0
lines changed

_translations/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ en:
287287
walletcatweb-description: "Web wallets are bitcoin wallets that are accessible using a web browser. No installation of additional software is needed."
288288
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."
289289
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."
290+
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."
290291
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."
291292
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."
292293
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."

_wallets/bull.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
# This file is licensed under the MIT License (MIT) available on
3+
# http://opensource.org/licenses/MIT.
4+
5+
id: bull
6+
title: "Bull Bitcoin"
7+
titleshort: "BULL"
8+
compat: "mobile android ios"
9+
level: 2
10+
platform:
11+
- mobile:
12+
name: mobile
13+
os:
14+
- name: android
15+
text: "walletbull"
16+
link: "https://play.google.com/store/apps/details?id=com.bullbitcoin.mobile"
17+
source: "https://github.com/SatoshiPortal/bullbitcoin-mobile"
18+
screenshot: "bull.png"
19+
features: "bech32 hardware_wallet legacy_addresses lightning segwit"
20+
check:
21+
control: "checkgoodcontrolfull"
22+
validation: "checkpassvalidationservers" # default Bull Bitcoin electrum server but support custom servers
23+
transparency: "checkpasstransparencyopensource"
24+
environment: "checkpassenvironmentmobile"
25+
privacy: "checkgoodprivacyimproved" # Payjoin v2
26+
fees: "checkgoodfeecontrolfull" # rbf
27+
privacycheck:
28+
privacyaddressreuse: "checkpassprivacyaddressrotation"
29+
privacydisclosure: "checkfailprivacydisclosurecentralized" # the default reveals addresses to Bull electrum server, but it could be used with custom electrum servers
30+
- name: ios
31+
text: "walletbull"
32+
link: "https://apps.apple.com/us/app/bull-bitcoin/id6743380972"
33+
source: "https://github.com/SatoshiPortal/bullbitcoin-mobile"
34+
screenshot: "bull.png"
35+
features: "bech32 hardware_wallet legacy_addresses lightning segwit"
36+
check:
37+
control: "checkgoodcontrolfull"
38+
validation: "checkpassvalidationservers" # default Bull Bitcoin electrum server but support custom servers
39+
transparency: "checkpasstransparencyopensource"
40+
environment: "checkpassenvironmentmobile"
41+
privacy: "checkgoodprivacyimproved" # Payjoin v2
42+
fees: "checkgoodfeecontrolfull" # rbf
43+
privacycheck:
44+
privacyaddressreuse: "checkpassprivacyaddressrotation"
45+
privacydisclosure: "checkfailprivacydisclosurecentralized" # the default reveals addresses to Bull electrum server, but it could be used with custom electrum servers
46+
---

img/screenshots/bull.png

1.06 MB
Loading

img/wallet/bull.png

21.4 KB
Loading

0 commit comments

Comments
 (0)