Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Custom node with http and localhost #2171

Open
nolash opened this issue Dec 1, 2018 · 1 comment
Open

Custom node with http and localhost #2171

nolash opened this issue Dec 1, 2018 · 1 comment

Comments

@nolash
Copy link

nolash commented Dec 1, 2018

I'm trying to add a custom node. The interface for adding nodes says:

Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can download the MyEtherWallet repo & run it locally to connect to any node. Or, get free SSL certificate via LetsEncrypt

As I understand what is written, that means that if you run MEW locally, specifically a webserver serving it on localhost, it should be possible to use http only.

I've tried with geth nodes on a LAN host and on localhost (host http://127.0.0.1 post 8545) However, in both cases it fails with a red box saying it can't connect. I presume that means it's not working, as your documentation states:

This should immediately connect or an error message will display.

MEW version used:

  • 3.27.0 (from github tag v3.27.0)

Browsers used:

  • Brave 0.24.0
  • chromium 70.0.3538.110 (official archlinux build)
@kvhnuke
Copy link
Collaborator

kvhnuke commented Jan 8, 2019

Did you run geth with rpc flag, I believe it is geth --rpc --rpccorsdomain "*"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@nolash @kvhnuke and others