spesmilo / electrum-docs

Documentation for Electrum Bitcoin Wallet
https://docs.electrum.org/
MIT License
126 stars 146 forks source link

specify trezor version and include udev rules #103

Closed aerth closed 4 years ago

aerth commented 4 years ago

Electrum has restrictions for less than v0.12.0 of trezor package image

Solution was to install the latest v0.11.x version, but I do wonder if the v0.12.0 restriction is unnecessary. Something for someone to look into.

SomberNight commented 4 years ago

Electrum has restrictions for less than v0.12.0 of trezor package

Electrum 3.3.8, yes, but master already has different bounds: https://github.com/spesmilo/electrum/blob/bf223470ce607a762700f144a6a0f4cb0205cf54/electrum/plugins/trezor/trezor.py#L119-L120

Re udev rules, those are mentioned in the next section.

aerth commented 4 years ago

Thanks @SomberNight