• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Insight DASH Blockchain Explorer

raganius

cryptoPag.com
Foundation Member
Masternode Owner/Operator
Hey there, UdjinM6, I believe you'll be able to help me here:

I am having a hard time trying to install an Insight Blockchain Explorer for DASH (https://github.com/UdjinM6/insight-api-dash). Although I am following the Quick Install, when I get to "$ npm install" i get this:

:~/insight-api$ npm install
npm http GET https://registry.npmjs.org/async
npm http GET https://registry.npmjs.org/base58-native/0.1.2
npm http GET https://registry.npmjs.org/bignum
npm http GET https://registry.npmjs.org/bitauth
npm http GET https://registry.npmjs.org/buffertools
npm http GET https://registry.npmjs.org/commander
npm http GET https://registry.npmjs.org/cron
npm http GET https://registry.npmjs.org/express
npm http GET https://registry.npmjs.org/glob
npm http GET https://registry.npmjs.org/leveldown
npm http GET https://registry.npmjs.org/levelup
npm http GET https://registry.npmjs.org/lodash
npm http GET https://registry.npmjs.org/microtime
npm http GET https://registry.npmjs.org/mkdirp
npm http GET https://registry.npmjs.org/moment
npm http GET https://registry.npmjs.org/nodemailer
npm http GET https://registry.npmjs.org/preconditions
npm http GET https://registry.npmjs.org/request
npm http GET https://registry.npmjs.org/socket.io/1.0.6
npm http GET https://registry.npmjs.org/socket.io-client/1.0.6
npm http GET https://registry.npmjs.org/soop/0.1.5
npm http GET https://registry.npmjs.org/winston
npm http GET https://registry.npmjs.org/xmlhttprequest
npm http GET https://registry.npmjs.org/nodemailer-smtp-transport
npm http GET https://registry.npmjs.org/chai
npm http GET https://registry.npmjs.org/grunt
npm http GET https://registry.npmjs.org/grunt-cli
npm http GET https://registry.npmjs.org/grunt-concurrent
npm http GET https://registry.npmjs.org/grunt-contrib-jshint
npm http GET https://registry.npmjs.org/grunt-contrib-watch
npm http GET https://registry.npmjs.org/grunt-env
npm http GET https://registry.npmjs.org/grunt-markdown
npm http GET https://registry.npmjs.org/grunt-mocha-test
npm http GET https://registry.npmjs.org/grunt-nodemon
npm http GET https://registry.npmjs.org/memdown
npm http GET https://registry.npmjs.org/should
npm http GET https://registry.npmjs.org/sinon

npm ERR! Error: failed to fetch from registry: bitauth
npm ERR! at /usr/share/npm/lib/utils/npm-registry-client/get.js:139:12
npm ERR! at cb (/usr/share/npm/lib/utils/npm-registry-client/request.js:31:9 )
npm ERR! at Request._callback (/usr/share/npm/lib/utils/npm-registry-client/ request.js:136:18)
npm ERR! at Request.callback (/usr/lib/nodejs/request/main.js:119:22)
npm ERR! at Request.<anonymous> (/usr/lib/nodejs/request/main.js:212:58)
npm ERR! at Request.emit (events.js:88:20)
npm ERR! at ClientRequest.<anonymous> (/usr/lib/nodejs/request/main.js:412:1 2)
npm ERR! at ClientRequest.emit (events.js:67:17)
npm ERR! at HTTPParser.onIncoming (http.js:1261:11)
npm ERR! at HTTPParser.onHeadersComplete (http.js:102:31)
npm ERR! You may report this log at:
npm ERR! <http://bugs.debian.org/npm>
npm ERR! or use
npm ERR! reportbug --attach /home/vvitch/insight-api/npm-debug.log npm
npm ERR!
npm ERR! System Linux 3.13.0-46-generic
npm ERR! command "node" "/usr/bin/npm" "install"
npm ERR! cwd /home/user/insight-api
npm ERR! node -v v0.6.12
npm ERR! npm -v 1.1.4
npm ERR! message failed to fetch from registry: bitauth
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/user/insight-api/npm-debug.log
npm not ok

Lot's of errors, and a "npm not ok" at the end. Since yesterday I've been trying to figure out the problem, but I have not been able to identify what is causing it.

Can you help me?

I would like to provide a DASH Blockchain Explorer online. I've already got dashd running with "txindex=1" at the dash.conf, Node.js installed, and "INSIGHT_FORCE_RPC_SYNC=1" at the .bashrc.

Thanks
 
Last edited by a moderator:
Hello, raganius
Did you run this
git clone https://github.com/bitpay/insight-api && cd insight-api
as said in Quick Install ?
If yes, you did try to install insight for bitcoin not dash, The documentation is not modified yet on this repository.
You should run
git clone https://github.com/UdjinM6/insight-api-dash && cd insight-api-dash

This "insight-api-dash is only api, If you want to run the insight for dash website , you need clone of insight repository and modified for Dash , ex : https://github.com/thelazier/insight-dash
 
Thank you moli! Thank you thelazier, that's exactly what happened: I simply followed the "quick install" instructions. Now I'll try doing it the way you say here, and I'll let you know if it worked :smile: (sad that I'll not be able to do it right now, because - as usual - my home Internet is not working :mad: typical in Brazil)

Cheers!

Edit: I've done as you said, thelazier, but the erros persist. Now I'll try rebooting the vps machine, and starting all over, because it may help.

Edit 2: It still did not work. I'll have to review what I've done, and redo everything from start. I suspect it is something with my VPS. As soon as I have any progresses I'll update this thread.

Thanks guys!
 
Last edited by a moderator:
Back
Top