Add information about the parity nodes
This commit is contained in:
parent
23a621270f
commit
0f58a1c236
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user