ethstats-client/bin/eth.sh
2015-04-04 04:48:34 +03:00

8 lines
177 B
Bash

#!/bin/bash
trap "exit" INT
if [[ -f /usr/bin/geth ]];
then
geth -rpc -rpcport "8080" -maxpeers "50" -loglevel "2"
else
eth -b -x 50 -r 52.5.125.115 -p 30303 -m off -v 1 -j
fi