etherparty / explorer

A lightweight ethereum block explorer
GNU General Public License v2.0
632 stars 400 forks source link

can't run up with external IP #21

Open immartian opened 7 years ago

immartian commented 7 years ago

When trying to install it on a VPS, and expose 0.0.0.0 to external access, geth configuration can't communicate with web server. So it forever it popup message like "geth --rpc --rpccorsdomain "http://104.198.101.250:8000"

How to configure if it's for public web access? maybe very simple, but I didn't get it through even after changes.

immartian commented 7 years ago

Nobody committing this project any more?

sorokinvld commented 7 years ago

@immartian try to change port (as for me worked on port 8111)/

whitj00 commented 7 years ago

Hi sorry I just saw this, this is made to run geth locally. Is that where you're running this?

I'd also recommend trying https://github.com/carsenk/explorer, which is an updated version of this project