mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-05 14:59:44 +00:00
15 lines
313 B
ReStructuredText
15 lines
313 B
ReStructuredText
Usage
|
|
=====
|
|
|
|
Get first receiving address of first account for Bitcoin:
|
|
|
|
.. code::
|
|
|
|
trezorctl get_address -c Litecoin -t address -n "m/44'/0'/0'/0/0"
|
|
|
|
Get first receiving address of first account for Segwit-in-P2SH for Litecoin:
|
|
|
|
.. code::
|
|
|
|
trezorctl get_address -c Litecoin -t p2shsegwit -n "m/49'/2'/0'/0/0"
|