-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Can I run it on a private chain? #226
Comments
Kvhnuke finished (?) his guide. Let me know if anything is confusing or there are missing steps or anything. (This is over my head) MyEtherWallet: Use Your Own Server Guide
|
Pretty good. Now, how hard would it be to replace these constant strings with user-configurable IP addresses so no coding is needed to make these changes? (I am a programmer, but 99% of everybody else is not) |
THANK YOU VERRRRRRRY MUCH!!!! |
awesome guide and app, I got an instance of mew up and running in about half a day, the only part of the guide that is missing is to setup for testnet. I've got it setup on my mew relay node so that I can switch SSH tunnels to talk to my mainnet or testnet node, however using testnet I am running into some issues (can't send a testnet tx but I can load wallet info). I'm guessing there are some code changes to the site that need to be made? |
Currently EIP155 Txs are hard coded for only mainet, for test net you have to change the chainId to 3 I believe. I'll merge the latest ethereumjs-tx as soon as I get a chance and let user easily configure the chainId. If you would like to configure it manually it is at https://github.com/kvhnuke/etherwallet/blob/mercury/app/scripts/ethFuncs.js#L66 |
thank you, I've been checking it out from a hosting perspective and love how MEW deploys. It was super easy to put up the relay node and get the site up and running, doesn't appear overly hard to scale either. I'll wait for the update and play around with it then, cheers. |
Great to hear! Feel free to open pull requests if you do something you think other people would find useful! I added a dropdown for switching nodes but it's not hooked up yet....I also think its hidden currently. Frontend code can be copy/pasted from here regardless: |
Launching this tonight as well. |
Add support for Akroma (AKA)
Please help
The text was updated successfully, but these errors were encountered: