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
Just include `kosmos-parity` in your node's `run_list`:
### kosmos-parity::node_dev
```json
{
"name":"my_node",
"run_list": [
"recipe[kosmos-parity]"
]
}
```
Sets up a parity node running on the dev chain on port 8545 (behind nginx, with
HTTPS)
### kosmos-parity::node_testnet
Sets up a parity node running on the testnet chain on port 8546 (behind nginx,
with HTTPS)
## License and Authors

View File

@ -7,6 +7,9 @@
# 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_port = 18545

View File

@ -7,6 +7,9 @@
# 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_port = 18546