added password argument for eth
This commit is contained in:
parent
99395e0e94
commit
a7ffc8aa1e
@ -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
|
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
|
||||||
eth --bootstrap --peers 50 --remote 52.16.188.185:30303 --mining off --json-rpc -v 5 --public-ip $IP --listen-ip $LOCALIP
|
eth --bootstrap --peers 50 --remote 52.16.188.185:30303 --mining off --json-rpc -v 5 --public-ip $IP --listen-ip $LOCALIP --master $1
|
||||||
else
|
else
|
||||||
echo "Ethereum was not found!"
|
echo "Ethereum was not found!"
|
||||||
exit 1;
|
exit 1;
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
"name" : "eth",
|
"name" : "eth",
|
||||||
"cwd" : "/home/ubuntu/bin/www/",
|
"cwd" : "/home/ubuntu/bin/www/",
|
||||||
"script" : "bin/eth.sh",
|
"script" : "bin/eth.sh",
|
||||||
|
"args" : "ethpassword",
|
||||||
"log_date_format" : "YYYY-MM-DD HH:mm Z",
|
"log_date_format" : "YYYY-MM-DD HH:mm Z",
|
||||||
"log_file" : "/home/ubuntu/logs/eth-log.log",
|
"log_file" : "/home/ubuntu/logs/eth-log.log",
|
||||||
"out_file" : "/home/ubuntu/logs/eth-out.log",
|
"out_file" : "/home/ubuntu/logs/eth-out.log",
|
||||||
|
Loading…
Reference in New Issue
Block a user