ethstats-client/bin/eth.sh

8 lines
127 B
Bash
Raw Normal View History

2015-02-12 22:59:01 +01:00
#!/bin/bash
trap "exit" INT
if [ -f /usr/bin/ethereum ]
then
2015-04-02 20:11:55 +02:00
geth --rpc true
else
2015-04-02 17:04:55 +02:00
eth -x 15 -l 30303 -n off -m off -v 1 -j
fi