Status is down - http://localhost:5000/blocks/latest/1
nathanawmk opened this issue · 10 comments
Hello! While running blk-explorer with Quorum, Status is down. I am able to access http://localhost:5000/blocks/latest/1
Anything that I might have missed?
Nathan Aw
Hi Nathan,
Maybe a silly question, but are you sure you are replacing <node_endpoint>
and <os>
with the correct values?
Another point to bear in mind is that starting vagrant up
only starts the virtual environment for the 7 nodes, you then need to follow the steps in the 7node repo to actually start the blockchain. One way to confirm you have done this correctly is to run geth attach http://localhost:22000
which should attach to the node 1 of your 7 nodes.
Could you confirm if you can connect to one of the nodes using geth?
@nathanawmk Maybe you can try to modify this configuration in file linux-docker-compose.yaml
REACT_APP_EXPLORER=http://192.168.1.201:8081
Hi,
Got the same error, quorum and blk-explorer running on the same distant server ( Linux )
status: DOWN
error: Network Error
NODE_ENDPOINT=http://localhost:22000 docker-compose -f linux-docker-compose.yaml up
But if i run blk-explorer on a mac and connects to the distant server, it works fine.
NODE_ENDPOINT=http://<server>:22000 docker-compose -f mac-docker-compose.yaml up
geth works fine for me, running with a manual install of quorum 7nodes example (no vagrant)
geth attach http://localhost:22000
-Hugo
For proper bug reports version of quorum (e.g. 2.0.2) should be specified.
@paulvi Yes sorry, the version of Quorum that i am running is 2.0.1.
blk-explorer-free is not designed to be run on a remote server. The containers should be run on your local machine and you will have access to the explorer via localhost:5000
. The node may be remote.
I changed UI_IP, REACT_APP_EXPLORER to IP of my remote server, not working