-
-
Save BenjaminLu/70cb0633d57f38698121a72daddd47e1 to your computer and use it in GitHub Desktop.
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
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