Skip to content

Instantly share code, notes, and snippets.

@kendricktan
Last active October 31, 2021 22:54
Show Gist options
  • Select an option

  • Save kendricktan/3926fc02b5bc66b0b17a95a9b326401d to your computer and use it in GitHub Desktop.

Select an option

Save kendricktan/3926fc02b5bc66b0b17a95a9b326401d to your computer and use it in GitHub Desktop.
Ethereum Node Commands
geth --http --ws --http.addr "0.0.0.0" --http.port 8544 --ws.addr "0.0.0.0" --cache 8096
geth --http --ws --http.addr "0.0.0.0" --http.port 8544 --ws.addr "0.0.0.0" --cache 8096 --gcmode archive
mev-geth --http.api web3,net,eth,debug --ws.api web3,net,eth,debug --http --ws --http.addr "0.0.0.0" --http.port 8545 --ws.addr "0.0.0.0" --cache 8096 --gcmode full --graphql --graphql.vhosts '*' --rpc.txfeecap 0
openethereum --jsonrpc-apis=debug,web3,eth,pubsub,net,parity,parity_pubsub,traces --ws-apis=debug,web3,eth,pubsub,net,parity,parity_pubsub,traces --jsonrpc-interface=0.0.0.0 --jsonrpc-port=8545 --ws-interface=0.0.0.0 --ws-port=8546 --port=30303 --allow-ips=public --tracing=off --pruning=fast
openethereum --jsonrpc-apis=debug,web3,eth,pubsub,net,parity,parity_pubsub,traces --ws-apis=debug,web3,eth,pubsub,net,parity,parity_pubsub,traces --jsonrpc-interface=0.0.0.0 --jsonrpc-port=8545 --ws-interface=0.0.0.0 --ws-port=8546 --port=30303 --allow-ips=public --tracing=off --pruning fast --no-ancient-blocks --min-peers=50 --max-peers=75 --cache-size=4096
opera --genesis mainnet.g --cache 16384 --maxpeers 50
opera --genesis mainnet.g --http.api web3,net,eth,debug --ws.api web3,net,eth,debug --http --ws --http.addr "0.0.0.0" --http.port 8545 --ws.addr "0.0.0.0" --ws.port 8546 --cache 8096 --graphql --graphql.vhosts '*' --maxpeers 50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment