Ethereum Test Account not Showing Ethers [closed] - ethereum

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 4 years ago.
Improve this question
I just installed Ethereum wallet as I wanted to try out the Ethereum platform. I created an account and connected to the test network RINKEBY. I used the following faucet to send me some test ethers:
faucet.ropsten.de:3001
It says that it has dispatched me 3 Ether's but I could never see them in my wallet. Here is a screenshot of the wallet:
Any ideas what the problem could be?

Add a Ether from Rinkeby test Network:
Follow the steps for add a free test network - Ether to your wallet:
copy a address of your Wallet(Eather wallet/Metamask)
open this : http://rinkeby-faucet.com/
Add your address to this link.
And finally you get free Ether for your test Wallet.

Related

Rinkeby Authenticated Faucet not working with Metamask? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
Does anyone know when Rinkeby Authenticated Faucet is going to start working again?
I need to add some Ether into my Metamask wallet on the Rinkbey Test Network for testing purposes, but it seems the site is not working.
I am using my Twitter to Tweet my Metamask Ethereum address and then upon copy and pasting my Tweet address in the above website, all I see is:
You can use Kovan network, and https://ethdrop.dev/ to get the ether directly.

Rinkeby faucet not working with Metamask? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 months ago.
Improve this question
It says the account has successfully been funded, but ETH does not show up in my wallet under the Rinkeby test network. This has happened several times over the past few days, i've tried different metamask wallets in both chrome and firefox.
It seems to be having issues. For a small amount of ETH, I suggest you to try: http://rinkeby-faucet.com/
This will give you .001 Rinkeby Testnet ETH.
is it possible that your import the accounts from ganache. And are trying to send test ETH from faucets t that account. Those accounts don't exist on rinkeby only on your private network. Try creating a new account in metamask and send some ETH there.

Rinkeby Authenticated Faucet is not working? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
The community reviewed whether to reopen this question last year and left it closed:
Original close reason(s) were not resolved
Improve this question
I need test ethereum for my pet project.
I go to https://faucet.rinkeby.io/ , put a link with my tweet with my Ethereum address in MetaMask, choose 3 Ethers / 8 hours.
The request was accepted, but 17 hours past and I haven't my test ethers.
Did I something wrong or I must wait a little longer?
And explanation me please, what exactly means 3 Ethers / 8 hours?
It's not working; it's down for a while (not sure when it's gonna come back up).
"3 Ethers / 8 hours" means that you can only request 3 Ethers each 8 hours.
You can get .001 ether here though: http://rinkeby-faucet.com/
It's not much but still better than nothing. I think the cooldown is only 1 or 2 hours.
If you want more than .001 faster they only block requests by IP, so ask a friend or something to open the link with your address and you'll get .001 more.
Many times I've received 0.1 testnet ETH from this faucet:
Rinkeby ETH
The above link will send you fairly quickly either Rinkeby ETH or Rinkeby Link or BOTH.
Also, here's an up to date list of ETH faucets:
doc.chain.link
(look for Rinkeby)

Ethereum wallets that support “Custom RPC URL” [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I'm running a private blockchain and I've been using Metamask connected to my custom RPC URL with no issues.. I'm curious if there's any other Ethereum wallet that let's you add and connect to a custom RPC URL.
Currently there are not that many wallets that allow to connect to random networks. MetaMask tends to be the only one.
Your best bet is to try here https://walletconnect.org/wallets - also some of the wallets are open source, so you can add this custom functionality to these wallets yourself.
I noticed when I opened Alphawallet iOS app, in the last month that a new Custom RPC function was available in the settings section.
I basically went to Settings, Active Networks, there's now a (+) button where I could insert the url for a custom rpc I was testing for interoperability of my token contracts on different networks (eth and polygon and the custom url). So you could try them? Not sure about private blockchains though.

How to determine why the connected host is different from request URL in Chrome? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
Trying to connect to bookdepository.com I occasionally notice that I get redirected through some shady affiliate link before landing on the site. I type the domain in the address bar and hit enter, the call first goes through a domain called www.httpslink.me then redirected to go.magik.ly then to awin affiliate network and finally to bookdepository. Here's a screenshot of the initial request:
I'm trying to figure out why this happens. You can see that while the request URL is bookdepository the contacted host is httpslink.me. My question is what determines the host that will be contacted. I logged the network traffic through chrome://net-export/ and there is no mention of an initial request to bookdepository, it goes straight to httpslink.me