"cannot pair trezor" with Electron-Cash-4.1.0-fusion
See original GitHub issueusing Electron-Cash-4.1.0-fusion-1-74-g12dd3338e-x86_64.AppImage I cannot pair my trezor.
Traceback (most recent call last):
File "/tmp/.mount_Electr481Czl/usr/lib/python3.6/site-packages/electroncash_gui/qt/util.py", line 949, in run
result = task.task()
File "/tmp/.mount_Electr481Czl/usr/lib/python3.6/site-packages/electroncash/wallet.py", line 2469, in sign_message
return self.keystore.sign_message(index, message, password)
File "/tmp/.mount_Electr481Czl/usr/lib/python3.6/site-packages/electroncash_plugins/trezor/trezor.py", line 62, in sign_message
client = self.get_client()
File "/tmp/.mount_Electr481Czl/usr/lib/python3.6/site-packages/electroncash_plugins/trezor/trezor.py", line 56, in get_client
return self.plugin.get_client(self, force_pair)
File "/tmp/.mount_Electr481Czl/usr/lib/python3.6/site-packages/electroncash_plugins/trezor/trezor.py", line 185, in get_client
client = devmgr.client_for_keystore(self, handler, keystore, force_pair)
File "/tmp/.mount_Electr481Czl/usr/lib/python3.6/site-packages/electroncash/plugins.py", line 878, in client_for_keystore
client = self.force_pair_xpub(plugin, handler, info, xpub, derivation, devices)
File "/tmp/.mount_Electr481Czl/usr/lib/python3.6/site-packages/electroncash/plugins.py", line 923, in force_pair_xpub
'receive will be unspendable.').format(plugin.device))
electroncash.plugins.DeviceUnpairableError: Electron Cash cannot pair with your Trezor.
Before you request bitcoins to be sent to addresses in this wallet, ensure you can pair with your device, or that you have its seed (and passphrase, if any). Otherwise all bitcoins you receive will be unspendable.
I verified passphrase is correct by using older, non-cashfusion version (tried many times)
Issue Analytics
- State:
- Created 4 years ago
- Comments:22
Top Results From Across the Web
Trezor Suite doesn't see my device
Trezor Suite doesn't see my device · Try another cable and USB port · Install the necessary software · Update your Windows drivers...
Read more >Latest Trezor isn't connecting topics
Topic Replies Views Activity
About the Trezor isn't connecting category 1 452 April 5, 2021
New Trezor right button not working 2 37 December 4,...
Read more >Unable to sign transactions with Trezor hardware wallet
I can't sign my transaction. Metamask or other 3rd party apps might prevent you from spending your funds. This can happen when the...
Read more >Support | Trezor Knowledge Base
Search, find, and solve common issues with Trezor hardware wallets, Trezor Suite, using crypto, and more.
Read more >Pair and connect your Trezor device with MetaMask
Click on the account icon in the top right corner and select Connect Hardware Wallet. Make sure your Trezor device is plugged in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll also do some testing with Keepkey and Ledger.
Thanks @EchterAgo for the bisect refresher, it’s been a long time…
this commit that made things go sour: d6a4d28279bf522a89b3d923b017d6076000c1b9
I didn’t regenerate python env between steps, I hope that’s not the issue.
Edit: I hope we don’t have to keep that old mnemonic implementation around just for trezor?!?