ethstats-client/bin/eth.sh

8 lines
148 B
Bash
Raw Normal View History

2015-02-12 22:59:01 +01:00
#!/bin/bash
trap "exit" INT
2015-04-02 23:42:54 +02:00
if [[ ! -f /home/ubuntu/bin/eth ]];
then
2015-04-02 23:22:33 +02:00
geth --rpc true --loglevel 1
else
2015-04-02 17:04:55 +02:00
eth -x 15 -l 30303 -n off -m off -v 1 -j
fi