11

I'm new to Bitcoin. I installed and ran the GUI app, checked "Generate Coins" in the Settings menu, and the status bar reads "Generating". How do I know if it's actually working?

I'm aware that mining is a CPU-intensive process that could take a long time; this is why I'm skeptical that the app is working. top reveals that bitcoin is only using about 25% CPU. I haven't limited CPU use in the Preferences.

I've read the mining guide on weusecoins.com. It says I must setup JSON-RPC, but it's ambiguous about how to do that. Do I need to set a username/password in the config file that it points to on the wiki? If so, how do I create a username?

I'm running on Mac OS X and Bitcoin 0.3.21-beta, the latest at the time of this post.

Jonathan Tran
  • 241
  • 1
  • 2
  • 7
  • 25% CPU on a quadcore CPU machine, i.e. 1 full core? – Daniel Beck May 22 '11 at 08:20
  • I'm running on a Core 2 Duo. Besides, wouldn't `top` show 100% for each core? That's how you can see over 100% CPU usage sometimes. – Jonathan Tran May 22 '11 at 08:33
  • Each process individually yes, but you didn't mention if you looked at that, or the summary at the top, where 100% is 4x100%, AFAIK. – Daniel Beck May 22 '11 at 08:50
  • 2
    You should try an OpenCL miner. They use your GPU instead of CPU. This is because GPUs are **much** faster at this type of computation. Using [DiabloMiner](http://forum.bitcoin.org/?topic=1721.0;all), I was able to generate coins about 5× faster on my current gen. Mac Mini. – Graham May 22 '11 at 22:19

1 Answers1

5

When you first start, it has to download data from the Bitcoin network so that it can have something to work with. Just give it some time and it'll eventually start generating.

Graham
  • 701
  • 5
  • 7