diff options
author | Ted Yin <[email protected]> | 2024-08-23 00:34:04 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-08-23 00:34:04 -0700 |
commit | 0bb783e66697d36ee2cee2912817f875e6a9ee3b (patch) | |
tree | b18da659c603b074f26f29f8a243abcc5167c054 /README.rst | |
parent | c4bea62fbf5b3245cd5458181a41c942640197aa (diff) |
Update README.rst
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ Examples - 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 1,2 --shamir-threshold 2 --shamir-num 3 --save mykeystore.json`` +- Recover a new mnemonic from the previous example and save it to a keystore file: ``./keytree.py --recover-shamir 1,2 --save mykeystore.json`` Caveat |