Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
84084df2
Commit
84084df2
authored
Sep 04, 2018
by
Evangelos Pappas
Committed by
Felix Lange
Sep 04, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/ethkey: fix the README to match updated commands (#17332)
parent
003e0319
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
README.md
cmd/ethkey/README.md
+15
-3
No files found.
cmd/ethkey/README.md
View file @
84084df2
...
@@ -21,21 +21,33 @@ Private key information can be printed by using the `--private` flag;
...
@@ -21,21 +21,33 @@ Private key information can be printed by using the `--private` flag;
make sure to use this feature with great caution!
make sure to use this feature with great caution!
### `ethkey sign <keyfile> <message/file>`
### `ethkey sign
message
<keyfile> <message/file>`
Sign the message with a keyfile.
Sign the message with a keyfile.
It is possible to refer to a file containing the message.
It is possible to refer to a file containing the message.
To sign a message contained in a file, use the
`--msgfile`
flag.
### `ethkey verify <address> <signature> <message/file>`
### `ethkey verify
message
<address> <signature> <message/file>`
Verify the signature of the message.
Verify the signature of the message.
It is possible to refer to a file containing the message.
It is possible to refer to a file containing the message.
To sign a message contained in a file, use the --msgfile flag.
### `ethkey changepassphrase <keyfile>`
Change the passphrase of a keyfile.
use the
`--newpasswordfile`
to point to the new password file.
## Passphrases
## Passphrases
For every command that uses a keyfile, you will be prompted to provide the
For every command that uses a keyfile, you will be prompted to provide the
passphrase for decrypting the keyfile. To avoid this message, it is possible
passphrase for decrypting the keyfile. To avoid this message, it is possible
to pass the passphrase by using the
`--pass
phras
e`
flag pointing to a file that
to pass the passphrase by using the
`--pass
wordfil
e`
flag pointing to a file that
contains the passphrase.
contains the passphrase.
## JSON
In case you need to output the result in a JSON format, you shall by using the
`--json`
flag.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment