-
Notifications
You must be signed in to change notification settings - Fork 32
Description
I found your project through ethereum.org
-
I tried to use
ethnodeand it is true, it installs easily and it downloads the node and runs it pretty much flawlessly and that is awesome :-) -
I also managed to connect to it via metamask while using remix, but all account addresses that were listed in metamask had 0 ether on it which gave me some headache.
-
After copying one of the addresses shown in metamask when connecting to localhost and running ethnode again with
--allocate=<paste adddress from metamask>it gave 100 ETH to that address.
...but when I tried to deploy a contract or do any kind of transactions, metamask ALWAYS responds with:
MetaMask - RPC Error: Error: Error: [ethjs-rpc] rpc error with payload {"id":9245888516496,"jsonrpc":"2.0","params":["0xf9182b808502e90edd008319a810808...b2b"],"method":"eth_sendRawTransaction"} Error: invalid sender
This might of course be unrelated to ethnode and a metamask or probably geth issue, but still - it would be cool to resolve this and maybe explain how to specifically run ethnode to make it work as a testnet on localhost :-)