meowsbits

Results 118 comments of meowsbits
trafficstars

> Use Parity-Ethereum, Hyperledger Besu or IOHK Mantis (if you could ) and you will not have these problems. > https://github.com/ethereumclassic/ECIPs/issues/225#issuecomment-560134684 > Current reality for Geth family - BAD >...

Just bumping. As the user types, we can expect that, for example, `http://loca` is not going to work because it isn't a valid FQDN. I would propose validating the endpoint...

and/or set uri path would be fine too

ah, that'll do for now! thanks!

![Screenshot_20191029_151531](https://user-images.githubusercontent.com/45600330/67805397-f709df80-fa5e-11e9-9081-dc74c9fc689e.png) I'm on Kotti locally, and have it fully synced to 1,459,839. This shows a lower head, and/or wrong chain (mainnet still syncing on the Builders backend?) ... But hold...

Firefox, Linux... working on reproducing again now.

Just noting that I also get this when running my oh-so-fancy new `jade-service-runner-cli` (generated with the tool over at https://github.com/gregdhill/go-openrpc) ``` $ jade-service-runner-cli --http-addr 'http://localhost:8002' listServices ``` ( ``` $...

``` $ curl --max-time 5 -X POST -H 'Content-Type: application/json' -d '{"method": "listServices", "params":[], "id": "0"}' localhost:8002 curl: (28) Operation timed out after 5001 milliseconds with 0 bytes received $...