-
-
Save kendricktan/3926fc02b5bc66b0b17a95a9b326401d to your computer and use it in GitHub Desktop.
Ethereum Node Commands
This file contains hidden or 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
| 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 |
This file contains hidden or 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
| 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 |
This file contains hidden or 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
| 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