github.com/shyftnetwork/go-empyrean@v1.8.3-0.20191127201940-fbfca9338f04/shyft-config/shyft-cli/startShyftGethDev.sh (about) 1 #!/bin/sh 2 if [ -z "${DBENV}" ]; then 3 ./build/bin/geth --config ./shyft-config/config.toml --ws --nat=any --mine --minerthreads 4 --targetgaslimit 8000000 --rpc --rpcapi="personal,eth,network,net,web3" --rpcport 8545 --rpcaddr "localhost" --disablepg 4 else 5 /bin/geth --config ./shyft-config/config.toml --ws --nat=any --mine --minerthreads 4 --targetgaslimit 8000000 --rpc --rpcapi="personal,eth,network,net,web3" --rpcport 8545 --rpcaddr "localhost" --disablepg 6 fi