ethstats-client/bin/eth.sh

8 lines
152 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-03-27 10:21:17 +01:00
eth -x 15 -l 30303 -r poc-8.ethdev.com -p 30303 -m off -v 1 -j
fi