1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-21 13:58:08 +00:00

Fixing Bitcoin usage & adding note this is non-SegWit

This commit is contained in:
Jonathan Cross 2017-11-07 13:55:21 +01:00 committed by Pavol Rusnak
parent a5fc76d8c9
commit 972459281b

View File

@ -1,13 +1,13 @@
Usage
=====
Get first receiving address of first account for Bitcoin:
Get first receiving address of first account for Legacy (non-SegWit) Bitcoin:
.. code::
trezorctl get_address -c Litecoin -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 SegWit-in-P2SH for Litecoin:
.. code::