trezorctl
utilities for communicating with TREZOR Bitcoin HW wallet
Install
- All systems
-
curl cmd.cat/trezorctl.sh
- Debian
-
apt-get install python-trezor
- Ubuntu
-
apt-get install python-trezor
- Kali Linux
-
apt-get install trezor
- Fedora
-
dnf install python2-trezor
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-trezor
- Raspbian
-
apt-get install python-trezor
- Dockerfile
- dockerfile.run/trezorctl
trezor
utilities for communicating with TREZOR Bitcoin HW wallet
No matter how unprotected your computer or internet connection might be, your coins always stay safe with TREZOR as it never exposes your private keys. TREZOR is an isolated environment for offline transaction signing and using a small display you can visually verify the transaction contents. That's why all operations using TREZOR are entirely safe. This package contains the trezorctl binary for interacting with a TREZOR wallet, and the udev rules needed to make the device accessible.
python3-trezor
library for communicating with TREZOR Bitcoin HW wallet (Python 3)
No matter how unprotected your computer or internet connection might be, your coins always stay safe with TREZOR as it never exposes your private keys. TREZOR is an isolated environment for offline transaction signing and using a small display you can visually verify the transaction contents. That's why all operations using TREZOR are entirely safe. This package contains the Python 3 version of python-trezor.
python-trezor
library for communicating with TREZOR Bitcoin HW wallet (Python 2)
No matter how unprotected your computer or internet connection might be, your coins always stay safe with TREZOR as it never exposes your private keys. TREZOR is an isolated environment for offline transaction signing and using a small display you can visually verify the transaction contents. That's why all operations using TREZOR are entirely safe. This package contains the Python 2 version of python-trezor.