How to activate the mining process in the standard bitcoin client?

1

I have done the whole synchronization and now it should be mining bitcoins from what I understand but I don't see anything showing that it is actually mining for bitcoins nor any activity from my cpu… Is this normal ?

Do I need to enter a command to start the mining process or is the process done automatically without having to do anything ?

Vincent

Posted 2013-04-09T00:07:29.190

Reputation: 21

1Are you sure you told it to mine? It defaults off in Bitcoin-Qt, and it's pretty difficult to enable.Nick ODell 2013-04-09T00:11:09.127

Really ? I did not know this.. Why don't they say this on bitcoin.org ?? Are you sure ?Vincent 2013-04-09T00:18:30.537

Anyone as anathor theory or is this true ?Vincent 2013-04-09T00:23:33.687

ok thank you that helped! I am still very new to bitcoins and that is why I have asked...Vincent 2013-04-09T01:02:26.807

I guess that I have missed to mining days. oh well. If anyone feels sorry feel free to send me a gift...Vincent 2013-04-09T01:03:09.217

@Vincent they can't send you a gift if you don't publish an address... ;)o0'. 2013-04-09T08:22:37.697

@Lohoris He put one, I flagged it as off-topic.Nick ODell 2013-04-09T17:17:38.243

possible duplicate of How can I start mining Bitcoin?

Stephen Gornick 2013-04-10T10:35:09.517

bitcoin-cli -rpcconnect=127.0.0.1 generate 1ton 2017-11-13T11:04:23.210

Answers

2

Warning: doing what is described below will not gain you any coins at all with exceedingly high probability, and just burn electricity (see other answer).

Bitcoin Core still has a built-in miner. It is not efficient, not optimized, does not use any special hardware (like special CPU instructions, GPUs, FPGAs, or ASICs), and is only useful for testing on test chains.

You can enable it by issuing the RPC command setgenerate true, and disable it with setgenerate false. These commands can be issued in the debug console in Bitcoin-Qt, or using an RPC client (like bitcoin-cli) to send it to a running bitcoind instance.

Pieter Wuille

Posted 2013-04-09T00:07:29.190

Reputation: 54 032

0

You do understand that mining using a CPU is pretty much pointless? Please dig around on the wiki address provided by Nick for the specifics. Short version - it takes lots of dedicated GPU cards or specialized hardware to mine any measurable quantity. I've been running a Xeon workstation with a Radeon GPU for almost a month non stop and a) have yet to create more that a tenth of a bitcoin and b) have dramatically seen my electrical bill increase.

foobar

Posted 2013-04-09T00:07:29.190

Reputation: 1