Skip to content

Instantly share code, notes, and snippets.

@Jfaler
Last active May 5, 2020 00:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jfaler/cf4f6ff5af49473aceb8dff228a39f57 to your computer and use it in GitHub Desktop.
Save Jfaler/cf4f6ff5af49473aceb8dff228a39f57 to your computer and use it in GitHub Desktop.
Ethereum wallet configuration for JSON RPC 2.0 with geth
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum
apt-get install geth
geth --testnet --syncmode="light" --rpc --rpcapi db,eth,net,web3,personal --cache=1024 --rpcport 8545 --rpcaddr 127.0.0.1 --rpccorsdomain "*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment