bitpay / insight

A bitcoin blockchain explorer and API
https://insight.bitpay.com/
MIT License
1.19k stars 1.11k forks source link

RPCError: Bitcoin JSON-RPC: Request Error: connect ECONNREFUSED 127.0.0.1:8232 #910

Open Fair-Exchange opened 6 years ago

Fair-Exchange commented 6 years ago

Hey there, I get the following error on this explorer, whenever an address is entered into the search box.

Any idea why it works so well at everything, except entering an address in the search box?

https://explorer.safecoin.org/

The website proxies to 127.0.0.1, not sure if this is an issue?

2018-03-20T06:04:05.134Z] warn: ZMQ connection delay: tcp://127.0.0.1:8332
[2018-03-20T06:04:05.134Z] warn: ZMQ connection delay: tcp://127.0.0.1:8332
[2018-03-20T06:04:05.134Z] warn: ZMQ connection delay: tcp://127.0.0.1:8332
[2018-03-20T06:04:05.134Z] warn: ZMQ connection delay: tcp://127.0.0.1:8332
[2018-03-20T06:04:05.134Z] warn: ZMQ connection delay: tcp://127.0.0.1:8332
[2018-03-20T06:04:05.134Z] warn: ZMQ connection delay: tcp://127.0.0.1:8332
[2018-03-20T06:04:05.134Z] warn: ZMQ connection delay: tcp://127.0.0.1:8332
[2018-03-20T06:04:05.134Z] warn: ZMQ connection delay: tcp://127.0.0.1:8332
[2018-03-20T06:04:05.134Z] error: RPCError: Bitcoin JSON-RPC: Request Error: connect ECONNREFUSED 127.0.0.1:8232
    at Bitcoin._wrapRPCError (/home/safecoin/safecoin-explorer/node_modules/bitcore-node-safecoin/lib/services/bitcoind.js:449:13)
    at /home/safecoin/safecoin-explorer/node_modules/bitcore-node-safecoin/lib/services/bitcoind.js:1675:30
    at ClientRequest.<anonymous> (/home/safecoin/safecoin-explorer/node_modules/bitcore-node-safecoin/node_modules/bitcoind-rpc/lib/index.js:116:7)
    at emitOne (events.js:77:13)
    at ClientRequest.emit (events.js:169:7)
    at Socket.socketErrorListener (_http_client.js:269:9)
    at emitOne (events.js:77:13)
    at Socket.emit (events.js:169:7)
    at emitErrorNT (net.js:1272:8)
    at nextTickCallbackWith2Args (node.js:511:9)