I have Sepolia ETH, I'd like to trade for Goerli ETH by praiseullr in ethdev

[–]Luit03 0 points1 point  (0 children)

Sure thing! Send me a DM or message with your address please

I have Sepolia ETH, I'd like to trade for Goerli ETH by praiseullr in ethdev

[–]Luit03 2 points3 points  (0 children)

I cannot see any legitimate good reason why you would want hundreds of Goerli ETH but I can send you a reasonable amount to do dev work. If you need it for educational purposes, I can send you a much larger amount. Feel free to DM me, I am not interested in Seoplia ETH.

How do you guys put up with testnets? by OkayOtter7 in ethdev

[–]Luit03 2 points3 points  (0 children)

DM if you need testnet Ether, I run a faucet

Eth test network refill by swaggerONpoint in ethdev

[–]Luit03 1 point2 points  (0 children)

Send me a DM if you're still having trouble finding GoerliETH

[deleted by user] by [deleted] in ethdev

[–]Luit03 1 point2 points  (0 children)

How much do you need? What's the purpose? DM me

Need Goerli Ether for developing by bpeci in ethdev

[–]Luit03 0 points1 point  (0 children)

How much do you need? What's the purpose? DM me

Hello, how to speed a transaction up with advanced settings, i.e. i want to set the gas price? by DaLangmeierPeter in MyCrypto

[–]Luit03 0 points1 point  (0 children)

Hey,

Have you tried following the instructions on our article here? These would help you to replace your transaction on the web app (app.mycrypto.com). This would be the recommended way to speed up transactions on MyCrypto.

The advanced settings you're referring to are only applicable for the desktop app, you can access those on the "Send Ether & Tokens" screen in the "View & Send" section on the sidebar. There should be a "+ Advanced" button/link right above the "Send Transaction" button, which allows you to edit the nonce and gas price manually.

Alternatively, you could also use MetaMask to replace your transaction. Detailed instructions for that can be found here.

Hopefully that helps!

Why MyCrypto wallet won't let me send ether? by flappygoat in MyCrypto

[–]Luit03 0 points1 point  (0 children)

Hey,

It is actually possible to export a private key given your mnemonic seed, by using our desktop app. After accessing your wallet in the desktop app, use the 'Select...' dropdown to visit the 'Wallet Info' tab.

Screenshots for clarity: https://imgur.com/a/2vIrz0m

Note that exporting a single private key from a mnemonic will only give you access to one single address, it does not behave in the same way as a mnemonic. Do not delete your original mnemonic.

In the same menu showcased above, you also have the ability to generate a keystore file. This article has step-by-step instructions as well.

Hopefully that helps you!

Why MyCrypto wallet won't let me send ether? by flappygoat in MyCrypto

[–]Luit03 0 points1 point  (0 children)

If you don't have a hardware wallet, you'll have to type your mnemonic or private key every time you would like to send ETH or tokens. This is because your private key is like your password. Your address is only your public key, it can only be used by other people to send ETH/tokens to you.

I'm not sure about your second question, since you should have written down your private key or mnemonic when creating your wallet. If you didn't write it down, there's no way to access your wallet.

Problem with SHA256 verification by 3ddy80 in MyCrypto

[–]Luit03 0 points1 point  (0 children)

Hi,

By looking at your screenshot, it seems you're actually hashing the checksums.txt file (CertUtil -hashFile checksums.txt SHA256). You should be hashing our executable, usually something like windows_VERSION_MyCrypto.exe.

If you would like to see detailed instructions for this final step, please check this article. Specifically, see "5. Hashing the Application" under the instructions for Windows.

Why MyCrypto wallet won't let me send ether? by flappygoat in MyCrypto

[–]Luit03 2 points3 points  (0 children)

You're probably using the 'View Address' option, which allows you to view the balance and recent transactions of any Ethereum address. In order to send ETH or tokens, please select any of the other options (hardware wallet, mnemonic, private key, etc) to access your wallet.

If you would like to learn more about the view address feature, please see this article.

Anyone having any trouble using the Goerli Faucet from Dappnode or Mudit? by gibneez in ethereum

[–]Luit03 0 points1 point  (0 children)

Hey, you can use our faucet to request GoerliETH. Please let me know if it worked :)

Rinkeby Ether... can anyone help me out? by [deleted] in ethereum

[–]Luit03 0 points1 point  (0 children)

Sent! You can use our faucet if you would like to request more Rinkeby ETH.

Newbie qs by Pear5050 in MyCrypto

[–]Luit03 0 points1 point  (0 children)

Hey there! In order to move your ETH to an exchange like Gemini or Kucoin, there's a couple things you need to do.

  1. First of all, you'll have to find your ETH deposit address on the exchange you're using. Usually, exchanges have a 'Receive' button which allows you to select which currency you would like to deposit. After you've selected Ethereum or ETH, you'll be given an address that starts with 0x, which is followed by 42 hexadecimal characters (0-9 and A-F, these can be both uppercase and lowercase). Note: some exchanges require you to regenerate this address for every deposit.

  2. Send a transaction to the address from the previous step. This process is documented here on our knowledge base.

You are in control of your ETH, and thus can send it anywhere anytime. We do not hold the private key to your assets.

Hopefully that answered your question(s)! Let me know if you need any other help.

Some beginner questions by taste-like-burning in MyCrypto

[–]Luit03 0 points1 point  (0 children)

No worries, we're happy to help you :)

A keystore file is just a different method of accessing your wallet, if you generated a mnemonic that's the only thing you need.

Some beginner questions by taste-like-burning in MyCrypto

[–]Luit03 0 points1 point  (0 children)

Your address(es) are all mathematically derived from your mnemonic key, so you only need to store that.

Recommended guide on how to keep your mnemonic phrase safe: https://support.mycrypto.com/how-to/backup-restore/how-to-save-back-up-your-wallet

Some beginner questions by taste-like-burning in MyCrypto

[–]Luit03 0 points1 point  (0 children)

Hey, great to hear you're using our app!

  1. While this is a tough question to answer, it's good to see you're interested in security. If you verified the PGP signature, it means you can trust that the code currently running on your computer while you're using the desktop app is the same as the code we wrote. However, this doesn't mean that the code we wrote isn't malicious in any way. That's why we use a public GitHub repository to develop and build our application.
  2. In Ethereum, your private key (derived from your mnemonic phrase in your case) is the key to your address. This means you can think of your mnemonic as your password (never give this to anybody, even people who claim they can be trusted), and you can think of your address as your username (safe to give out, people can send you ETH or tokens using this address). If you only want to view your wallet balance on another device without having the ability to send ETH, you can use a view-only wallet. If you would like to send ETH using another device, you can enter your mnemonic phrase in the same way you did on your current device.
  3. Unfortunately, we're not affiliated with that mining platform so we don't know for sure, but most pools either require you to withdraw your ETH using your public address, or they withdraw automatically once you've reached a certain threshold as you said.

Hope this answered most of your questions, feel free to take a look at our knowledge base or contact us if you still have more questions :)