Bloody solo mining
I'm sure once I get it working I'll be happy... but at the moment I'm confused. I got the Linux wallet compiled on a new 64bit debian VM I built specifically for this. All synced up without issue... so one success! So when I point my miner at it I get the following, which on the surface looks ok... it's seeing it and appears to be talking, I've removed the IP address and username, although probably didn't need to:
Nothing scrolls... no info... just sits there.... but I think that's ok too... someone wrote on another forum that the problem with solo mining is you never know it's working until you actually solve a block and cgminer tells you
cgminer version 4.3.5 - Started: [2014-08-17 07:05:44]
--------------------------------------------------------------------------------
(5s):0.000 (1m):0.000 (5m):0.000 (15m):0.000 (avg):0.000h/s
A:0 R:0 HW:0 WU:0.0/m
Connected to x.x.x.x diff 28.3M with LP as user xxxxxxxxxxxx
Block: 881ed2b0... Diff:431 Started: [07:05:43] Best share: 0
--------------------------------------------------------------------------------
[U]SB management [P]ool management [S]ettings [D]isplay options [Q]uit
0: ZUS ttyUSB0: 256 chips 220 MHz | 0.000 / 0.000h/s WU:0.0/m
--------------------------------------------------------------------------------
[2014-08-17 07:05:43] Solo mining to valid address: DLA9xQiGV99Vzf79aWcXVGhAkBv
1pGt9sG
[2014-08-17 07:05:43] Block change for http://10.20.30.175:14022 detection via
getblockcount polling
[2014-08-17 07:05:43] Pool 1 difficulty changed to 16.2
[2014-08-17 07:05:43] Pool 3 difficulty changed to 1024
[2014-08-17 07:05:43] Pool 2 difficulty changed to 41.1
[2014-08-17 07:05:43] Network diff set to 431
[2014-08-17 07:05:49] API running in IP access mode on port 4028 (12)
[2014-08-17 07:05:59] Found Zeus at /dev/ttyUSB0, mark as 0
[2014-08-17 07:05:59] ZUS0 opened on /dev/ttyUSB0
[2014-08-17 07:05:59] Hotplug: Zeus added ZUS 0
But the output of ./digibyted getmininginfo is:
{
"blocks" : 141802,
"currentblocksize" : 4758,
"currentblocktx" : 6,
"pow_algo_id" : 1,
"pow_algo" : "scrypt",
"difficulty" : 323.41127711,
"difficulty_sha256d" : 0.00024414,
"difficulty_scrypt" : 323.41127711,
"difficulty_groestl" : 0.00024414,
"difficulty_skein" : 0.00024414,
"difficulty_qubit" : 0.00024414,
"errors" : "",
"genproclimit" : -1,
"pooledtx" : 6,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}
No hashespersec Is this normal?? Is there another parameter I can output to get an indication it's doing something? A log file perhaps?