ethstats-client/bin/eth.sh
2015-04-03 04:42:10 +03:00

8 lines
158 B
Bash

#!/bin/bash
trap "exit" INT
if [[ -f /usr/bin/geth ]];
then
geth -rpc -maxpeers "50" -loglevel "1"
else
eth -b -x 50 -r poc-9.ethdev.com -p 30303 -v 1 -j
fi