add geth command for reference

This commit is contained in:
Jonathan Rainville 2019-09-25 13:20:31 -04:00
parent d8ccaf9543
commit cc307b74d5
1 changed files with 1 additions and 0 deletions

1
geth_cmd.txt Normal file
View File

@ -0,0 +1 @@
/home/jrainville/go-ethereum/build/bin/geth --networkid=66 --datadir=.embark/development/datadir --password=/home/jrainville/embark_demo/config/development/password --ipcpath=/tmp/embark-89188241/geth.ipc --port=30303 --rpc --rpcport=8545 --rpcaddr=localhost --rpccorsdomain=*,http://localhost:8000,http://localhost:8080,http://embark --ws --wsport=8546 --wsaddr=localhost --wsorigins=*,http://localhost:8000,http://localhost:8080,http://embark --nodiscover --bootnodes=enode://53458e6bf0353f3378e115034cf6c6039b9faed52548da9030b37b4672de4a8fd09f869c48d16f9f10937e7398ae0dbe8b9d271408da7a0cf47f42a09e662827@23.101.78.254:30303 --shh --rpcapi=eth,web3,net,debug,personal,shh --wsapi=eth,web3,net,shh,debug,pubsub,personal --miner.gastarget=8000000 --vm.ewasm="/home/jrainville/hera/build/src/libhera.so,metering=true,fallback=true" --vmodule="miner=12,rpc=12" --etherbase="031159dF845ADe415202e6DA299223cb640B9DB0" --mine --miner.threads=1