camosoul
Well-known member
Trezor works flawlessly with Firefox/trezor-bridge/trezor-udev.
Also works flawlessly with dashmnb.
Unplug trezor, close Firefox.
Re-plug trezor.
Portable Electrum-DASH is broken. Complains about Python module DNS missing, no such module exists as far as pip3/pip is concerned, so giving up.
Installed the "development" version from git instead.
Process proceeds flawlessly.
Works! No whining about silly nonsense.
BUT...
When one reaches the point of initial wallet setup where you select hardware wallet and hit next, it claims no libraries for any hardware wallets were found.
Which is obviously untrue because wallet.trezor.io is working perfectly...
So is dashmnb...
lsusb shows properly identified TREZOR...
18.04
Derp...
Also works flawlessly with dashmnb.
Unplug trezor, close Firefox.
Re-plug trezor.
Portable Electrum-DASH is broken. Complains about Python module DNS missing, no such module exists as far as pip3/pip is concerned, so giving up.
Installed the "development" version from git instead.
Code:
Development version
===================
Check out the code from Github::
git clone https://github.com/akhavr/electrum-dash.git
cd electrum-dash
Run install (this should install dependencies)::
python3 setup.py install
Compile the icons file for Qt::
sudo apt-get install pyqt5-dev-tools
pyrcc5 icons.qrc -o gui/qt/icons_rc.py
Compile the protobuf description file::
sudo apt-get install protobuf-compiler
protoc --proto_path=lib/ --python_out=lib/ lib/paymentrequest.proto
Create translations (optional)::
sudo apt-get install python-pycurl gettext
./contrib/make_locale
Code:
./electrum-dash
BUT...
When one reaches the point of initial wallet setup where you select hardware wallet and hit next, it claims no libraries for any hardware wallets were found.
Which is obviously untrue because wallet.trezor.io is working perfectly...
So is dashmnb...
lsusb shows properly identified TREZOR...
18.04
Derp...
Last edited: