From cc7038383a4f895e6d197e092cd89b9209a84ef0 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Wed, 22 Jun 2016 20:51:36 +0300 Subject: [PATCH] rpc api by default for ipc --- parity/cli.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parity/cli.rs b/parity/cli.rs index 1e77031e2..12d5d6db3 100644 --- a/parity/cli.rs +++ b/parity/cli.rs @@ -55,7 +55,7 @@ Account Options: ACCOUNTS is a comma-delimited list of addresses. --password FILE Provide a file containing a password for unlocking an account. - --keys-iterations NUM Specify the number of iterations to use when + --keys-iterations NUM Specify the number of iterations to use when deriving key from the password (bigger is more secure) [default: 10240]. --no-import-keys Do not import keys from legacy clients. @@ -98,7 +98,7 @@ API and Console Options: --ipc-path PATH Specify custom path for JSON-RPC over IPC service [default: $HOME/.parity/jsonrpc.ipc]. --ipc-apis APIS Specify custom API set available via JSON-RPC over - IPC [default: web3,eth,net,ethcore,personal,traces]. + IPC [default: web3,eth,net,ethcore,personal,traces,rpc]. --dapps-off Disable the Dapps server (e.g. status page). --dapps-port PORT Specify the port portion of the Dapps server