commit
9d575afc03
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
trap "exit" INT
|
trap "exit" INT
|
||||||
if [ -f /usr/bin/ethereum ]
|
if [[ ! -f /home/ubuntu/bin/eth ]];
|
||||||
then
|
then
|
||||||
geth --rpc true
|
geth --rpc true --loglevel 1
|
||||||
else
|
else
|
||||||
eth -x 15 -l 30303 -n off -m off -v 1 -j
|
eth -x 15 -l 30303 -n off -m off -v 1 -j
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue
Block a user