Author

Topic: setup iquidus explorer (Unable to connect to explorer API) (Read 324 times)

legendary
Activity: 1612
Merit: 1608
精神分析的爸
how to run iquidus please tell me

Follow the readme at https://github.com/iquidus/explorer it cointains step-by-step instructions to install and run the iquidus explorer. Once it is running you can start the indexing script.

i am typing
./newerad -daemon -reindex -txindex

Error: An error occurred while setting up the RPC port 49110 for listening on IPv4: bind: Address already in use

Your coin daemon seems to be already running, try connecting with either newerad getinfo or newera-cli getinfo (I don't know which is valid for that specific coin).
legendary
Activity: 1612
Merit: 1608
精神分析的爸
..
Unable to connect to explorer API
..

There is your hint, the index script can't connect to the explorer.
Make sure your iquidus is running before trying to index.

HTH
newbie
Activity: 4
Merit: 0
Hello
I have such a problem,
i created block explorer and when I connect with my coin writes an error:
root@newera:/explorer# node scripts/sync.js index reindex
Script already running..
root@newera:/explorer# node scripts/sync.js index reindex
script launched with pid: 29567
Unable to connect to explorer API
index cleared (reindex)

TypeError: Cannot read property 'length' of undefined
at /root/explorer/lib/database.js:642:36
at Request._callback (/root/explorer/lib/explorer.js:107:14)
at Request.self.callback (/root/explorer/node_modules/request/request.js:187:22)
at Request.EventEmitter.emit (events.js:98:17)
at Request. (/root/explorer/node_modules/request/request.js:1044:10)
at Request.EventEmitter.emit (events.js:95:17)
at IncomingMessage. (/root/explorer/node_modules/request/request.js:965:12)
at IncomingMessage.EventEmitter.emit (events.js:117:20)
at _stream_readable.js:920:16
at process._tickCallback (node.js:415:13)

newera.conf
rpcuser=newerarpc
rpcpassword=mypassword
rpcallowip=127.0.0.1
rpcport=49110
listen=0
server=1
txindex=1

blockexplorer - http://178.62.226.109:3001

I use server ubuntu 16.04 digitalocean.com
please explain what the problem is

Jump to: