Minor cli doc updates (#725)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
MadelineMurray 6 years ago committed by Chris Mckay
parent dbf48d8e0a
commit aaa7a0ce5b
  1. 3
      docs/Configuring-Pantheon/Testing-Developing-Nodes.md
  2. 1
      docs/Reference/Pantheon-CLI-Syntax.md
  3. 2
      docs/Using-Pantheon/RPC-PubSub.md

@ -31,10 +31,11 @@ To start a bootnode for a private network:
2. Start the bootnode, specifying: 2. Start the bootnode, specifying:
* Genesis file and data directory as in the previous step. * Genesis file and data directory as in the previous step.
* No arguments for the [`--bootnodes` option](../Reference/Pantheon-CLI-Syntax.md#bootnodes) because this is your bootnode.
!!! example !!! example
``` ```
pantheon --genesis-file=privateNetworkGenesis.json --data-path=nodeDataPath pantheon --genesis-file=privateNetworkGenesis.json --data-path=nodeDataPath --bootnodes
``` ```
To specify this bootnode for another node, the enode URL for the [`--bootnodes`](../Reference/Pantheon-CLI-Syntax.md#bootnodes) To specify this bootnode for another node, the enode URL for the [`--bootnodes`](../Reference/Pantheon-CLI-Syntax.md#bootnodes)

@ -936,3 +936,4 @@ $ pantheon password-hash <my-password>
```bash tab="Example" ```bash tab="Example"
$ pantheon password-hash "password123" $ pantheon password-hash "password123"
```

@ -14,7 +14,7 @@ The RPC Pub/Sub methods are:
!!!important !!!important
Unlike other [JSON RPC-API methods](../Reference/JSON-RPC-API-Methods.md), Unlike other [JSON RPC-API methods](../Reference/JSON-RPC-API-Methods.md),
the RPC Pub/Sub methods cannot be called over HTTP. Use the [`--rpc-ws-enabled`] option to enable the RPC Pub/Sub methods cannot be called over HTTP. Use the [`--rpc-ws-enabled`](../Reference/Pantheon-CLI-Syntax.md#rpc-ws-enabled) option to enable
the WebSockets JSON-RPC service. the WebSockets JSON-RPC service.
### Using RPC Pub/Sub ### Using RPC Pub/Sub

Loading…
Cancel
Save