ethstats-client/bin/eth.sh
2015-03-27 11:21:17 +02:00

8 lines
152 B
Bash

#!/bin/bash
trap "exit" INT
if [ -f /usr/bin/ethereum ]
then
ethereum -rpc true
else
eth -x 15 -l 30303 -r poc-8.ethdev.com -p 30303 -m off -v 1 -j
fi