Add information about the parity nodes

This commit is contained in:
Greg Karékinian 2017-05-08 16:45:53 +02:00
parent 23a621270f
commit 0f58a1c236
3 changed files with 14 additions and 9 deletions

View File

@ -35,16 +35,15 @@ This cookbook installs [Parity](https://parity.io/) nodes
### kosmos-parity::default ### kosmos-parity::default
Just include `kosmos-parity` in your node's `run_list`: ### kosmos-parity::node_dev
```json Sets up a parity node running on the dev chain on port 8545 (behind nginx, with
{ HTTPS)
"name":"my_node",
"run_list": [ ### kosmos-parity::node_testnet
"recipe[kosmos-parity]"
] Sets up a parity node running on the testnet chain on port 8546 (behind nginx,
} with HTTPS)
```
## License and Authors ## License and Authors

View File

@ -7,6 +7,9 @@
# All rights reserved - Do Not Redistribute # All rights reserved - Do Not Redistribute
# #
# Sets up a parity node running on the dev chain on port 8545 (behind nginx,
# with HTTPS)
rpc_proxy_port = 8545 rpc_proxy_port = 8545
rpc_port = 18545 rpc_port = 18545

View File

@ -7,6 +7,9 @@
# All rights reserved - Do Not Redistribute # All rights reserved - Do Not Redistribute
# #
# Sets up a parity node running on the testnet chain on port 8546 (behind
# nginx, with HTTPS)
rpc_proxy_port = 8546 rpc_proxy_port = 8546
rpc_port = 18546 rpc_port = 18546