Created
December 29, 2018 07:43
-
-
Save ravidsrk/46b3e622e83fced2b11d5be1ed1c5901 to your computer and use it in GitHub Desktop.
Parity Node Setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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