Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
MadelineMurray 6 years ago committed by GitHub
parent c9921e6feb
commit b2f9001798
  1. 10
      docs/Reference/Pantheon-CLI-Syntax.md
  2. 2
      docs/Tutorials/Create-Private-Clique-Network.md

@ -1067,7 +1067,7 @@ Pantheon subcommands are:
This command provides blocks related actions.
#### import
### import
```bash tab="Syntax"
$ pantheon blocks import --from=<block-file>
@ -1083,7 +1083,7 @@ Imports blocks from the specified file into the blockchain database
This command provides node public key related actions.
#### export
### export
```bash tab="Syntax"
$ pantheon public-key export [--to=<key-file>]
@ -1100,7 +1100,7 @@ $ pantheon --data-path=<node data path> public-key export --to=/home/me/me_proje
Outputs the node public key to standard output or writes it to the specified file if
`--to=<key-file>` is specified.
#### export-address
### export-address
```bash tab="Syntax"
$ pantheon public-key export-address [--to=<address-file>]
@ -1121,7 +1121,7 @@ Outputs the node public key address to standard output or writes it to the speci
This command provides password related actions.
#### hash
### hash
This command generates the hash of a given password. Include the hash in the [credentials file](../JSON-RPC-API/Authentication.md#credentials-file)
for JSON-RPC API [authentication](../JSON-RPC-API/Authentication.md).
@ -1138,7 +1138,7 @@ $ pantheon password hash --password=myPassword123
This command provides RLP related actions.
#### encode
### encode
This command encodes a typed JSON value from a file or from the standard input into an RLP hexadecimal string.

@ -38,7 +38,7 @@ Clique-Network/
In Clique networks, the address of at least one initial signer must be included in the genesis file.
For this Clique network, we will use Node-1 as the initial signer. This requires obtaining the address for Node-1.
To obtain the address for Node-1, in the `Node-1` directory, use the [`public-key export-address`](../Reference/Pantheon-CLI-Syntax.md#public-key)
To obtain the address for Node-1, in the `Node-1` directory, use the [`public-key export-address`](../Reference/Pantheon-CLI-Syntax.md#export-address)
subcommand to write the node address to the specified file (`node1Address` in this example)
```bash tab="MacOS"

Loading…
Cancel
Save