1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-29 00:31:02 +00:00

Adding xpub example (#149)

This commit is contained in:
Jonathan Cross 2017-11-13 21:54:33 +01:00 committed by Pavol Rusnak
parent fa6624129c
commit 9e068ce903

View File

@ -32,6 +32,13 @@ Get first receiving address of first account for Bitcoin (SegWit-in-P2SH):
trezorctl get_address -c Bitcoin -t p2shsegwit -n "m/49'/0'/0'/0/0"
Get Legacy Bitcoin ``xpub`` (can be used to create a watch-only wallet):
.. code::
trezorctl get_public_node -c Bitcoin -n "m/44'/0'/0'"
Litecoin
--------