ethstats-client/bin/eth.sh

8 lines
130 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-03-20 07:25:54 +01:00
ethereum -rpc true
else
2015-04-02 17:04:55 +02:00
eth -x 15 -l 30303 -n off -m off -v 1 -j
fi