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)
Hi All,
I am trying to get this working on a VPS and a public IP.
my geth command looks like this:
geth --datadir /dataPath --networkid 9900 --nodiscover --rpc --rpcaddr 127.0.0.1 --rpcapi "web3,net,eth,personal" --rpccorsdomain "http://public IP:15000" console
my app.js is this:
and package.json:
"start": "http-server ./app -a 0.0.0.0 -p 15000 -c-1"
The webpage comes up with a header and a footer but no blocks are displayed. There is no pop up about geth not being connected as well.
Thanks