Merge pull request #37 from cubedro/develop

Added sleep & poc-9 bootstrap node
This commit is contained in:
Marian OANCΞA 2015-04-03 05:18:19 +03:00
commit bee9cece9c
3 changed files with 5 additions and 1 deletions

3
app.js
View File

@ -1,4 +1,7 @@
var nodeModel = require('./lib/node');
var sleep = require('sleep');
sleep.sleep(5);
var node = new nodeModel();

View File

@ -4,5 +4,5 @@ if [[ -f /usr/bin/geth ]];
then
geth -rpc -maxpeers "50" -loglevel "1"
else
eth -b -x 50 -l 30303 -n off -m off -v 1 -j
eth -b -x 50 -r poc-9.ethdev.com -p 30303 -m off -n off -v 0 -j
fi

View File

@ -15,6 +15,7 @@
"primus-emit": "^0.1.2",
"primus-spark-latency": "^0.1.1",
"shelljs": "^0.4.0",
"sleep": "^2.0.0",
"ws": "^0.7.1"
},
"scripts": {