Closed karelbilek closed 5 years ago
Many thanks, i'll have a look at it - waiting for my new MacBook to arrive :-)
Note that the issue is relevant only with mac and only with new firmware - it was triggered by U2F functionality.
I think adding hidapi>=0.7.99.post18
to requirements.txt
should ensure that new hidapi is used
Hello, how does it look like? Is it fixed now? (I cannot test it, I don't have a mac :))
I'll have a look at it today
What is the status of this? I am not able to use Dash with my Trezor! Damn!!! :( Any update?
Yes, whats the status? My DASH are still inaccessible with Trezor / Electrum DASH
@schinzelh @runn1ng Any news? This should have high priority since is not allowing us to use our dash.
I have my DASH stuck with Trezor/Electrum Wallet as well, can use it just in view mode only, not able to move any coin. PLEASE take a look at this... BIG problem for DASH. It shouldn't be happening.
hope this year I be able to use my dash.
Hi, the current Electrum Dash fork is maintained here: https://github.com/akhavr/electrum-dash
Please use that repo and report there if you have any issues.
Hello,
we made a fix of hid-api in order for Trezor with new firmware to work on mac with python
https://pypi.python.org/pypi/hidapi/0.7.99.post18
(we are using our fork of hid-api C library, since the PR is stuck on signal11 github now - https://github.com/signal11/hidapi/pull/288 , https://github.com/signal11/hidapi/pull/40 )
Anyway, I don't understand electrum-dash mac build system well enough, so I am not sure what is needed to be done so that electrum mac binary is using new hidapi library (trezor plugin is using python-trezor, and that has hidapi as a dependency).