TREZOR: ProcessError: Failed to compile input
See original GitHub issueI am facing a modal dialog box error which says ProcessError: Failed to compile input
when trying to sign with the last signature in a multisig wallet.
My environment:
- Windows 10
- Electron Cash 4.1.0
- Trezor Bridge 2.0.27
- Trezor firmware (last version)
Steps to reproduce:
- Create a new multisig wallet => OK
- Trezor connected green => OK
- Other cosigners send bits of money => They appear on Electron Cash main dialog.
- CTRL+T load the text transaction generated by another cosigner => this part works well, the dialog box open, the details of the intended transaction are fine.
- Click Sign, two confirmations on Trezor device follow.
- Just after the last Trezor confirmation, Electron Cash opens a modal dialog box
ProcessError: Failed to compile input
.
Could someone help me to get this problem solved?
Also, if I just try to send cash via Send >> Pay To, Electron Cash, I will be ask twice for confirmation on the Trezor device, and then, Electron Cash fails again with the same modal dialog both prompting ProcessError: Failed to compile input
. This behavior is somewhat baffling because as the wallet is multisig, I don’t even understand why Electron Cash is letting me attempt to send money without the cosigning process.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
Electrum-LTC - RuntimeError('ProcessError: Failed to compile ...
But when I want to send Litecoins to my Litecoin address in my wallet, pop up RuntimeError('ProcessError: Failed to compile input') appear.
Read more >Litecoin sent to bitcoin address on trezor - Reddit
RuntimeError('ProcessError: Failed to compile input') gave it a go and finally got access had to get rid of some of the derivation path....
Read more >trezor/community - Gitter
I managed to run TREZOR firmware on my laptop :) ... Also, I've managed to SSH using gpg-agent with TREZOR ... Error details:...
Read more >Developers - [Fluent] Send-action from Trezor One doesn't work -
I tried to send (testnet) from trezor one to other wasabi wallet, trezor asks for confirmation but after that gui (wasabi) gives authorization...
Read more >How to use the trezor.ui.display function in trezor | Snyk
Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues...
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
The coins are stored on invalid paths. For BCH they need to be stored at
m/44'/145'
. If you need to spend BCH coins on Bitcoin pathm/44'/1'
try downgrading the firmware to previous version.Thank you Pavol. 👍