Skip to content

Commit

Permalink
update to remove mine
Browse files Browse the repository at this point in the history
  • Loading branch information
riverwind-super committed Nov 15, 2018
1 parent 47248fa commit ad946fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/package/startup-alpha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ if [ ! -d ${LOGDIR} ]; then
fi
killProcess ${PATTERN_MAIN_PROCESS}
sleep 10
nohup ~/working/bin/gero --alpha --mine --datadir=${DATADIR} --rpc --rpcport ${RPCPORT} --rpcaddr ${RPCADDR} --rpcapi ${RPCAPI} --port ${SERVERPORT} --rpccorsdomain "*" &> ${LOGDIR}/gero.log &
nohup ~/working/bin/gero --alpha --datadir=${DATADIR} --rpc --rpcport ${RPCPORT} --rpcaddr ${RPCADDR} --rpcapi ${RPCAPI} --port ${SERVERPORT} --rpccorsdomain "*" &> ${LOGDIR}/gero.log &
2 changes: 1 addition & 1 deletion build/package/startup-beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ if [ ! -d ${LOGDIR} ]; then
fi
killProcess ${PATTERN_MAIN_PROCESS}
sleep 10
nohup ~/working/bin/gero --mine --datadir=${DATADIR} --rpc --rpcport ${RPCPORT} --rpcaddr ${RPCADDR} --rpcapi ${RPCAPI} --port ${SERVERPORT} --rpccorsdomain "*" &> ${LOGDIR}/gero.log &
nohup ~/working/bin/gero --datadir=${DATADIR} --rpc --rpcport ${RPCPORT} --rpcaddr ${RPCADDR} --rpcapi ${RPCAPI} --port ${SERVERPORT} --rpccorsdomain "*" &> ${LOGDIR}/gero.log &

0 comments on commit ad946fb

Please sign in to comment.