diff options
author | Determinant <[email protected]> | 2021-01-17 21:59:32 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2021-01-17 21:59:32 -0500 |
commit | 9c6a35e2e44d81610eb054928593c78e19ff201c (patch) | |
tree | 06369d5869de7ede80ab784a4622281804db8a33 | |
parent | a84a792b76195302bfe60fe7e8a34d873d148912 (diff) |
update readme
-rw-r--r-- | README.rst | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -14,13 +14,12 @@ Examples 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) +- Use Metamask's deriving algorithm: ``./keytree.py <your options> + --account-path "44'/60'/0'/0"``. By default, ETH addresses/keys use AVAX's + deriving path (AVAX C-Chain keys/addresses) instead of Metamask's. To treat + the mnemonic in Metamask's way, use ``--account-path``. Whatever deriving + path is used, the generated individual key-address pair is always valid + Ethereum format. Caveat ------ |