Windows: 2a46e4d832f6b41c97651458f22dafaf3e15deb8c48b1e5ba3c442092dfa13ea
macOS: b2ed928913a4193d12091558a186a5e1b5b927223863bc9a21f0fb779acfa41b
Notiz: Um zu prüfen, ob die Prüfsumme korrekt ist, berechne diese basierend auf der heruntergeladenen Datei (zip, exe, deb, rpm, AppImage), bevor du sie dekomprimierst.
Linux64 Ubuntu/Debian
Linux64 Fedora
Linux64 other distros
cb04815493ebb9ba39209906a76d23ae46d489ec7a0dabcbecc736f8d1a93b1d
58f84ddb5e9b4ee976a2f48e424d37ced8a439e237898cb0d99092fb7a6c4c3d
The AppImage is a stand-alone desktop app. Uncompress the file by double-clicking or entering in a terminal:
cd ~/Downloads # navigate to your download folder
chmod +x ./BitBox-[version]-x86_64.AppImage # make executable
./BitBox-[version]-x86_64.AppImage # to run the app
* If the BitBox device is not detected by the app, you may need to manually adjust USB permissions. To do this for most recent distributions, enter the following line in a terminal (sudo access required), then replug the device:
printf "SUBSYSTEM==\"usb\", TAG+=\"uaccess\", TAG+=\"udev-acl\", SYMLINK+=\"bitbox02_%%n\", ATTRS{idVendor}==\"03eb\", ATTRS{idProduct}==\"2403\"\n" | sudo tee /etc/udev/rules.d/53-hid-bitbox02.rules > /dev/null && printf "KERNEL==\"hidraw*\", SUBSYSTEM==\"hidraw\", ATTRS{idVendor}==\"03eb\", ATTRS{idProduct}==\"2403\", TAG+=\"uaccess\", TAG+=\"udev-acl\", SYMLINK+=\"bitbox02_%%n\"\n" | sudo tee /etc/udev/rules.d/54-hid-bitbox02.rules > /dev/null
printf "SUBSYSTEM==\"usb\", TAG+=\"uaccess\", TAG+=\"udev-acl\", SYMLINK+=\"dbb%%n\", ATTRS{idVendor}==\"03eb\", ATTRS{idProduct}==\"2402\"\n" | sudo tee /etc/udev/rules.d/51-hid-digitalbitbox.rules > /dev/null && printf "KERNEL==\"hidraw*\", SUBSYSTEM==\"hidraw\", ATTRS{idVendor}==\"03eb\", ATTRS{idProduct}==\"2402\", TAG+=\"uaccess\", TAG+=\"udev-acl\", SYMLINK+=\"dbbf%%n\"\n" | sudo tee /etc/udev/rules.d/52-hid-digitalbitbox.rules > /dev/null
Or, if the above does not work for your distribution, add yourself to the 'plugdev' group (if not already a member; a reboot may be required for some distributions) and enter the following line in a terminal (sudo access required):
printf "SUBSYSTEM==\"usb\", SYMLINK+=\"bitbox02_%%n\", GROUP=\"plugdev\", MODE=\"0664\", ATTRS{idVendor}==\"03eb\", ATTRS{idProduct}==\"2403\"\n" | sudo tee /etc/udev/rules.d/53-hid-bitbox02.rules > /dev/null && printf "KERNEL==\"hidraw*\", SUBSYSTEM==\"hidraw\", SYMLINK+=\"bitbox02_%%n\", GROUP=\"plugdev\", MODE=\"0664\", ATTRS{idVendor}==\"03eb\", ATTRS{idProduct}==\"2403\"\n" | sudo tee /etc/udev/rules.d/54-hid-bitbox02.rules > /dev/null
printf "SUBSYSTEM==\"usb\", SYMLINK+=\"dbb%%n\", GROUP=\"plugdev\", MODE=\"0664\", ATTRS{idVendor}==\"03eb\", ATTRS{idProduct}==\"2402\"\n" | sudo tee /etc/udev/rules.d/51-hid-digitalbitbox.rules > /dev/null && printf "KERNEL==\"hidraw*\", SUBSYSTEM==\"hidraw\", SYMLINK+=\"dbbf%%n\", GROUP=\"plugdev\", MODE=\"0664\", ATTRS{idVendor}==\"03eb\", ATTRS{idProduct}==\"2402\"\n" | sudo tee /etc/udev/rules.d/52-hid-digitalbitbox.rules > /dev/null
* If the sha256sum checksum does not match, your browser may have requested a second level of gz
compression. In this case, a clean download can be made with curl, for example:
curl -O https://github.com/digitalbitbox/bitbox-wallet-app/releases/download/v4.36.0/bitbox_4.36.0_amd64.deb
If you are using Tor, the proxy information is required:
curl -O --socks5 [url]
Erfahre, was es Neues in unseren letzten Updates gibt.
Um loszulegen, lade die BitBoxApp über die Links auf dieser Seite herunter.
Um loszulegen, lade die BitBoxApp über die Links oben herunter.
Nutze sie, um dich mit Diensten von Drittanbietern zu verbinden. Unterstützt von Bity, MyEtherWallet, Rabby und AdaLite.
Linux64 Ubuntu/Debian
Linux64 Fedora