metaspartan / explorer

Ethereum Block Explorer (ETHExplorer V2) - Realtime Price Ticker, Shapeshift.io Integration, etc. (Project is currently not under active development, if you have a bug fix, please open a PR) My current project can be found at https://github.com/metaspartan/denarius (D a better cryptocurrency than ETH)
Other
486 stars 330 forks source link

Not working on public ip. #32

Open yassersheikh opened 6 years ago

yassersheikh commented 6 years ago

I have installed it but on npm start I am not able to access it on my browser with public ip.

I am configuring it on my aws ec2, please suggest.

sthnaqvi commented 6 years ago

hey @yassersheikh please add port 8000 in your Security Group inbound rule to access from public ip

Yashwanthv21 commented 6 years ago

Check if you are running rpc on 0.0.0.0 and check the firewall settings in AWS to allow all connections for that port.

melhindi commented 6 years ago

Extending on @Yashwanthv21 comment: Make sure you configured the http-server to listen to the correct IP: "start": "http-server ./app -a 0.0.0.0 -p 8000 -c-1", instead of "start": "http-server ./app -a localhost -p 8000 -c-1",

sudhaaddagiri commented 4 years ago

geth is not connecting to explorer when running on public IP Error: CONNECTION ERROR: Couldn't connect to node http://localhost:8545.