Issue with New version of Metamask: Remix cannot detect the Metamask addressSolidity Browser - Issue with every example => Error: Type “address” not supported for state variableHow to connect a computer to a private chain using Wifi and MetaMaskCannot see address on geth instance console in the dev networkMetamask issue with payable transactions using Truffle and Web3Why myContract.events.MyEvent([options][, callback]) does not return “data” and “logs”?Issue with metamask new versionSeed phrase of existing account in Metamask on different browser gave different addressSolidity payable function and metamaskMetamask and web3 wrong behaviour when extension is disabledWhy is not Metamask invoked in my user interface?
Can the Meissner effect explain very large floating structures?
How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?
How do I handle a potential work/personal life conflict as the manager of one of my friends?
Extract rows of a table, that include less than x NULLs
Detention in 1997
Why can't we play rap on piano?
What is a romance in Latin?
What do you call someone who asks many questions?
How to tell a function to use the default argument values?
Im going to France and my passport expires June 19th
What about the virus in 12 Monkeys?
What mechanic is there to disable a threat instead of killing it?
Intersection Puzzle
Can I run a new neutral wire to repair a broken circuit?
Is there an expression that means doing something right before you will need it rather than doing it in case you might need it?
Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?
How can saying a song's name be a copyright violation?
Apex Framework / library for consuming REST services
Why is consensus so controversial in Britain?
Why didn't Miles's spider sense work before?
Examples of smooth manifolds admitting inbetween one and a continuum of complex structures
How do conventional missiles fly?
One verb to replace 'be a member of' a club
What exploit Are these user agents trying to use?
Issue with New version of Metamask: Remix cannot detect the Metamask address
Solidity Browser - Issue with every example => Error: Type “address” not supported for state variableHow to connect a computer to a private chain using Wifi and MetaMaskCannot see address on geth instance console in the dev networkMetamask issue with payable transactions using Truffle and Web3Why myContract.events.MyEvent([options][, callback]) does not return “data” and “logs”?Issue with metamask new versionSeed phrase of existing account in Metamask on different browser gave different addressSolidity payable function and metamaskMetamask and web3 wrong behaviour when extension is disabledWhy is not Metamask invoked in my user interface?
I have just installed Metamask version: 6.3.1
Now in Remix, the address of my account in metamask is not detected. The account box in remix remains always blank now (see picture below).
Note that I did not have this issue with an older version of metamask.
Question: How to resolve the above issue? so remix can detect metamask.
remix metamask security accounts privacy
add a comment |
I have just installed Metamask version: 6.3.1
Now in Remix, the address of my account in metamask is not detected. The account box in remix remains always blank now (see picture below).
Note that I did not have this issue with an older version of metamask.
Question: How to resolve the above issue? so remix can detect metamask.
remix metamask security accounts privacy
add a comment |
I have just installed Metamask version: 6.3.1
Now in Remix, the address of my account in metamask is not detected. The account box in remix remains always blank now (see picture below).
Note that I did not have this issue with an older version of metamask.
Question: How to resolve the above issue? so remix can detect metamask.
remix metamask security accounts privacy
I have just installed Metamask version: 6.3.1
Now in Remix, the address of my account in metamask is not detected. The account box in remix remains always blank now (see picture below).
Note that I did not have this issue with an older version of metamask.
Question: How to resolve the above issue? so remix can detect metamask.
remix metamask security accounts privacy
remix metamask security accounts privacy
edited 2 days ago
shane
2,2924732
2,2924732
asked 2 days ago
user153465user153465
18712
18712
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The reason it is not being read is because this version of Metamask enables privacy mode by default. What this does is require you to approve the application to view/use your wallets on Metamask.
For your specific issue, you have not yet approved Remix to use your accounts, therefore it cannot read your addresses, as you are seeing. To fix this, enable privacy mode by going the the Metamask settings and scrolling to the bottom.
Remix does not ask for permission to use the wallets like most Dapps do, therefore you must enable it in the settings, as opposed to approving the pop-up that you see on the tutorial.
1
thanks for the answer. That's a bad design... it'd be very hard to figure out the solution, without any help.
– user153465
2 days ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "642"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fethereum.stackexchange.com%2fquestions%2f69135%2fissue-with-new-version-of-metamask-remix-cannot-detect-the-metamask-address%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The reason it is not being read is because this version of Metamask enables privacy mode by default. What this does is require you to approve the application to view/use your wallets on Metamask.
For your specific issue, you have not yet approved Remix to use your accounts, therefore it cannot read your addresses, as you are seeing. To fix this, enable privacy mode by going the the Metamask settings and scrolling to the bottom.
Remix does not ask for permission to use the wallets like most Dapps do, therefore you must enable it in the settings, as opposed to approving the pop-up that you see on the tutorial.
1
thanks for the answer. That's a bad design... it'd be very hard to figure out the solution, without any help.
– user153465
2 days ago
add a comment |
The reason it is not being read is because this version of Metamask enables privacy mode by default. What this does is require you to approve the application to view/use your wallets on Metamask.
For your specific issue, you have not yet approved Remix to use your accounts, therefore it cannot read your addresses, as you are seeing. To fix this, enable privacy mode by going the the Metamask settings and scrolling to the bottom.
Remix does not ask for permission to use the wallets like most Dapps do, therefore you must enable it in the settings, as opposed to approving the pop-up that you see on the tutorial.
1
thanks for the answer. That's a bad design... it'd be very hard to figure out the solution, without any help.
– user153465
2 days ago
add a comment |
The reason it is not being read is because this version of Metamask enables privacy mode by default. What this does is require you to approve the application to view/use your wallets on Metamask.
For your specific issue, you have not yet approved Remix to use your accounts, therefore it cannot read your addresses, as you are seeing. To fix this, enable privacy mode by going the the Metamask settings and scrolling to the bottom.
Remix does not ask for permission to use the wallets like most Dapps do, therefore you must enable it in the settings, as opposed to approving the pop-up that you see on the tutorial.
The reason it is not being read is because this version of Metamask enables privacy mode by default. What this does is require you to approve the application to view/use your wallets on Metamask.
For your specific issue, you have not yet approved Remix to use your accounts, therefore it cannot read your addresses, as you are seeing. To fix this, enable privacy mode by going the the Metamask settings and scrolling to the bottom.
Remix does not ask for permission to use the wallets like most Dapps do, therefore you must enable it in the settings, as opposed to approving the pop-up that you see on the tutorial.
edited 2 days ago
answered 2 days ago
shaneshane
2,2924732
2,2924732
1
thanks for the answer. That's a bad design... it'd be very hard to figure out the solution, without any help.
– user153465
2 days ago
add a comment |
1
thanks for the answer. That's a bad design... it'd be very hard to figure out the solution, without any help.
– user153465
2 days ago
1
1
thanks for the answer. That's a bad design... it'd be very hard to figure out the solution, without any help.
– user153465
2 days ago
thanks for the answer. That's a bad design... it'd be very hard to figure out the solution, without any help.
– user153465
2 days ago
add a comment |
Thanks for contributing an answer to Ethereum Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fethereum.stackexchange.com%2fquestions%2f69135%2fissue-with-new-version-of-metamask-remix-cannot-detect-the-metamask-address%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown