Set Up Your Custom Node
To connect to a local node...
- URL: http://127.0.0.1
- Port: 8545
- Run geth:
geth --rpc --rpccorsdomain "null" --keystore "dont_put_secret_files_here_ever"
- Run Parity:
parity --rpccorsdomain "*" --keys-path "dont_put_secret_files_here_ever"
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