Skip to content

Instantly share code, notes, and snippets.

@ravidsrk
Created December 29, 2018 07:43
Show Gist options
  • Save ravidsrk/46b3e622e83fced2b11d5be1ed1c5901 to your computer and use it in GitHub Desktop.
Save ravidsrk/46b3e622e83fced2b11d5be1ed1c5901 to your computer and use it in GitHub Desktop.
Parity Node Setup
sudo apt-get install openssl libssl-dev libudev-dev
sudo apt-get install software-properties-common -y
sudo add-apt-repository -y ppa:ethereum/ethereum -y
sudo apt-get update
sudo apt-get install ethereum
bash <(curl https://get.parity.io -L)
parity — cache-size 62000 — warp — jsonrpc-interface "206.189.140.131" — jsonrpc-apis "all" — ipc-apis "web3,eth,personal,pubsub,net,parity,parity_pubsub,parity_accounts,traces,rpc,secretstore" — jsonrpc-port "8545" — mode "active" — chain "mainnet" — min-peers 50 — max-peers 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment