Thanks for the reply!
I have also followed your instructions for mining the coins.
In the console, when I type: " getmininginfo "
I have the following message:
{
"blocks" : 2027934,
"currentblocksize" : 9322,
"currentblocktx" : 36,
"difficulty" : {
"proof-of-work" : 27.45662687,
"proof-of-stake" : 0.00390625
},
"errors" : "",
"generate" : true,
"genproclimit" : 1,
"hashespersec" : 504248,
"networkhashps" : 1965421907,
"netstakeweight" : 62561.10150363,
"pooledtx" : 36,
"testnet" : false
}
Is it starting mining?
When will I receive my first coins?
Generate "true" is what tells you if you're actually mining. In this case you are mining. However to mine with more core you can change setgenerate true "1-8" in order to add more core. Doing so will results in genproclimit "1-8". You can see you hashespersec "504248" is your speed. it's not much but increasing your core will add to the spead. Setgenerate true "4" during the day is good and during night setgenerate true "6" is good. Well, thats for me.
On another point, do you see transactions in the transaction tab? I have the same probleme as you right now. I'm mining, but I don't get any transaction.
So if anyone wants to help us, here's what I have:
09:54:13

getmininginfo
09:54:13

{
"blocks" : 2027936,
"currentblocksize" : 9306,
"currentblocktx" : 36,
"difficulty" : {
"proof-of-work" : 27.54416813,
"proof-of-stake" : 0.00390625
},
"errors" : "",
"generate" : true,
"genproclimit" : 6,
"hashespersec" : 6380189,
"networkhashps" : 1991325032,
"netstakeweight" : 62561.10150363,
"pooledtx" : 36,
"testnet" : false
}
1
However, I can't see any recent transaction. My last transaction was from yesterday 19:57 EDT. I can upload my backlog if anyone wants to check it out. or maybe it's just the wallet?.
edit: I'm pretty sure at this point that the wallet is lying to me and i'm not mining despite the getmininginfo results.
I do think your mining after looking at your getmininginfo output. The likely explanation is that the difficulty level vs. your hashrate has equaled you not getting a block since yesterday evening. If you want you can always shut down the wallet and reboot it and start mining again and recheck your getmining info. I hope you get some blocks soon!