dashpay / electrum-dash-old

Electrum-DASH - a Dash thin client
https://electrum-dash.org
MIT License
37 stars 112 forks source link

fix of hid-api on mac with new Trezor firmware #81

Closed karelbilek closed 5 years ago

karelbilek commented 7 years ago

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).

schinzelh commented 7 years ago

Many thanks, i'll have a look at it - waiting for my new MacBook to arrive :-)

karelbilek commented 7 years ago

Note that the issue is relevant only with mac and only with new firmware - it was triggered by U2F functionality.

karelbilek commented 7 years ago

I think adding hidapi>=0.7.99.post18 to requirements.txt should ensure that new hidapi is used

karelbilek commented 7 years ago

Hello, how does it look like? Is it fixed now? (I cannot test it, I don't have a mac :))

schinzelh commented 7 years ago

I'll have a look at it today

koalalorenzo commented 7 years ago

What is the status of this? I am not able to use Dash with my Trezor! Damn!!! :( Any update?

goodc0re commented 7 years ago

Yes, whats the status? My DASH are still inaccessible with Trezor / Electrum DASH

koalalorenzo commented 7 years ago

@schinzelh @runn1ng Any news? This should have high priority since is not allowing us to use our dash.

rube563 commented 7 years ago

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.

r-u-k-i-n commented 7 years ago

hope this year I be able to use my dash.

nmarley commented 5 years ago

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.