The plot thickens. For some reason, I seem to be mining now. With almost 3 Mh/s it seems.
sirius@sirius-ThinkPad-Edge-E540 ~/Documents/bitcoin-0.9.2.1-linux/bin/64 $ ./bitcoind getmininginfo
{
"blocks" : 310296,
"currentblocksize" : 133221,
"currentblocktx" : 183,
"difficulty" : 16818461371.16111183,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 125469353927099632,
"pooledtx" : 185,
"testnet" : false,
"generate" : true,
"hashespersec" : 2627969
}
The chance that I will find the next block is one to 125469353927099632 / 2627969 = 45708941769 = 45bn. And I find myself hoping that I will find a block
It is way more than a thousand times as likely that I will win the lottery by buying just a single coupon. My processor in Intel Core i5-4200M CPU @ 2.5 Ghz x 2. The i5 should give between 2 and 20 Mhash/s according to
https://en.bitcoin.it/wiki/Mining_hardware_comparison#CPUs.2FAPUsBut why is bitcoin daemon suddenly mining, does anybody know that?