Skip to content

Instantly share code, notes, and snippets.

@BenjaminLu
Created May 27, 2019 09:13
Show Gist options
  • Save BenjaminLu/70cb0633d57f38698121a72daddd47e1 to your computer and use it in GitHub Desktop.
Save BenjaminLu/70cb0633d57f38698121a72daddd47e1 to your computer and use it in GitHub Desktop.
geth --datadir /root/chaindata --rpc --rpccorsdomain "*" --rpcaddr "0.0.0.0" --rpcport 8545 --rpcapi "admin,db,eth,debug,miner,net,shh,txpool,personal,web3" --ws --wsaddr "0.0.0.0" --wsport 8546 --wsorigins "*" --wsapi "personal,admin,db,eth,net,web3,miner,shh,txpool,debug" --maxpeers 25 --mine --etherbase "0" --gasprice "0" --targetgaslimit "9999999" --unlock "0" --syncmode "full" --gcmode=archive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment