Skip to content

Ethcore's Parity

Sammy Libre edited this page Oct 16, 2017 · 10 revisions

Using Parity

Make sure you run:

parity --no-ws --no-dapps --unlock "0x0123..." --jsonrpc-hosts all --password ~/pass.txt

Your account password required to unlock it must be in ~/pass.txt. The --no-signer option is mandatory especially if you use same node for mining.

Don't expose RPC to the wild!