trezor / python-trezor

:snake: Don't use this repo, use the new monorepo instead:
https://github.com/trezor/trezor-firmware
GNU Lesser General Public License v3.0
201 stars 194 forks source link

Invald coin name #296

Closed rockandruby closed 6 years ago

rockandruby commented 6 years ago

Installed latest trezor on Ubuntu 16.04. Use trezor one. When I try to sign multisig transaction I get 'Invalid coin name'

prusnak commented 6 years ago

What exactly you are doing? Post the screenshot and also tell us the firmware version.

rockandruby commented 6 years ago

@prusnak I try to sign multisig transaction for dash testnet and when I try to sign by trezor I get http://joxi.ru/xAeO6w0up6Db9m I use 0.10.2

prusnak commented 6 years ago

You need firmware at least 1.6.2 to use Dash Testnet. Please update the firmware. Make sure you have your recovery seed when you update!

rockandruby commented 6 years ago

@prusnak how can I use 1.6.2 if your python-trezor latest version is 0.10.2 from 2018-06-21 or what firmware you were talking about?? I use almost all newest libs, electrum-dash, trezor bridge etc...

matejcik commented 6 years ago

you need Trezor firmware version 1.6.2 Go to wallet.trezor.io to update.

(You could also update with trezorctl firmware_update. But note that this update will wipe your device. The wallet webpage knows this and will warn you. Trezorctl won't.)

rockandruby commented 6 years ago

@matejcik I already use 1.6.2 trezor, Initially I thought that @prusnak asked me about python-trezor version I use

prusnak commented 6 years ago

Seems like a bug in Electrum-DASH, see https://github.com/dashpay/electrum-dash/blob/master/plugins/trezor/plugin.py#L147-L148

Please, report the issue to their issue tracker. Correct values should be "Dash Testnet" and "Dash".

matejcik commented 6 years ago

...i mean, "invalid coin name" doesn't make sense even then, seeing as both "Bitcoin" and "Testnet" are valid names. But yes, there is definitely an Electrum-DASH bug. We can investigate later, if it turns out that there is another problem on our side.

rockandruby commented 6 years ago

@prusnak @matejcik thanks guys!