diff options
author | Determinant <[email protected]> | 2024-08-22 18:33:07 -0700 |
---|---|---|
committer | Determinant <[email protected]> | 2024-08-22 18:33:07 -0700 |
commit | e2e1a388d2e023f395aa9a8423ca6eb6cefd3587 (patch) | |
tree | e28527392d480526cf67137e7fccf9da5ad369be /README.rst | |
parent | 69c966134cdba3c8a38038b9fd28a0c78e88cc73 (diff) |
...
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ Examples screen) - Use arbitrary UTF-8 string as your mnemonic ``./keytree.py --custom --save mykeystore.json`` - Show Fuji testnet address format ``./keytree.py <your options> --hrp fuji`` +- Generate a new mnemonic and also use a 2/3 Shamir's secret sharing (3 shares, recoverable with any 2 of them): ``./keytree.py --gen-mnemonic --gen-shamir --shamir-threshold 2 --shamir-num 3`` +- Recover a new mnemonic from the previous example and save it to a keystore file: ``./keytree.py --recover-shamir --shamir-threshold 2 --shamir-num 3 --save mykeystore.json`` + Caveat ------ |