mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-17 03:48:09 +00:00
USAGE: Adding more examples
This commit is contained in:
parent
972459281b
commit
04bb0069c0
32
USAGE.rst
32
USAGE.rst
@ -1,13 +1,41 @@
|
|||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
|
||||||
Get first receiving address of first account for Legacy (non-SegWit) Bitcoin:
|
Show help for all command:
|
||||||
|
|
||||||
|
.. code::
|
||||||
|
|
||||||
|
trezorctl --help
|
||||||
|
|
||||||
|
|
||||||
|
Retrieve features, settings and coin types supported by your device:
|
||||||
|
|
||||||
|
.. code::
|
||||||
|
|
||||||
|
trezorctl get_features
|
||||||
|
|
||||||
|
|
||||||
|
Bitcoin
|
||||||
|
-------
|
||||||
|
|
||||||
|
Get first receiving address of first account for Bitcoin (Legacy / non-SegWit):
|
||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
|
||||||
trezorctl get_address -c Bitcoin -t address -n "m/44'/0'/0'/0/0"
|
trezorctl get_address -c Bitcoin -t address -n "m/44'/0'/0'/0/0"
|
||||||
|
|
||||||
Get first receiving address of first account for SegWit-in-P2SH for Litecoin:
|
|
||||||
|
Get first receiving address of first account for Bitcoin (SegWit-in-P2SH):
|
||||||
|
|
||||||
|
.. code::
|
||||||
|
|
||||||
|
trezorctl get_address -c Bitcoin -t p2shsegwit -n "m/49'/0'/0'/0/0"
|
||||||
|
|
||||||
|
|
||||||
|
Litecoin
|
||||||
|
--------
|
||||||
|
|
||||||
|
Get first receiving address of first account for Litecoin (SegWit-in-P2SH):
|
||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user