aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <[email protected]>2021-01-11 15:00:40 -0500
committerDeterminant <[email protected]>2021-01-11 15:00:40 -0500
commita84a792b76195302bfe60fe7e8a34d873d148912 (patch)
treec1e55cb8305a610d21eb930f33ae61f28c761e2b
parente5b01bb04331676cbc5e202993e4bf883cb97633 (diff)
...
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index d94a4a7..09c0965 100644
--- a/README.rst
+++ b/README.rst
@@ -13,6 +13,14 @@ Examples
use it after you look around and ensure there is no one else looking at your
screen)
- Use arbitrary UTF-8 string as your mnemonic ``./keytree.py --custom-words --save-keystore mykeystore.json``
+- Show Fuji testnet address format ``./keytree.py <your options> --hrp fuji``
+- Show corresponding C-Chain address & ETH-format private key ``./keytree.py
+ <your options> --account-path "44'/60'/0'/0"`` (The default ETH
+ addresses/keys without ``--account-path`` are the ones using AVAX's deriving
+ path instead of Ethereum's HD Wallet standard. They are, however, still valid
+ ETH addresses/keys (useful as individual, standalone keys). But to correctly
+ extract Metamask addresses/keys from its wallet with this tool, you need to
+ specify the shown account path)
Caveat
------