Where is your Mongo DB located? After installation, it defaults to only allowing local connections.
# Listen to local interface only. Comment out to listen on all interfaces.
bind_ip = 127.0.0.1
Thanks for your answer. Mongodb work properly,since i'm able to check 127.0.0.1:port
Everything setted up properly: Latest mongo,node,coind,cronjobs etc.
When i run npm start from explorer directory,i get always those error messages:
GET /themes/Cyborg/bootstrap.min.css 304 4ms
GET /vendor/jqplot/jquery.jqplot.css 304 4ms
GET /stylesheets/style.css 304 0ms
GET /vendor/jqplot/jquery.jqplot.min.js 304 1ms
GET /vendor/jqplot/plugins/jqplot.dateAxisRenderer.min.js 304 1ms
GET /vendor/jqplot/plugins/jqplot.ohlcRenderer.min.js 304 1ms
GET /vendor/jqplot/plugins/jqplot.highlighter.min.js 304 0ms
GET /vendor/jqplot/plugins/jqplot.pieRenderer.min.js 304 1ms
GET /vendor/jqplot/plugins/jqplot.barRenderer.min.js 304 1ms
GET /vendor/jqplot/plugins/jqplot.categoryAxisRenderer.min.js 304 1ms
GET /javascripts/chart.js 304 1ms
GET /images/logo.png 304 4ms
GET /ext/getlasttxs/10/0.00000001?_=1449405268380 200 3ms - 11b
{ [Error: socket hang up] code: 'ECONNRESET' }
GET /api/getdifficulty 200 60253ms - 39b
{ [Error: socket hang up] code: 'ECONNRESET' }
GET /api/getnetworkhashps 200 60965ms - 39b
{ [Error: socket hang up] code: 'ECONNRESET' }Is there something missing in changing settings.json file? or something else?