Why is my client software not receiving bitcoins?

11

I've just installed the official bitcoin client for the first time on my PC and have visited a website that gives free bitcoins. I've been waiting for more than an hour, but the amount given to me is still not showing in my bitcoin client. Have I missed anything in setting up and configuring the client software?

bastabob

Posted 2011-09-02T23:26:03.660

Reputation: 461

1This was the first problem I encountered when I was new to bitcoin. I believe it's a pretty common problem for first-time users of the bitcoin client.bastabob 2011-09-02T23:37:44.717

1

This is the most common question, incidentally. Answered here.

Stephen Gornick 2011-09-03T00:33:08.997

Answers

11

There are a few things that you should check:

  • Your client is connected (it shows N connections in the status bar). If it doesn't, you have connectivity problems.
  • You have downloaded the whole blockchain (the N blocks in the status bar is not increasing rapidly). You need to wait until you have downloaded all blocks.
  • Blockexplorer can tell you if the payment has been sent to your address. Just type your address in the search box. If it doesn't show up in there, it's because it wasn't sent yet.

These websites give very small amounts of money for free so they usually group transactions (instead of making many small ones). You probably need to wait a while before the payment is sent.

nmat

Posted 2011-09-02T23:26:03.660

Reputation: 10 879

How do I know all blocks are downloaded?bastabob 2011-09-03T00:12:06.317

@bastabob If you downloaded the whole chain, the number only increases 1 unit every 10 minutes or so. If it is increasing every few seconds, it means that the blockchain isn't fully downloaded yet. You can also go to blockexplorer and see if the number of the last block matches the number of downloaded blocks.

nmat 2011-09-03T00:39:26.800

0

As nmat said, plus you can be sure you have the entire block chain loaded by checking Bitcoin Watch and confirming that you have the same number of blocks it shows as the current block count.

Joshua Kolden

Posted 2011-09-02T23:26:03.660

Reputation: 3 816