Last active
October 14, 2025 22:58
-
-
Save Dexaran/43adc6d4f5e331aea0bf24879045c33f to your computer and use it in GitHub Desktop.
Revisions
-
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -185,10 +185,10 @@ For example you can import it in MetaMask in the following way: <img width="502" height="801" alt="MEW_26" src="https://gist.github.com/user-attachments/assets/2548352f-c51e-4925-9c07-de2c8b17bdfa" /> 2. Select "Private key" option <img width="502" height="801" alt="MEW_27" src="https://gist.github.com/user-attachments/assets/d766843c-352f-4e5b-9b5c-5296e00385a7" /> 3. Select "JSON file" option in the dropdown <img width="502" height="801" alt="MEW_28" src="https://gist.github.com/user-attachments/assets/c8e5138a-6342-464f-b63d-89298be3002c" /> Then you will need to input your decryption password that your keys will get imported to MetaMask. -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 9 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -180,7 +180,15 @@ Yes. For example you can import it in MetaMask in the following way: 1. Open accounts management menu. Select "Add account or wallet" <img width="502" height="801" alt="MEW_26" src="https://gist.github.com/user-attachments/assets/2548352f-c51e-4925-9c07-de2c8b17bdfa" /> 2. Select "Private key" option <img width="502" height="801" alt="MEW_28" src="https://gist.github.com/user-attachments/assets/c8e5138a-6342-464f-b63d-89298be3002c" /> 3. Select "JSON file" option in the dropdown <img width="502" height="801" alt="MEW_27" src="https://gist.github.com/user-attachments/assets/d766843c-352f-4e5b-9b5c-5296e00385a7" /> Then you will need to input your decryption password that your keys will get imported to MetaMask. -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -178,3 +178,9 @@ Make a backup. Always have a backup. Also, use multiple addresses (and therefore Yes. For example you can import it in MetaMask in the following way: <img width="502" height="801" alt="MEW_28" src="https://gist.github.com/user-attachments/assets/c8e5138a-6342-464f-b63d-89298be3002c" /> <img width="502" height="801" alt="MEW_26" src="https://gist.github.com/user-attachments/assets/2548352f-c51e-4925-9c07-de2c8b17bdfa" /> <img width="502" height="801" alt="MEW_27" src="https://gist.github.com/user-attachments/assets/d766843c-352f-4e5b-9b5c-5296e00385a7" /> -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 12 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -164,6 +164,17 @@ As a rule of thumb: # How do I store this? <img width="794" height="125" alt="MEW_25" src="https://gist.github.com/user-attachments/assets/a2f5341a-31de-4bd7-aa95-029194a3af55" /> Make a folder to put your keystore files there. Make a folder for MyEtherWallet (you already have one if you followed this guide). Archive these and keep them together. This is now your crypto package. Make a backup. Always have a backup. Also, use multiple addresses (and therefore multiple Keystore files) - don't store all your funds in just one. # Can I use this Keystore file in another wallet? Yes. -
Dexaran revised this gist
Oct 14, 2025 . No changes.There are no files selected for viewing
-
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -160,4 +160,10 @@ You can input any symbol you want - it will just display that as the name of you As a rule of thumb: - USDT has 6 decimals - Everything else has 18 decimals # How do I store this? # Can I use this Keystore file in another wallet? -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -153,6 +153,11 @@ Then you will be prompted to input (1) Contract address, (2) Symbol and (3) Deci <img width="1884" height="876" alt="MEW_24" src="https://gist.github.com/user-attachments/assets/38f90480-f613-4665-8291-22e24b28cfae" /> You can input any symbol you want - it will just display that as the name of your token in your wallet. Decimals is a tricky one, you might need to google it. Then you will need to check if the token balance on your wallet and in a blockchain explorer match each other. If they don't (for example the explorer shows you 10 USDT while your wallet shows 100 USDT) then the blockchain explorer is always right and its likely a problem with your decimals. You might need to delete the token and import it again. <img width="1884" height="876" alt="MEW_23" src="https://gist.github.com/user-attachments/assets/9e326810-bf15-43f7-86bf-f9affb9fcd81" /> As a rule of thumb: - USDT has 6 decimals - Everything else has 18 decimals -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -149,6 +149,10 @@ In order to import a token you will need to click on "+ Custom Tokens" on the ri <img width="1884" height="876" alt="MEW_22" src="https://gist.github.com/user-attachments/assets/69c890be-2a97-47f4-b262-3ae713b16911" /> Then you will be prompted to input (1) Contract address, (2) Symbol and (3) Decimals. The most important one here is the contract address. Every token must have its contract address listed on CoinMarketCap. For example here is the USDT https://coinmarketcap.com/currencies/tether/ <img width="1884" height="876" alt="MEW_24" src="https://gist.github.com/user-attachments/assets/38f90480-f613-4665-8291-22e24b28cfae" /> You can input any symbol you want - it will just display that as the name of your token in your wallet. <img width="1884" height="876" alt="MEW_23" src="https://gist.github.com/user-attachments/assets/9e326810-bf15-43f7-86bf-f9affb9fcd81" /> -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -149,3 +149,6 @@ In order to import a token you will need to click on "+ Custom Tokens" on the ri <img width="1884" height="876" alt="MEW_22" src="https://gist.github.com/user-attachments/assets/69c890be-2a97-47f4-b262-3ae713b16911" /> Then you will be prompted to input (1) Contract address, (2) Symbol and (3) Decimals. The most important one here is the contract address. <img width="1884" height="876" alt="MEW_23" src="https://gist.github.com/user-attachments/assets/9e326810-bf15-43f7-86bf-f9affb9fcd81" /> -
Dexaran revised this gist
Oct 14, 2025 . No changes.There are no files selected for viewing
-
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -143,4 +143,9 @@ Sending tokens is done from the Send tab just below the Dashbord on the left pan This will work with ETH (or any other native currency like BNB on Binance Chain). You might need to import a token manually however. # Importing a token In order to import a token you will need to click on "+ Custom Tokens" on the right panel. <img width="1884" height="876" alt="MEW_22" src="https://gist.github.com/user-attachments/assets/69c890be-2a97-47f4-b262-3ae713b16911" /> -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -135,7 +135,7 @@ If the node works then it would display your balance (which could be zero on a f <img width="1892" height="872" alt="MEW_20" src="https://gist.github.com/user-attachments/assets/9a809aeb-4ea2-4432-893c-93d8c8dea610" /> # Sending transactions Sending tokens is done from the Send tab just below the Dashbord on the left panel. -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 9 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -135,4 +135,12 @@ If the node works then it would display your balance (which could be zero on a f <img width="1892" height="872" alt="MEW_20" src="https://gist.github.com/user-attachments/assets/9a809aeb-4ea2-4432-893c-93d8c8dea610" /> # Sending tokens Sending tokens is done from the Send tab just below the Dashbord on the left panel. <img width="1892" height="872" alt="MEW_21" src="https://gist.github.com/user-attachments/assets/1dd65173-ee0d-49be-b837-27d270dcfc43" /> This will work with ETH (or any other native currency like BNB on Binance Chain). You might need to import a token manually however. # Importing a token -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Then you will need to input the password you used to create this Keystore file. After you will input your keystore's password and click "Access Wallet" the file will be decrypted and the dashboard will open. # Configuring an RPC node on MyEtherWallet v5.1.5 The version of the wallet we are using is quite old. As I've said at the beginning, the wallet does not send transactions by itself, instead it is asking an RPC node to do so. MetaMask for example has its own RPC nodes to work with. Its good for as long as MetaMask remains a living project however if we will come back in 5 years to sell our crypto and we would recognize that MetaMask shuts down their nodes - we would struggle to make it send out any transactions. Here the ability to configure RPC nodes in a wallet comes in handy. @@ -134,3 +134,5 @@ Select Change under Networks tab again and scroll the list to the very bottom. Y If the node works then it would display your balance (which could be zero on a fresh wallet however) and it should catch up on Lates Block # under the Networks tab. <img width="1892" height="872" alt="MEW_20" src="https://gist.github.com/user-attachments/assets/9a809aeb-4ea2-4432-893c-93d8c8dea610" /> # Sending tokens -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -130,3 +130,7 @@ Give it a name you like, copy & paste the chosen address from the RPC nodes list Select Change under Networks tab again and scroll the list to the very bottom. You will find your newly created node there. Select it. <img width="1849" height="891" alt="MEW_19" src="https://gist.github.com/user-attachments/assets/a0548699-d495-4c58-9a66-21ba07c9dfee" /> If the node works then it would display your balance (which could be zero on a fresh wallet however) and it should catch up on Lates Block # under the Networks tab. <img width="1892" height="872" alt="MEW_20" src="https://gist.github.com/user-attachments/assets/9a809aeb-4ea2-4432-893c-93d8c8dea610" /> -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -127,3 +127,6 @@ Give it a name you like, copy & paste the chosen address from the RPC nodes list <img width="1849" height="891" alt="MEW_18" src="https://gist.github.com/user-attachments/assets/0dc0ce8a-4a9e-46dc-a7e3-1e23f7ee8077" /> Select Change under Networks tab again and scroll the list to the very bottom. You will find your newly created node there. Select it. <img width="1849" height="891" alt="MEW_19" src="https://gist.github.com/user-attachments/assets/a0548699-d495-4c58-9a66-21ba07c9dfee" /> -
Dexaran revised this gist
Oct 14, 2025 . No changes.There are no files selected for viewing
-
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -126,3 +126,4 @@ Enable the "Add Custom Network/Node" switch. Give it a name you like, copy & paste the chosen address from the RPC nodes list to the URL input box, delete any numbers from port and click "Save". <img width="1849" height="891" alt="MEW_18" src="https://gist.github.com/user-attachments/assets/0dc0ce8a-4a9e-46dc-a7e3-1e23f7ee8077" /> -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -123,3 +123,6 @@ Enable the "Add Custom Network/Node" switch. <img width="1849" height="891" alt="MEW_17" src="https://gist.github.com/user-attachments/assets/0147b55f-9e82-4d03-b908-a0058a8243f3" /> Give it a name you like, copy & paste the chosen address from the RPC nodes list to the URL input box, delete any numbers from port and click "Save". <img width="1849" height="891" alt="MEW_18" src="https://gist.github.com/user-attachments/assets/0dc0ce8a-4a9e-46dc-a7e3-1e23f7ee8077" /> -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -119,3 +119,7 @@ Now we need to go back to our wallet and select "Change" under Networks tab. <img width="1677" height="898" alt="MEW_15" src="https://gist.github.com/user-attachments/assets/f94eb015-6571-4ee0-b4f5-bf639e9f012a" /> Enable the "Add Custom Network/Node" switch. <img width="1849" height="891" alt="MEW_17" src="https://gist.github.com/user-attachments/assets/0147b55f-9e82-4d03-b908-a0058a8243f3" /> -
Dexaran revised this gist
Oct 14, 2025 . No changes.There are no files selected for viewing
-
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -111,7 +111,11 @@ When you will first access your wallet it will most likely throw a ton of red er First of all, you will need to find a working RPC node. Googling "Ethereum RPC nodes" would work. Also you can just get one here: https://chainlist.org/chain/1 <img width="1849" height="891" alt="MEW_16" src="https://gist.github.com/user-attachments/assets/4754c419-15a8-407e-9c00-993e04df1351" /> You only need to copy the "RPC server address". I took `https://ethereum-rpc.publicnode.com` as an example. Now we need to go back to our wallet and select "Change" under Networks tab. <img width="1677" height="898" alt="MEW_15" src="https://gist.github.com/user-attachments/assets/f94eb015-6571-4ee0-b4f5-bf639e9f012a" /> -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -109,4 +109,9 @@ The version of the wallet we are using is quite old. As I've said at the beginni When you will first access your wallet it will most likely throw a ton of red errors at you. Don't worry, thats just because the old nodes don't function. We are going to update this. First of all, you will need to find a working RPC node. Googling "Ethereum RPC nodes" would work. Also you can just get one here: https://chainlist.org/chain/1 <img width="1677" height="898" alt="MEW_15" src="https://gist.github.com/user-attachments/assets/f94eb015-6571-4ee0-b4f5-bf639e9f012a" /> -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -109,3 +109,4 @@ The version of the wallet we are using is quite old. As I've said at the beginni When you will first access your wallet it will most likely throw a ton of red errors at you. Don't worry, thats just because the old nodes don't function. We are going to update this. <img width="1677" height="898" alt="MEW_15" src="https://gist.github.com/user-attachments/assets/f94eb015-6571-4ee0-b4f5-bf639e9f012a" /> -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -105,3 +105,7 @@ After you will input your keystore's password and click "Access Wallet" the file The version of the wallet we are using is quite old. As I've said at the beginning, the wallet does not send transactions by itself, instead it is asking an RPC node to do so. MetaMask for example has its own RPC nodes to work with. Its good for as long as MetaMask remains a living project however if we will come back in 5 years to sell our crypto and we would recognize that MetaMask shuts down their nodes - we would struggle to make it send out any transactions. Here the ability to configure RPC nodes in a wallet comes in handy. <img width="1677" height="898" alt="MEW_14" src="https://gist.github.com/user-attachments/assets/3ca717c1-a7c1-46e3-a1ed-b5dbca3d4d5b" /> When you will first access your wallet it will most likely throw a ton of red errors at you. Don't worry, thats just because the old nodes don't function. We are going to update this. -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -103,4 +103,5 @@ After you will input your keystore's password and click "Access Wallet" the file # Configuring an RPC node at MyEtherWallet v5.1.5 The version of the wallet we are using is quite old. As I've said at the beginning, the wallet does not send transactions by itself, instead it is asking an RPC node to do so. MetaMask for example has its own RPC nodes to work with. Its good for as long as MetaMask remains a living project however if we will come back in 5 years to sell our crypto and we would recognize that MetaMask shuts down their nodes - we would struggle to make it send out any transactions. Here the ability to configure RPC nodes in a wallet comes in handy. -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -101,4 +101,6 @@ Then you will need to input the password you used to create this Keystore file. After you will input your keystore's password and click "Access Wallet" the file will be decrypted and the dashboard will open. # Configuring an RPC node at MyEtherWallet v5.1.5 The version of the wallet we are using is quite old. As I've said at the beginning, the wallet does not send transactions by itself, instead it is asking an RPC node to do so. MetaMask for example has its own RPC nodes to work with. Its good for as long as MetaMask remains a living project however if we will come back in 5 years to sell our crypto and we would recognize that MetaMask shuts down their nodes - we would struggle to make it send out any transactions. Here the ability to configure RPC nodes in a wallet comes in handy. -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,6 +19,8 @@ Your longterm storage wallet must be: 1. Your funds are not stored in a wallet. Your funds are stored on the blockchain. 2. Keys give access to your wallets stored on the blockchain. Wallets only act as interfaces between you and blockchain. Therefore it is possible to export keys from one wallet and import them onto another if you have the keys. 3. There is another intermediary between you, a wallet and a blockchain - it's an RPC node. <img width="640" height="300" alt="For article about wallets" src="https://gist.github.com/user-attachments/assets/6be66b6f-9d62-4720-b8eb-dfedc09ed5cc" /> # MyEtherWallet - release 5.1.5 -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -94,3 +94,9 @@ Select "Keystore file". When you click "Continue" the popup will prompt you to select the keystore file. You need to pick the one you are willing to access <img width="1567" height="856" alt="MEW_13" src="https://gist.github.com/user-attachments/assets/879caa5e-1827-4323-a298-c06665efd76c" /> Then you will need to input the password you used to create this Keystore file. Its always the same password and there is no way to change it so make sure you used a good one. You can also create a new Keystore file at any time if needed. After you will input your keystore's password and click "Access Wallet" the file will be decrypted and the dashboard will open. # Configuring an RPC node at MyEtherWallet v5.1.5 -
Dexaran revised this gist
Oct 14, 2025 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -90,3 +90,7 @@ Select "Keystore file". *Here they warn us again that this option is for experienced users. This article is explaining exactly how to become that 'experienced user'.* <img width="1567" height="856" alt="MEW_12" src="https://gist.github.com/user-attachments/assets/063e5c2c-bbdf-4ebe-a618-1762c46dece5" /> When you click "Continue" the popup will prompt you to select the keystore file. You need to pick the one you are willing to access <img width="1567" height="856" alt="MEW_13" src="https://gist.github.com/user-attachments/assets/879caa5e-1827-4323-a298-c06665efd76c" />
NewerOlder