Post
Topic
Board Mining software (miners)
Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.6.1
by
-ck
on 13/10/2014, 10:48:33 UTC
BUG: the "devs" command returns invalid JSON if no shares have been accepted yet:

Code:
           
    "Difficulty Accepted": -nan,
    "Difficulty Rejected": -nan,
I don't get that when I try:
Code:
"Difficulty Accepted":0.00000000,"Difficulty Rejected":0.00000000

Perhaps you're trying to read them as integers? (They're doubles).