today i was mining my first block
./cpuminer -a quark -o 127.0.0.1:22440 -u Espersrpc -p xxxxxxxxxxxxxxx -q
[2016-05-07 06:09:36] accepted: 1/1 (100.00%), 88.96 kH/s yes!
(the time is CEST here)
but i cannot see anything changed in my balance at the local wallet.
EDIT:
it seems that this was the block:
http://esp.miningalts.com/block/00000001239e9a474bf47bb3dab1b4b9412f46904656133421d4d09aa97d9f31but the block reward was going to that address: EcAzubN7GF44FGS8wxcMkVP71x73Cbxckw (sadly not one of mine)
what could be wrong?
i have build Espersd and cpuminer-hmq1725 myself and everything seems to work.
here is the getinfo from the wallet:
./Espersd getinfo
{
"version" : 80004,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : 500000.00000000,
"blocks" : 112858,
"timeoffset" : 0,
"connections" : 35,
"proxy" : "",
"difficulty" : 92.19072321,
"testnet" : false,
"keypoololdest" : 1462585676,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}
./Espersd getmininginfo
{
"blocks" : 112860,
"currentblocksize" : 2584,
"currentblocktx" : 7,
"difficulty" : 101.86870036,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"pooledtx" : 7,
"testnet" : false
}
Thanks!
Sometimes you find a block just a fraction of a second later than someone else does. It looks as if you've mined the block but in reality the reward goes to someone else. This is caused, I think, by latencies between front- and backend and although they're sour grapes, there's really nothing you can do but understand that these things happens.
I have posted exactly thesame questions and the short awnser is: it happens.