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

Allow access to Geth and refresh page. #25

Open chainhead opened 6 years ago

chainhead commented 6 years ago

I am referring to the issue reported in the etherparty/explorer repo - https://github.com/etherparty/explorer/issues/30 I am facing the same issue with this repo also. I am keen to know, how to resolve this issue.

Thanks!

Bizyroth commented 6 years ago

Me too

chainhead commented 6 years ago

@Bizyroth Can you please describe your problem in detail? I have had some success in solving this.

vderelle commented 6 years ago

I figured out how to solve the issue. The app.js file in ../explorer/app/ contains configuration variables. You simply need to modify the value for GETH_HOSTNAME to your public domain name. Presumably a public IP address would work as well.

I'm not sure why this isn't stated in the README file. It looks like its a common issue for people.