1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-14 03:49:25 +00:00
trezor-firmware/USAGE.rst

15 lines
332 B
ReStructuredText
Raw Normal View History

2017-06-28 11:37:35 +00:00
Usage
=====
Get first receiving address of first account for Legacy (non-SegWit) Bitcoin:
2017-06-28 11:37:35 +00:00
.. code::
trezorctl get_address -c Bitcoin -t address -n "m/44'/0'/0'/0/0"
2017-06-28 11:37:35 +00:00
Get first receiving address of first account for SegWit-in-P2SH for Litecoin:
2017-06-28 11:37:35 +00:00
.. code::
trezorctl get_address -c Litecoin -t p2shsegwit -n "m/49'/2'/0'/0/0"