BitBox02
shiftcrypto.ch Bitcoin or Ethereum & ERC-20 tokensOpen source hardware wallet, supporting secure multisig with the option for making encrypted backups on a MicroSD card.
- Homepage: shiftcrypto.ch
- GitHub: github.com/digitalbitbox/bitbox-wallet-app
- Web info: web-check.xyz/results/shiftcrypto.ch
BitBox02 Source Code
Author
Description
The BitBoxApp for desktop and mobile.
Homepage
https://bitbox.swiss/appLicense
Apache-2.0
Created
02 Aug 18
Last Updated
18 Mar 24
Latest version
Primary Language
Go
Size
277,018 KB
Stars
235
Forks
80
Watchers
235
Language Usage
Star History
Top Contributors
-
@benma (3068)
-
@thisconnect (963)
-
@shonsirsha (368)
-
@Beerosagos (297)
-
@Tomasvrba (269)
-
@x1ddos (152)
-
@BrianCraig (42)
-
@TheCharlatan (40)
-
@stephaniestroka (36)
-
@jvaltin (16)
-
@jstrnbrg (12)
-
@NicolaLS (11)
-
@0xB10C (8)
-
@strmci (8)
-
@jadzeidan (6)
-
@rootzoll (3)
-
@Stadicus (3)
-
@sutterseba (3)
-
@hkjn (3)
-
@toxeus (2)
-
@maxmousee (2)
-
@davidknezic (2)
-
@schjonhaug (1)
-
@ide (1)
-
@jonasschnelli (1)
-
@KasparEtter (1)
-
@PalinuroSec (1)
-
@lclc (1)
-
@NickeZ (1)
-
@dangeross (1)
Recent Commits
-
beerosagos (28 Mar 24)
Merge branch 'moonpay-kyc'
-
beerosagos (19 Mar 24)
frontend/android: fix uploading KYC docs for moonpay The link to upload KYC documents on moonpay wasn't working for Android. This fixes the issue implementing an handler for the file picker. This needs a new androidx.activity dependency to work reliably on different Android versions, and also requires to upgrade androidx.appcompat to 1.6.1 to avoid build errors. co-authored with <marko@shiftcrypto.ch>
-
beerosagos (19 Mar 24)
frontend/android: bump gradle, compileSdk and docker CI - Gradle 8.0 -> 8.4 - Android Gradle Plugin 8.0.1 -> 8.3.0 - Build Tool 33.0.0 -> 34.0.0 - CompileSdk 33 -> 34 About `gem install dotenv -v 2.8.1` in docker_install.sh: this is needed to fix the following error ``` + gem install --no-document fpm ERROR: Error installing fpm: The last version of dotenv (>= 0) to support your Ruby & RubyGems was 2.8.1. Try installing it with `gem install dotenv -v 2.8.1` and then running the current command again dotenv requires Ruby version >= 3.0. The current ruby version is 2.7.0.0. ```
-
sl (27 Mar 24)
Merge branch 'frontend-fix-account-summary-not-displaying-sats-mode'
-
sl (27 Mar 24)
frontend: fix showing sat when satmode is on (account summary) previously introduced as a regression 59127c86639eb22df8806136a0b362784980dd70
-
sl (27 Mar 24)
Merge branch 'frontend-fix-types-input'
-
sl (26 Mar 24)
frontend: better typing for Input & Checkbox component used HTMLProps<HTMLInputElement> for Input component props to remove unnecessary code & improve typing as well as removing unnecessarry HTMLInputElement type casting
-
strmci (26 Mar 24)
Merge pull request #2573 from strmci/add_coins_total_balance frontend/account-summary: add coins total balance
-
strmci (26 Mar 24)
frontend/account-summary: add coins total balance Before this update, the account summary didn't show total coin balances, especially when managing multiple wallets with the watch-only feature. This commit addresses that by adding a new coin balances table below the chart. It appears only when there are multiple wallets in the portfolio. Restored backend code previously removed in commit d8c6ba030767703128865978ab711ddc4092d133.
-
thisconnect (26 Mar 24)
Merge branch 'frontend-fix-chart'
-
Marko Bencun (26 Mar 24)
Merge branch 'nodelay'
-
beerosagos (26 Mar 24)
Merge branch 'keystore-balance'
-
beerosagos (08 Feb 24)
backend/backend: refactor backend accounts keystores
-
Marko Bencun (26 Mar 24)
frontend: make locize-pull
-
Marko Bencun (26 Mar 24)
vendor: update bitbox02-api-go ``` go get github.com/digitalbitbox/bitbox02-api-go@c9753ac go mod tidy go mod vendor ``` This removes the 5s delay after a BB02 fw upgrade as described in https://github.com/digitalbitbox/bitbox02-api-go/commit/550b80d354bdab3deb8c663ee23aee82019aafc0.
-
beerosagos (25 Mar 24)
Merge branch 'reboot-fix'
-
thisconnect (20 Mar 24)
frontend: cleanup indentation
-
thisconnect (20 Mar 24)
frontend: reinitialize chart when chart data length changed Sometimes the chart was only half filled or not everything was displayed. This can happen if there is at least one rememebered wallet in combination with an unlocked wallet with different age, so that the length of the chart data changes. calling fitContent after setting the new data fixes this https://tradingview.github.io/lightweight-charts/docs/api/interfaces/ITimeScaleApi#fitcontent
-
beerosagos (21 Mar 24)
backend/usb: update hid identifier Whith this update the device identifier changes when the bitbox reboots into bootloader and forces the app to detect the reboot, that was sometime missed.
-
thisconnect (20 Mar 24)
Merge remote-tracking branch 'sean/frontend-rotate-fiat-account-summary'
-
sl (19 Mar 24)
frontend: rename fn names w/ 'fiat' to 'currency' in RatesProvider
-
sl (17 Mar 24)
frontend: rotate default currency on account summary to improve UX, we'd like to enable rotating default currency on account summary. This is done by: - creating DefaultCurrencyRotator component - reused that component in rates.tsx and chart.tsx - onClick, runs `rotateFiat` (`RatesContext`). - reinitialize chart on change `defaultCurrency` (`RatesContext`)
-
thisconnect (19 Mar 24)
Merge branch 'frontend-settings-values'
-
thisconnect (18 Mar 24)
frontend: allow settings item layout to expand If there is a lot of content settings item height should adjust to the content, example 'Root fingerprint' on medium and large screen where there is a long description.
-
thisconnect (18 Mar 24)
frontend: fix breaking settings words A long settings description can break the short settings value to 2 lines. Example: Root fingerprint has very long description and breaks the actual value (the fingerprint on the right) onto 2 lines. Introduced a new SettingsValue component that by default does not break onto multiple lines.
-
Marko Bencun (18 Mar 24)
Merge remote-tracking branch 'benma/canbip85'
-
thisconnect (18 Mar 24)
Merge branch 'frontend-bip85'
-
thisconnect (28 Dec 23)
frontend: bip-85 settings Added an BIP-85 settings view to explain the most important points about this feature. Additional changes: Relaxed ViewButtons children to be optional, reason: this way we can keep the component in the DOM even when emtpy so that it does not do a layout shift. Changed settings item flexbox styling so that both container can break onto 2 or more lines (small screen). This happenes when the settings item shows firmware-update-required. Added option to center the text of one column. Allow links to Bitcoin's bip repo.
-
thisconnect (18 Mar 24)
Merge branch 'frontend-appupgrade-centered'
-
Marko Bencun (18 Mar 24)
backend/bitbox02: require fw v9.18.0 for BIP-85 Expected to be released in that version.
BitBox02 Website
Website
301 Moved Permanently
Redirects
Redirects to https://bitbox.swiss/
Security Checks
3 security checks failed (63 passed)
- External Redirect Detected
- Domain Recently Created
- Domain Very Recently Created
Server Details
- IP Address 172.67.157.94
- Location San Francisco, California, United States of America, NA
- ISP CloudFlare Inc.
- ASN AS13335
Associated Countries
-
US
Saftey Score
Website marked as safe
100%
Blacklist Check
shiftcrypto.ch was found on 0 blacklists
- ThreatLog
- OpenPhish
- PhishTank
- Phishing.Database
- PhishStats
- URLhaus
- RPiList Not Serious
- AntiSocial Blacklist
- PhishFeed
- NABP Not Recommended Sites
- Spam404
- CRDF
- Artists Against 419
- CERT Polska
- PetScams
- Suspicious Hosting IP
- Phishunt
- CoinBlockerLists
- MetaMask EthPhishing
- EtherScamDB
- EtherAddressLookup
- ViriBack C2 Tracker
- Bambenek Consulting
- Badbitcoin
- SecureReload Phishing List
- Fake Website Buster
- TweetFeed
- CryptoScamDB
- StopGunScams
- ThreatFox
- PhishFort
Website Preview
BitBox02 Reviews
More Crypto Wallets
-
An open source, native desktop wallet for Windows, Linux, and MacOS. Wasabi implements trustless CoinJoins over the Tor network. Neither an observer nor the participants can determine which output belongs to which input. This makes it difficult for outside parties to trace where a particular coin originated from and where it was sent to, which greatly improves privacy. Since it's trustless, the CoinJoin coordinator cannot breach the privacy of the participants. Wasabi is compatible with cold storage and hardware wallets, including OpenCard and Trezor.
-
Open source, cross-platform, offline, crypto wallet, compatible with 1000+ coins. Your private key is generated on the device, and never leaves it, all transactions are signed by the Trezor, which ensures your wallet is safe from theft. There are native apps for Windows, Linux, MacOS, Android, and iOS, but Trezor is also compatible with other wallets, such as Wasabi. You can back the Trezor up, either by writing down the seed, or by duplicating it to another device. It is simple and intuitive to use, but also incredibly customizable with a large range of advanced features.
-
An easy-to-use, super secure Bitcoin hardware wallet, which can be used independently as an air-gapped wallet. ColdCard is based on partially signed Bitcoin transactions following the BIP174 standard. Built specifically for Bitcoin, and with a variety of unique security features, ColdCard is secure, trustless, private, and easy-to-use. Companion products for the ColdCard include: BlockClock, SeedPlate, and ColdPower.
-
Long-standing Python-based Bitcoin wallet with good security features. Private keys are encrypted and do not touch the internet and balance is checked with a watch-only wallet. Compatible with other wallets, so there is no tie-in, and funds can be recovered with your secret seed. It supports proof-checking to verify transactions using SPV, multi-sig, and add-ons for compatibility with hardware wallets. A decentralized server indexes ledger transactions, meaning it's fast and doesn't require much disk space. The potential security issue here would not be with the wallet, but rather your PC - you must ensure your computer is secure and your wallet has a long, strong passphrase to encrypt it with.
-
An open-source, Bitcoin-only privacy-focused wallet, with some innovative features. Samourai Wallet works under any network conditions, with a full offline mode, useful for cold storage. It also supports a comprehensive range of privacy features including: STONEWALL that helps guard against address clustering deanonymization attacks, PayNym which allows you to receive funds without revealing your public address for all to see, Stealth Mode which hides Samourai from your devices launcher, Remote SMS Commands to wipe or recover your wallet if the device is seized or stolen, and Whirlpool which is similar to a coin mixer, and OpenDime is also supported for offline USB hardware wallets.
-
Sparrow is a Bitcoin wallet for those who value financial self-sovereignty. Sparrow’s emphasis is on security, privacy, and usability. Sparrow does not hide information from you - on the contrary, it attempts to provide as much detail as possible about your transactions and UTXOs, but in a way that is manageable and usable.
-
Atomic is an open-source desktop and mobile-based wallet, where your private keys are stored on your local device, and do not touch the internet. Atomic has a great feature set, and supports swapping, staking, and lending directly from the app. However, most of Atomic's features require an active internet connection, and Atomic does not support hardware wallets yet. Therefore, it may only be a good choice as a secondary wallet, for storing small amounts of your actively used currency.
-
A steel plate, with engraved letters which can be permanently screwed - CryptoSteel is a good fire-proof, shock-proof, water-proof, and stainless cryptocurrency backup solution.
About the Data: BitBox02
API
You can access BitBox02's data programmatically via our API.
Simply make a GET
request to:
https://api.awesome-privacy.xyz/finance/crypto-wallets/bitbox02
The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.
About the Data
Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.
Share BitBox02
Help your friends compare Crypto Wallets, and pick privacy-respecting software and services.
Share BitBox02 and Awesome Privacy with your network!