bitcoin_fork_claimer icon indicating copy to clipboard operation
bitcoin_fork_claimer copied to clipboard

Consider supporting Trezor

Open brianddk opened this issue 5 years ago • 1 comments

Trezor already has a python library for creating and signing transactions. The raw API allows doing much of what your doing here. It even allows crafting TXNs from spent outputs. Might be easier to integrate than you think.

Here's a simple_trezor_txn.py for reference. Note the sample uses the new release of the library (v0.11.0).

brianddk avatar Dec 07 '18 06:12 brianddk

I had thought it would be straight forward looking at this:

But the trezor FW coin structure can't be passed in. Its static in the firmware binary itself. I've asked if extending it to allow dynamic coin additions would be possible. We'll see.

brianddk avatar Dec 12 '18 07:12 brianddk