aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-03-24 19:58:15 -0400
committerDeterminant <ted.sybil@gmail.com>2018-03-24 19:58:15 -0400
commit1693a97b5ee55f0b71702a52ae209ff7d7c975f7 (patch)
treec1049920ef2c981d4581b9faf3497186dd298467 /README.rst
parentbd6a274131c736f0457b361b16efe599ce67d243 (diff)
...
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 5f66118..0470848 100644
--- a/README.rst
+++ b/README.rst
@@ -33,9 +33,10 @@ Example
-------
::
- python ./ethy.py --verify-key # unlock the wallet and verify whether the
- # encrypted private key matches the address
- python ./ethy.py --show-key # reveal the private key (secp256k1)
+ python ./ethy.py --verify-key mywallet.json # unlock the wallet and verify whether the
+ # encrypted private key matches the address
+ python ./ethy.py --show-key mywallet.json # reveal the private key (secp256k1)
- python ./ethy.py --gen > mywallet.json # generate a regular wallet (1s)
- python ./ethy.py --gen --light > mywallet.json # generate a wallet (fast)
+ python ./ethy.py --gen > mywallet.json # generate a regular wallet (1s)
+ python ./ethy.py --gen --light > mywallet.json # generate a wallet (fast)
+ python ./ethy.py --gen --with-key > mywallet.json # generate a wallet with the given private key