-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metamask not showing balance for testrpc account #3245
Comments
Same issue here. Saw the same 0 ETH balance issue when trying to import a ganache test account by its private key into MetaMask. Ganache is showing 100 ETH balance for that account. Update #1: The issue still remains when switching to MetaMask beta. |
@senpo @souravray rather than connect to |
I have the same issue, when importing an address from ganache to metamask i see 0 eth when it should have about 100. I am using the custom RPC option with http://127.0.0.1:7545. Any updates on this? |
I have the same problem on Windows 10? Please help??! |
We had a user report that adding a trailing slash Still not sure of the root cause - works fine for me without the slash - but @heavymossman @ilbhaicnl give that a try at let us know |
Hey guys, I have the same issue. It was working 2 days ago. I'm entering |
I figure out a workaround, you re-install metamask. Click on import DEN and write the 12 words given by Ganache/TestRPC. After you register with a new password, you go to |
Holy shit. Adding the / to the end of http://127.0.0.1:7545 works like a charm... So to be clear, use this string 'http://127.0.0.1:7545/' |
Same issue. I am using the command testrpc -m 'metamask seed words', its still not working. |
I think you have to paste your metamask seed words(key words) in MNEMONIC session in ganache. Then it your metamask will show the current balance in Ganache |
Closing due to inactivity. If the issue has persisted open a new issue. |
Hi |
I am running testrpc like bellow
I ran the following code to test the account balce
The output of the above code shows the account balance 100000.
I tried to import the account to metamask by connecting on localhost:8545 and then importing by the private key
After this steps metamask successfully adds a/c 0x5A88fbD9e56CCc3Fc26DB507e243eC0d70F274E4 , but the account balance remains 0 Eth
Am I missing something?
The text was updated successfully, but these errors were encountered: