diff --git a/start.sh b/start.sh index 3a251f5..1743d23 100644 --- a/start.sh +++ b/start.sh @@ -3,8 +3,4 @@ export GITTER_TOKEN= export STATUS_PRIVKEY= -killall geth - -geth --testnet --ws --wsport=8546 --wsaddr=localhost --wsorigins=* --shh --wsapi=web3,net,shh --syncmode=light & - npm start