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:
parent
a5fc76d8c9
commit
972459281b
@ -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::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user