ethstats-client/bin/eth.sh

8 lines
172 B
Bash
Raw Normal View History

2015-02-12 22:59:01 +01:00
#!/bin/bash
trap "exit" INT
2015-04-03 00:02:32 +02:00
if [[ -f /usr/bin/geth ]];
then
2015-04-03 01:46:02 +02:00
geth -rpc -maxpeers "50" -loglevel "1"
else
2015-04-03 04:17:44 +02:00
eth -b -x 50 -r poc-9.ethdev.com -p 30303 -m off -n off -v 0 -j
fi