decreased verbosity for cpp eth
This commit is contained in:
parent
eceea10913
commit
4fbca2eb2c
@ -24,8 +24,8 @@ then
|
|||||||
elif [[ -f $(which eth 2>/dev/null) ]]
|
elif [[ -f $(which eth 2>/dev/null) ]]
|
||||||
then
|
then
|
||||||
echo "Starting eth"
|
echo "Starting eth"
|
||||||
echo eth --bootstrap --peers 50 --remote 52.16.188.185:30303 --mining off --json-rpc -v 5 --public-ip $IP --listen-ip $LOCALIP --master $1
|
echo eth --bootstrap --peers 50 --remote 52.16.188.185:30303 --mining off --json-rpc -v 4 --public-ip $IP --listen-ip $LOCALIP --master $1
|
||||||
eth --bootstrap --peers 50 --remote 52.16.188.185:30303 --mining off --json-rpc -v 5 --public-ip $IP --listen-ip $LOCALIP --master $1
|
eth --bootstrap --peers 50 --remote 52.16.188.185:30303 --mining off --json-rpc -v 4 --public-ip $IP --listen-ip $LOCALIP --master $1
|
||||||
else
|
else
|
||||||
echo "Ethereum was not found!"
|
echo "Ethereum was not found!"
|
||||||
exit 1;
|
exit 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user