Update documentation for Trezor
This commit is contained in:
parent
c5b5a91956
commit
cde7dfef41
16
README.md
16
README.md
@ -49,9 +49,9 @@ Please also see [docs](docs/) for additional information about each device.
|
|||||||
| Feature \ Device | Ledger Nano S | Trezor One | Digital BitBox | KeepKey | Coldcard |
|
| Feature \ Device | Ledger Nano S | Trezor One | Digital BitBox | KeepKey | Coldcard |
|
||||||
|:---:|:---:|:---:|:---:|:---:|:---:|
|
|:---:|:---:|:---:|:---:|:---:|:---:|
|
||||||
| Support Planned | Yes | Yes | Yes | Yes | Yes |
|
| Support Planned | Yes | Yes | Yes | Yes | Yes |
|
||||||
| Implemented | Yes | Partial | Yes | Partial | Yes |
|
| Implemented | Yes | Yes | Yes | Partial | Yes |
|
||||||
| xpub retrieval | Yes | Yes | Yes | Yes | Yes |
|
| xpub retrieval | Yes | Yes | Yes | Yes | Yes |
|
||||||
| Message Signing | Yes | No | Yes | No | Yes |
|
| Message Signing | Yes | Yes | Yes | No | Yes |
|
||||||
| Device Setup | N/A | Yes | Yes | Yes | N/A |
|
| Device Setup | N/A | Yes | Yes | Yes | N/A |
|
||||||
| Device Wipe | N/A | Yes | Yes | Yes | N/A |
|
| Device Wipe | N/A | Yes | Yes | Yes | N/A |
|
||||||
| Device Recovery | N/A | Yes | N/A | Yes | N/A |
|
| Device Recovery | N/A | Yes | N/A | Yes | N/A |
|
||||||
@ -59,13 +59,13 @@ Please also see [docs](docs/) for additional information about each device.
|
|||||||
| P2PKH Inputs | Yes | Yes | Yes | Partial | Yes |
|
| P2PKH Inputs | Yes | Yes | Yes | Partial | Yes |
|
||||||
| P2SH-P2WPKH Inputs | Yes | Yes | Yes | Partial | Yes |
|
| P2SH-P2WPKH Inputs | Yes | Yes | Yes | Partial | Yes |
|
||||||
| P2WPKH Inputs | Yes | Yes | Yes | Partial | Yes |
|
| P2WPKH Inputs | Yes | Yes | Yes | Partial | Yes |
|
||||||
| P2SH Multisig Inputs | Yes | No | Yes | No | N/A |
|
| P2SH Multisig Inputs | Yes | Yes | Yes | No | N/A |
|
||||||
| P2SH-P2WSH Multisig Inputs | Yes | No | Yes | No | N/A |
|
| P2SH-P2WSH Multisig Inputs | Yes | No | Yes | No | N/A |
|
||||||
| P2WSH Multisig Inputs | Yes | No | Yes | No | N/A |
|
| P2WSH Multisig Inputs | Yes | Yes | Yes | No | N/A |
|
||||||
| Bare Multisig Inputs | Yes | No | Yes | No | N/A |
|
| Bare Multisig Inputs | Yes | N/A | Yes | No | N/A |
|
||||||
| Aribtrary scriptPubKey Inputs | Yes | No | Yes | No | N/A |
|
| Aribtrary scriptPubKey Inputs | Yes | N/A | Yes | No | N/A |
|
||||||
| Aribtrary redeemScript Inputs | Yes | No | Yes | No | N/A |
|
| Aribtrary redeemScript Inputs | Yes | N/A | Yes | No | N/A |
|
||||||
| Arbitrary witnessScript Inputs | Yes | No | Yes | No | N/A |
|
| Arbitrary witnessScript Inputs | Yes | N/A | Yes | No | N/A |
|
||||||
| Non-wallet inputs | Yes | Yes | Yes | Yes | Yes |
|
| Non-wallet inputs | Yes | Yes | Yes | Yes | Yes |
|
||||||
| Mixed Segwit and Non-Segwit Inputs | No | Yes | Yes | Partial | Yes |
|
| Mixed Segwit and Non-Segwit Inputs | No | Yes | Yes | Partial | Yes |
|
||||||
| Display on device screen | Yes | Yes | N/A | No | Yes |
|
| Display on device screen | Yes | Yes | N/A | No | Yes |
|
||||||
|
|||||||
@ -15,10 +15,10 @@ Current implemented commands are:
|
|||||||
|
|
||||||
## `signtx` Caveats
|
## `signtx` Caveats
|
||||||
|
|
||||||
Due to the limitations of the Trezor and of the lack of documentation, some transactions cannot be signed by a Trezor.
|
Due to the limitations of the Trezor, some transactions cannot be signed by a Trezor.
|
||||||
|
|
||||||
* The current implementation does not support signing Multisig inputs
|
- Multisig inputs are limited to at most n-of-15 multisigs. This is a firmware limitation.
|
||||||
* Transactions with arbitrary input scripts (scriptPubKey, redeemScript, or witnessScript) and arbitrary output scripts cannot be signed
|
* Transactions with arbitrary input scripts (scriptPubKey, redeemScript, or witnessScript) and arbitrary output scripts cannot be signed. This is a firmware limitation.
|
||||||
|
|
||||||
## Note on `backup`
|
## Note on `backup`
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user