Insight package: Cannot connect to local nodes on testnet
I have a local blockchain network based on bitcoin that runs on my local machine. I updated the bitcore.config.json file to support my nodes. When I'm trying to see the blocks at the browser at localhost:8200, I'm receiving this error: Error: connect ECONNREFUSED 127.0.0.1:3000 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1107:14) I'm starting the Insight client by: npm run insight NETWORK=testnet [bitcoin.conf] ... # Options only for testnet [test] connect=127.0.0.1:17002 #connect=127.0.0.1:8200 #connect=127.0.0.1:8082 #connect=127.0.0.1:3000 #connect=127.0.0.1:24181 rpcconnect=127.0.0.1 rpcport=18001 listen=1 port=17001 rpcuser=liork rpcpassword=irock txindex=1 ...