What can we help you with?

  1. Homepage
  2. For Developers / Contributors
  3. Running MyCrypto With Your Own Personal Node

Running MyCrypto With Your Own Personal Node

Last updated: October 25th, 2021

You can use MyCrypto to connect to your own node, which decouples the frontend and features that you love about MyCrypto from our backend infrastructure. This means more nodes send more transactions and is closer to the decentralized nature of Ethereum. It also means that you fully control the entire process and don't rely on us.

Be careful!

When connecting to your own node, please do not have any accounts in that node. Meaning: Do not do things like Geth account add or store your private keys in the Geth Keystore folder.

You will be using MyCrypto to sign and then broadcast the transactions via your node. You will not be using your node to sign and send. If you do not heed this warning, bad things could happen if another setting gets changed. Here's one example. Better safe than sorry.

Specifics to Connect to Your Local Node

First, download and run the MyCrypto Desktop App.

Run Geth or OpenEthereum with Correct Flags

  • Geth: geth --http --http.corsdomain "*"
  • OpenEthereum: openethereum --jsonrpc-cors=all

Connect to Your Node

  • Open the MyCrypto desktop application.
  • At the bottom left, there is a node switcher. Here is where you can select which node / chain you are connected to.
  • Click it, scroll all the way down, and choose Add Custom Node.
  • Enter a Node Name for your node.
  • URL: http://127.0.0.1:8545.
  • Select the chain.

Add custom node

  • Click "Save & Use Custom Node."
  • This should immediately connect or an error message will display.
  • Go to the "View & Send" tab and unlock via "View Address."
  • Verify that balances are loading correctly.

Hosted Node

Requirements

The URL must have an SSL certificate (HTTPS). You can get a free SSL certificate via Let's Encrypt very quickly. If your node is local, it's much easier to follow the instructions above, as this does not require an SSL certificate.

If you wish to run MyCrypto locally + hardware wallet, you will need to have a self-signed certificate in order to connect to your hardware wallet via U2F or WebUSB. Browsers that support U2F or WebUSB require that these calls take place over SSL. This is not something we have control over.

Run Geth or OpenEthereum with Correct Flags

  • Geth: geth --http --http.addr "0.0.0.0" --http.corsdomain "https://mycrypto.com/"

Connect to Your Node Where It's Hosted

  • Go to the settings page on MyCrypto.
  • Under "Network & Nodes," click on the node you would like to change, and select the "Custom" option.
  • Enter a Node name for your node.
  • Enter the Node address.
  • Click "Save & Use Custom Node."
  • This should immediately connect or an error message will display.
  • Verify that balances are loading correctly.

Didn't find what you were looking for? Contact Us

MyCrypto is an open-source tool that allows you to manage your Ethereum accounts privately and securely. Developed by and for the community since 2015, we’re focused on building awesome products that put the power in people’s hands.

© 2022 MyCrypto, Inc.

Donate

Subscribe to MyCrypto

Get updates from MyCrypto straight to your inbox!

By submitting your email, you affirmatively agree to our Privacy Policy