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
1 changed files with 7 additions and 0 deletions

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
--------