removed -u off flag
This commit is contained in:
parent
6b4bfef4ab
commit
c666fa1b8b
@ -4,5 +4,5 @@ if [[ -f /usr/bin/geth ]];
|
|||||||
then
|
then
|
||||||
geth -rpc -rpcport "8080" -maxpeers "50" -loglevel "1"
|
geth -rpc -rpcport "8080" -maxpeers "50" -loglevel "1"
|
||||||
else
|
else
|
||||||
eth -b -x 50 -r 52.5.125.115 -p 30303 -m off -n off -v 0 -j
|
eth -b -x 50 -r 52.5.125.115 -p 30303 -m off -v 0 -j
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue
Block a user